cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment aborted

Former Member
0 Kudos

Hello All,

I developed an application a nd set the tomcat server in place of the SAP J2EE Engine.The version of the Tomcat server which i have used is 5.0.X.

Now when I tried to deploy my application it's giving me a message saying :

"Deployment aborted " and

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

Can anyone tell me how should i fix this ?

Regards,

Deepu.K

Accepted Solutions (1)

Accepted Solutions (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

this exception gets when message server port is not set properly.

the message server port for this tomcat server is not properly set.

get the information abt its message server port and set it properly

hope this solves the problem.

regards,

abhijeet

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

Hi Deepu,

Check these,

1_SDN PASSWORD

2_RESTART UR SERVER

3_CHECK UR PORT NUMBER AND HOST NAME

4_CHECK UR JAVA CODE .IT SHOULD BE ERRORFREE.

Regards,

Ramganesan K.

Former Member
0 Kudos

Hello All,

Thanks to ur replies. I got a problem with the server . I've to fix the problem there.

Regards,

Deepu.K

former_member187702
Active Participant
0 Kudos

Hi Deepu

Ceck the following

1)enter the SDM host as the name of your J2EE server with the port.

Window -> Prefrences -> SAP J2EE engine -> Here Enter the values of Message Server Host and Message Server Port.

select the proper configuration: Remote (if J2EE is running in other machine) or Local.

2)But if you have specified J2ee engine settings and still it is giving same error then check whether SDM instance is running or not. open the J2EE Engine tab in NWDS, check sdm instance there.

3)Ensure that the server is running (if is not running, it returns the same error),

Otherwise go to SAP Management Console. Start the Local Engine.

Hope that helps

Regards