cancel
Showing results for 
Search instead for 
Did you mean: 

Error on configure NWDS to EP Server

Former Member
0 Kudos

Hi Friends

I have to configure NWDS to EP Server Like this

in NWDS

Window->preferences-->select SAP J2EE Engine

Here i will Pass Message Server Host and Message server port num. and Click on Apply

next i have to done this step also go run->driver->host--->etc folder i have to menction IP address and Host and domain and

I am doing all think.yesterday j2ee engine is working today it is not working what is problem. we can do any new think

Feb 23, 2010 10:56:38 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !

Pls help me

Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

former_member264034
Active Contributor
0 Kudos

Hi,

Can you switch on the J2EE Engine view. You can do it from NWDS

NWDS -> Window -> Show View -> Other -> J2EE -> J2EE Engine.

This will help you monitor the state of the engine, you can

immediately see whether from the host where the NWDS is running the

Engine (and here most important the SDM) can be reached or not.

To set up the Engine properly for NWDS, you must check the

settings in: Window ->preferences -> SAP J2EE Engine

Here the hostname and the message server port must be defined.

To figure out the port the easiest way is to go to:

http://<host>:<port>/sap/monitoring/SystemInfo -> check the message

server port here, and then put this information in the preferences.

See what the port number is for the message and enqueue servers.

Check this is updated into the Developer Studio, and not the ABAP MS

port.

Does your SDM run in Integrated mode? It should.

Please check the online documentation:

http://help.sap.com/saphelp_nw04/helpdata/en/4e/

67118041b142f8a6b4d5bf8ca56422/frameset.htm

Regards,

Aidan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Vijay,

If the NWDS was configured correctly and you haven't made any changes to that configuration, than the problem most likely is what the error message says - that the SDM is not working or it is in standalone mode.

You could check if the SDM is running with SAP MMC on windows or with the tool jcmon:

jcmon pf=<instance profile>

If SDM is not running you could start it with both of the above tools.

If you cannot start SDM, then it means it is in standalone mode. The SDM manual is the SDM/program/doc directory explains how to change the startup mode of the SDM. In a few words you execute the following script form the SDM/program directory:

On windows:

sdm.bat jstartup "mode=integrated"

On other OS:

sdm.sh jstartup mode=integrated

After that you could start the SDM with the above mentioned tools.

Regards,

Ventsi Tsachev

p330068
Active Contributor
0 Kudos

Hi

Check server is up running or not. This might cause if server/sdm is down

Thanks

Arun Jaiswal