cancel
Showing results for 
Search instead for 
Did you mean: 

SDM is Stopped ---Very Urgent

Former Member
0 Kudos

Hi All,

I developed a example "Hello World" WebDynpro application

and getting error when deploying

<b>Deployment Aborted</b>

Settings

SDM host : sapplm

SDM port : 0

URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp48562Welcome.ear

Deployment exception :

Server sapplm did not accept login request as admin on port 0.

Details: ERROR: Could not establish connection to server sapplm at port 0: sapplm

Inner exception was :

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

J2ee Engine Properties:

-


Under I21 Instance

<b>dispathcer is Running(Green)</b> and properties

Http Port : 52100

Debug Port: 50000

SDM port: 0

Telnet Port: 52108

<b>SDM is Not Running(Red)</b>

State : Stopped

Http Port : 0

Debug Port: 50002

SDM port: 0

Telnet Port: 0

<b>Server0 is Runnig (Green)</b>

Http Port : 0

Debug Port: 52121

SDM port: 0

Telnet Port: 0

Last Few Lines from the latest log as follows:

Mar 10, 2006 5:35:15 AM Info: ============================================

Mar 10, 2006 5:35:15 AM Info: = Starting to execute command 'server' =

Mar 10, 2006 5:35:15 AM Info: ============================================

Mar 10, 2006 5:35:15 AM Info: Starting SDM - Software Deployment Manager...

Mar 10, 2006 5:35:15 AM Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4014.00.0000.20050920154418.0000

Mar 10, 2006 5:35:17 AM Info: SDM operation mode successfully set to: Standalone

Mar 10, 2006 5:35:18 AM Info: JStartupFramework is requesting to start the SDM Server.

Mar 10, 2006 5:35:18 AM Info: SDM is currently detached from JStartupFramework. Forward this information to the JStartupFramekwork (disable SDM process).

Mar 10, 2006 5:35:18 AM Info: disabling SDM Process with JStartupFramework

Mar 10, 2006 5:35:18 AM Info: disabled SDM Process with JStartupFramework

Mar 10, 2006 5:35:18 AM Info: Waiting up to 60 seconds for shutdown by JControl before exiting myself.

Mar 10, 2006 5:35:18 AM Info: ====================================

Mar 10, 2006 5:35:18 AM Info: JControl is shutting SDM Server down

Mar 10, 2006 5:35:18 AM Info: ====================================

Mar 10, 2006 5:35:18 AM Info: Server finished sending back the answer of the ShutdownRequest.

Mar 10, 2006 5:35:18 AM Info: Shutting dispatcher down

And System File as follows

😧
usr
sap
I21
SYS
global
security
lib
tools
iaik_smime.jar#

#1.5#000423B7CBD600000000000400000A8800040E0F2F1097C5#1141358283765#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store 😧
usr
sap
I21
SYS
global
security
lib
tools
iaik_ssl.jar#

#1.5#000423B7CBD600000000000500000A8800040E0F2F109995#1141358283765#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration

and my J2EE Properties:

Message Server Host: sapplm.company.com

Message server Port:3623

Plz any one help me out from this issue

First Responce is greatly appriciated..........

Sreedhar G

Thanks inn advance ...

Message was edited by: sreedhar Gunda

Accepted Solutions (0)

Answers (1)

Answers (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Sreedhar,

have u added the message servive in the service file ?.

if not just add this entry in the service file and test once agian..

sapms<System ID> 3623/tcp

the service file is in the

<Drive>:\WINDOWS\system32\drivers\etc

then check this...

then one more thing , just give the server name itself in the developer studio , instead of fully qualified name ,if u r not in different domain...

just check one more think.. if there is already an open session of Visual Admin or something like that...

then just from studio itself , restart the SDH instance alone .. and try,

Regards

Kishor Gopinathan

Former Member
0 Kudos

Hi Kishore,

I did in Service file the entry like sapmsI21 3623/tcp

and if i give only server name isn't detecting giving error if i mention IP and fully qualified name then only its detecting server0 and dispatcher....

And If starst the RemoteGui.bat the password is changing every time....

ANyother sol...

Sreedhar G

Former Member
0 Kudos

Execute the startSDM.sh script to start the SDM. Also, the SDM port isn't usually 0. Normally is 50018. Are you sure that your SDM server is running on o?

Former Member
0 Kudos

Hello,

When i startSDM.sh it's running on 50018 but when i connect J2EE Engine from NWDS the value of SDM Port is showing 0.

Thanks for u r reply

Former Member
0 Kudos

Hi,

with reference to the message in your first post. the message displayed says that the SDM mode is set to Standalone.

"info SDM operation mode successfully set to: Standalone"

You will have to change the mode to 'integrated' to enable the SDM to be started using the console.

run the command below to set the correct mode.

<Drive>:\usr\sap\J2E\JC00\SDM\program>sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=integrated"

Now enable the SDM process using the SAP Console.

Hope that helps.

Regards,

S.Divakar

kyo_choi2
Participant
0 Kudos

This worked for me. Thanks.