cancel
Showing results for 
Search instead for 
Did you mean: 

Not Able to login to JSPM

Former Member
0 Kudos

Hi Gurus,

I was doinng Java stack upgrade. The deployment phase was running. I closed the window by mistake. Now i am not able to login to JSPM. Is there any way to login? please provide me input.

thanks in advance

With Regards,

Lata B

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you are on NW 7.0 open the MMC -> Java Process Table - Restart the SDM

Once SDM is back you can login to the JSPM and you can resume the stack upgrade.

Thanks

Kiran Nekkanti

Answers (3)

Answers (3)

Former Member
0 Kudos

Lata,

Even if you have closed the JSPM seesion, the connectibity might still exists. Check the logs and confirm whether the update of JAVA patches happens in the background, if not, restart the SDM service in SAP MMC so that the connection will disconnect.

Once the SDM connection is disconnected, you will be able to login to the JSPM in a new session without any issues.

Regards,

Varadharajan M

Former Member
0 Kudos

Hi Guys,

I can able to login now. Thanks a lot for your answers.

Former Member
0 Kudos

Hi,

You can open only one jspm session. Just check the log if there is no update then restart the java stack. Else just kill the process from the os level and restart the jspm.

Regards,

Vamshi.

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

What error are you getting ?

If you are not able to login because of port being used, then find JSPM process with below command :

ps -ef|grep JSPM and cancel that process.

Then try to start it again.

Thanks

Sunny