cancel
Showing results for 
Search instead for 
Did you mean: 

ACTION_DEPLOY_LIST False. SUM error during SPS upgrade in SOLMAN 7.1

Former Member
0 Kudos

Hi All,

I am upgrading SPS in freshly installed solution manager 7.1 to the latest SPS-10 through SUM. Everything went smooth in earlier phases but in DOWNTIME_PHASE i am getting the below error. Please suggest if anyone know anything about this.

" Cannot execute Java process for deployList with parameters E:\usr\sap\SMD\SUM\sdt\tmp\deploy_list.txt. Return code condition success evaluated to false for process java.exe for action ACTION_DEPLOY_LIST. "

Deploy-Components_02 Logs:

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[E:\usr\sap\SMD\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_02.LOG]/-->

<!--PATTERN[DEPLOY-COMPONENTS_02.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Dec 3, 2013 10:54:01 AM [Info  ]: Stopping SDM server...

Dec 3, 2013 10:54:01 AM [Info  ]: AS Java process ID 37 has been started.

Dec 3, 2013 10:54:01 AM [Info  ]:   Command line: E:\usr\sap\SMD\DVEBMGS00\exe\sapjvm_4\bin\java.exe -Xmx900M -Djava.ext.dir=e:/usr/sap/SMD/DVEBMGS00/SDM/program/lib;E:/usr/sap/SMD/DVEBMGS00/exe/sapjvm_4/jre/lib/ext -cp . -jar e:\usr\sap\SMD\DVEBMGS00\SDM\program\bin\SDM.jar shutdown Sdmguiport=50018 sdmHome=e:/usr/sap/SMD/DVEBMGS00/SDM/program logfile=E:\usr\sap\SMD\SUM\sdt\log\SUM\OperateSDM_35.LOG

Dec 3, 2013 10:54:01 AM [Info  ]:   Standard out: E:\usr\sap\SMD\SUM\sdt\log\SUM\OPERATESDM_22.OUT

Dec 3, 2013 10:54:01 AM [Info  ]: Process ID 37 has been started.

Dec 3, 2013 10:54:01 AM [Info  ]: Waiting for process ID 37, name java.exe to finish.

Dec 3, 2013 10:54:10 AM [Info  ]: Process ID 37, name java.exe has been finished, exit code 104.

Dec 3, 2013 10:54:10 AM [Info  ]: Process ID 37, name java.exe has been terminated.

Dec 3, 2013 10:54:10 AM [Info  ]: SDM server has been stopped.

Dec 3, 2013 10:54:10 AM [Info  ]: Setting SDM server to standalone mode...

Dec 3, 2013 10:54:10 AM [Info  ]: AS Java process ID 38 has been started.

Dec 3, 2013 10:54:10 AM [Info  ]:   Command line: E:\usr\sap\SMD\DVEBMGS00\exe\sapjvm_4\bin\java.exe -Xmx900M -Djava.ext.dir=e:/usr/sap/SMD/DVEBMGS00/SDM/program/lib;E:/usr/sap/SMD/DVEBMGS00/exe/sapjvm_4/jre/lib/ext -cp . -jar e:\usr\sap\SMD\DVEBMGS00\SDM\program\bin\SDM.jar jstartup mode=standalone sdmHome=e:/usr/sap/SMD/DVEBMGS00/SDM/program logfile=E:\usr\sap\SMD\SUM\sdt\log\SUM\OperateSDM_37.LOG

Dec 3, 2013 10:54:10 AM [Info  ]:   Standard out: E:\usr\sap\SMD\SUM\sdt\log\SUM\OPERATESDM_23.OUT

Dec 3, 2013 10:54:10 AM [Info  ]: Process ID 38 has been started.

Dec 3, 2013 10:54:10 AM [Info  ]: Waiting for process ID 38, name java.exe to finish.

Dec 3, 2013 10:54:13 AM [Info  ]: Process ID 38, name java.exe has been finished, exit code 0.

Dec 3, 2013 10:54:13 AM [Info  ]: Process ID 38, name java.exe has been terminated.

Dec 3, 2013 10:54:13 AM [Info  ]: SDM server has been set to standalone mode.

Dec 3, 2013 10:54:13 AM [Info  ]: AS Java process ID 39 has been started.

Dec 3, 2013 10:54:13 AM [Info  ]:   Command line: E:\usr\sap\SMD\DVEBMGS00\exe\sapjvm_4\bin\java.exe -Xmx900M -Djava.ext.dir=e:/usr/sap/SMD/DVEBMGS00/SDM/program/lib -cp . -jar e:\usr\sap\SMD\DVEBMGS00\SDM\program\bin\SDM.jar deploy onerror=skipdepending updateversions=all list=E:\usr\sap\SMD\SUM\sdt\tmp\deploy_list.txt sdmHome=e:/usr/sap/SMD/DVEBMGS00/SDM/program logfile=E:\usr\sap\SMD\SUM\sdt\log\SUM\OperateSDM_39.LOG

Dec 3, 2013 10:54:13 AM [Info  ]:   Standard out: E:\usr\sap\SMD\SUM\sdt\log\SUM\OPERATESDM_24.OUT

Dec 3, 2013 10:54:13 AM [Info  ]: Process ID 39 has been started.

Dec 3, 2013 10:54:13 AM [Info  ]: Waiting for process ID 39, name java.exe to finish.

Dec 3, 2013 12:34:40 PM [Info  ]: Process ID 39, name java.exe has been finished, exit code 4.

Dec 3, 2013 12:34:40 PM [Info  ]: Process ID 39, name java.exe has been terminated.

Dec 3, 2013 12:34:40 PM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.sdmprocess.SDMProcessException: Cannot execute Java process for deployList with parameters E:\usr\sap\SMD\SUM\sdt\tmp\deploy_list.txt. Return code condition success evaluated to false for process java.exe for action ACTION_DEPLOY_LIST.

.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

In my case, i reset the SDM password in the first steps of SUM, but forget to do it in configtool too.

701654 - Deployment aborts due to wrong J2EE Engine login information

I restart the instance JAVA, go to SUM and continue the SUM successfully until finish ok.

Bye.

Former Member
0 Kudos

Hi,

I have a similar issue that I'm currently investigating..

I have looked at various logs and the root cause is not evident yet.

My ABAP side updates are going fine and is currently waiting on JAVA updates to finish.

Looking for any input from larger community..

Srini

Former Member
0 Kudos

I'm looking the SDMLog file, and find the following entries.

Apr 28, 2014 7:44:20 AM  Info: Finished successfully: development component 'tc~sec~sso~app'/'sap.com'/'SAP AG'/'7.0213.20121105124345.0000'/'4', grouped by :

The application start is forbidden, because of the server mode and action.

Apr 28, 2014 7:44:20 AM  Info: Starting to save the repository

Apr 28, 2014 7:44:20 AM  Info: Finished saving the repository for 141 ms.

Apr 28, 2014 7:44:20 AM  Info: Starting: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.02.14.0.20130729163637''/'4' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.02.9.0.20110724220410''/'0'.

Apr 28, 2014 7:44:20 AM  Error: Aborted: software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.02.14.0.20130729163637''/'4':

Failed deployment of SDAs:

development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'7.0214.20130513122035.0000'/'4' : aborted

development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'7.0214.20130729061211.0000'/'4' : aborted

development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'7.0213.20121105124329.0000'/'4' : aborted

development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'7.0213.20121213104521.0000'/'4' : aborted

development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'7.0213.20120926150815.0000'/'4' : aborted

development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'7.0213.20120926153336.0000'/'4' : aborted

development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'7.0213.20121105124334.0000'/'4' : aborted

development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'7.0213.20120926150015.0000'/'4' : aborted

development component 'tc/pmi/test'/'sap.com'/'SAP AG'/'7.0213.20120926152612.0000'/'4' : aborted

development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'7.0213.20120926152604.0000'/'4' : aborted

development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'7.0213.20120926145832.0000'/'4' : aborted

development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'7.0213.20121213104521.0000'/'4' : aborted

Please, look at error logs above for more information!

Apr 28, 2014 7:44:20 AM  Info: Starting to save the repository

Apr 28, 2014 7:44:20 AM  Info: Finished saving the repository for 74 ms.

Apr 28, 2014 7:44:20 AM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Apr 28, 2014 7:44:20 AM  Error: ---------------- At least one of the Deployments failed ---------------

Apr 28, 2014 7:44:20 AM  Info: Summarizing the deployment results:

Apr 28, 2014 7:44:20 AM  Error: Aborted: /Media/SPS11/SAPJTECHS14_0-10006659.SCA

Apr 28, 2014 7:44:20 AM  Error: Processing error. Return code: 4

Apr 28, 2014 7:44:20 AM  Error: Processing error. Return code: 4

"sdmlog20140428.log"

BTW: Platform: Linux, SLES, SM71 Starting SPS8  to SPS 11, Oracle.

Any suggestions or pointers, very well appreciated..

As it reads, SAP_JTECHS SDA is failing deployment. But it is not yet clear as to why this is failing.. That is the quest as of now.

Thank you..

Former Member
0 Kudos

Hello,

according to log

The application start is forbidden, because of the server mode and action.

Plase refer to this &quot;The application start is forbidden, because of... | SCN

BR,

K.

Former Member
0 Kudos

Hi Mousam,

Have you checked the logs in the SDM directory? Are you able to start SDM and logon to SDM?

Thanks,

Jagadish.

Former Member
0 Kudos

Hi,

We have faced the same issue during SP10 upgrade , below is the solution worked for us.

1) Wait untill ABAP process is completed.

2) Stop SAP ,  Upgrade tool and  Kill all the process running .

3) Start sap and upgrade tool

Hope this is uesful for you.

Regards

Bhupesh Akkineni

Former Member
0 Kudos

Hi,

Dec 3, 2013 12:34:40 PM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.sdmprocess.SDMProcessException

check out here

and also you can view the default trace logs for any memory parameter configured wrongly as stated here Error During Deployment (SAP Library - Java Support Package Manager)

Thanks

Jansi