cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment getting aborted on J2EE Engine from NWDS

Former Member
0 Kudos

Hi,

While i am trying to deploy the Java WebDynPro code on J2EE Engine its giving me the following error.

Apr 9, 2008 10:24:53 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Settings

SDM host : sghrdpr7

SDM port : 50118

URL to deploy : file:/C:/DOCUME1/NUZHAT1/LOCALS1/Temp/temp21573sap.comfixedtoolbar.ear

Deployment exception : Server sghrdpr7 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server sghrdpr7 at port 50118: sghrdpr7

Inner exception was :

Server sghrdpr7 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server sghrdpr7 at port 50118: sghrdpr7

The deployment is getting aborted.

I have tried telnet for the port number from my end and that is successfull.

Now i dont where the problem is????????

Please help urgently

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

My problem got solved , the basis guy could figure out the Problem

I needed to give the details of the server im my System Drivers Etc Hosts File.

It is working perfectly fine since them

Regards,

Nuzhat Khan

Former Member
0 Kudos

Glad to know its resolved. Thank you for posting the solution.

Best Regards,

Snehal

Former Member
0 Kudos

Hi Khan,

If you ar able to connect to the port through telnet,then it cannot be the problem of port.

1.Check again,if you have entered the correct Message server port.

2.SDM password.Try connecting to SDM manualy and check if password is

working.

3.If SDM is already open,you cannot connect through IDE.So,see through that,SDm is not open/being used.

Regards

Usha

Former Member
0 Kudos

Did you enter the message server port no correctly in the seetings in NWDS ?

also see if the server view is showing connected?

Thanks & Regards

Veerabhadram..........

Former Member
0 Kudos

Yes the J2EE Engine view in NWDS seems working , all is green and up and working.

The ports i have checked , its 3900 Message server port on which i have deployed

Former Member
0 Kudos

Hi,

Have you checked whether the deployment with the SDM directly works or not ? (not through NWDI).

Also, for the SDM deployment to function correctly, make sure of the following :

Please make sure to set :

- the P4 host to localhost in the Secure Store (setting localhost is a workaround if you have multiple hostnames (virtual/physical)

- the secure store should have the correct password for the j2ee_admin(in case of dual stack) or administrator(in case of java only) as SDM server takes the password from secure store for the login to j2ee engine as administrator which is required for the deployment.

- SAPLOCALHOST, SAPGLOBALHOST, and SAPGLOBALHOSTFULL value in the SCS &

JC profiles must point to the desired hostname/IP. If they don't exist

please create and set accordingly.

- in the sdmrepository.sdc file, the following

values are set expected with expected host :

<mshost>

*hostname**

</mshost>

<msport>

**port -can be found in dev_ms file*

</msport>

Please restart the cluster.

Try to deploy using SDM without the workaround.

If the deployment fails, please paste the exception/error from the lastest sdm log from SDM\program\log directory and corresponding exception from the latest defaultrace file from server0\log directory.

Hope the above helps.

Regards,

Snehal