cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Sap Netweaver Developer Studio- I cannot deploy

Former Member
0 Kudos

Hi All,

I have a problem with Sap Netweaver Developer Studio i have installed JDK and NDS in my pc and i try to make the examples found in http://help.sap.com/saphelp_nw04/helpdata/en/d7/24503e0fbfc04ae10000000a114084/frameset.htm

I have finished to develop the applications(without problems) but i couldn't deploy them.

I have WebAS 6.40 SP 15

NWDS 2.0.3

EP 2004 6 SP15

I had many errors like "Cannot determine sdm host (is empty). Please configure your engine/sdm correctly ! " and others.

My questions are:

1. I read that maybe i have to install the NWDS 2.0.15 which has SP15 because it's a rule of thumb always to use the version that corresponds to the stack-level of your Web Application Server. Is this true?

2. In the tutorials what do they mean i have to start( launch) the SDM?

I did this: i started RemoteGui for SDM and did connect.

3. Have the tutorials any problems with the versions of my systems?

Because i had errors in the welcome project in some imports.

4. We will install EP 2004's and NWSD 7... will it solve all my problems.

Please i will appreciate if anybody help.

Thanks,

Ari

Accepted Solutions (1)

Accepted Solutions (1)

achim_hauck2
Active Contributor
0 Kudos

Guest,

you have to maintain the "SAP J2EE Engine" settings at Window / Preferneces menu.

and yes. you should always use the same version of the NWDS as the server is (in your case 2.0.15)

kr, achim

Former Member
0 Kudos

Thank you Achim,

I have maintained the SAP J2EE Engine settings at Window / Preferences menu,

as i read in the welcome tutorial and in other tutorials.

Our url portal is http://sapserver:50000/irj/portal the 50000 is the port number i need? Inside the server i found a port like 8101.

Do you think the installation of the proper version will solve my problem?

Did you run the examples included in the NWDS?

How can i start the SDM ?

Thank you for your help.

Regard,

Ari

achim_hauck2
Active Contributor
0 Kudos

guest,

- use the port and the hostname as you can see at http://<host>:<port>; under System Information

don't use any 50xxx port in the "SAP J2EE Engine" parameters (most likely the port would be like 36xx or 39xx)

- the other version won't solve that problem, but you should use it anyway

- yes, I've made some examples (does that answer help you

- you can restart the SDM server process within your NWDS in the "J2EE Engine"-view and the client with RemoteGui (but you don't need it to deploy)

kr, achim

Former Member
0 Kudos

Thank you Achim,

I had wrong port wich is 3601 . I was asked for the sdm password .

But as i was happy for this, running the Welcome examples i have this error

___________________________________________________________________

Error Summary

While processing the current request, an exception occured which could not be handled by the application or the framework.

If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).

Root Cause

The initial exception that caused the request to fail, was:

com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException: Classloader of 'local/Welcome' is null, even though application is started.

at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObject.getClassLoader(DeployableObject.java:81)

at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:588)

at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)

at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)

... 18 more

____________________________________________________________________

Anyway i will try with some other example. This is why i asked you about.

Thank you again for your help.

Ari

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go to Windows -> Preferences in Studio. Click on SAP J2EE engine. Specify the fully qualified domain name (or select radio button "SAP is installed on same machine") of your server. And specify 3601 as the message port. Alternately, you can find message port of your server by going to http://<server:port>>/ and SystemInformation on this page.

Also, its recommended you should have the same version of Studio as the WebAS.

You donot need to use RemoteGUI for deployment. All deployment happens from Studio except for Server patches etc.

That will solve all the problems. And you can deploy your applications.

Hope that solves,

Thanks,

Rajit Srinivas

PS: Award points if helpful.

Former Member
0 Kudos

Thank you Rajit,

I posted some questions to Achim in the same thread.

Maybe you can help me too.

Thank you for your help.

Regard,

Ari