cancel
Showing results for 
Search instead for 
Did you mean: 

SOLUTION MANAGER TELNET JAVA STACK

jorge_velasquez
Contributor

Hi experts,

I am trying to undeploy an app as per note :

2047880 - The upgrade stops due to sap.com/ui~five application issues when upgrading

but telnet doesn't work properly.

  1. Use telnet and remove sap.com/ui~five application and repeat the upgrade phase
    1. telnet localhost <AS telnet port>
    2. list_app | grep sap.com/ui~five
    3. undeploy name=sap.com/ui~five
    4. repeat the upgrade phase

In my case:

list_app | grep sap.com/ui~five

Can't find command 'list_app'.

Any clue?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Asha_Pillai
Active Participant
0 Kudos

Hello Jorge,

Input the command add deploy before entering list_app.You can check the deploy controller log inside Java work directory(/usr/sap/<SID>/<instance>/work) to see why the deployment doesn't work. This log file is called deploy.x.trc.

Solman 7.1 runs on Netweaver Java 7.0, the note that you are following is not valid for this release. Are you in middle of an upgradee?

Regards,

Asha

yakcinar
Active Contributor
0 Kudos

Hello Jorge,

Did you login to telnet screen with J2EE_ADMIN user and get ">" prompt?

It login is successfull you should have run list_app.

Regards,

Yuksel AKCINAR

jorge_velasquez
Contributor
0 Kudos

Hi Yuksel.

It works properly in SOLMAN 7.2 but doing the same with SOLMAN 7.1 isn't.

Login: J2EE_ADMIN

Password ******

>jump

All available cluster's elements: 6609450

>jump 6609450

You jumped on node 6609450.

>>list_app Can't find command 'list_app'.

Any clue?

yakcinar
Active Contributor