cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM shows deployment complete, but go to Initial screen.

Former Member
0 Kudos

I am upgrading solman system from SPS18 to SPS24, after I did the java update, system gives messages a below in JSPM log and don't terminate gracefully

-


Sep 16, 2010 7:37:01 PM [Info]: Starting DeployQueue dialog...

Sep 16, 2010 7:37:01 PM [Info]: The time SDM server to wait J2EE server to start during deployment will not be updated because there are no files for deployment.

Sep 16, 2010 7:37:01 PM [Info]: Checking status of instance 39 on host gsmsapci...

Sep 16, 2010 7:37:01 PM [Error]: Cannot find instance with instance number 39 on host gsmsapci in the cluster.

Sep 16, 2010 7:37:01 PM [Error]: Restarting GSM 39 instance failed.

Sep 16, 2010 7:37:01 PM [Error]: Cannot check the state(running/stoped) of the CI.

Sep 16, 2010 7:37:01 PM [Info]: Overal deployment message : Cannot check the state(running/stoped) of the CI. Restarting GSM 39 instance failed.

Cannot find instance with instance number 39 on host gsmsapci in the cluster.

.

Sep 16, 2010 7:37:12 PM [Info]: Detecting components of the J2EE engine...

Sep 16, 2010 7:37:12 PM [Info]: You can find additional information in log file /usr/sap/GSM/DVEBMGS39/j2ee/JSPM/log/log_2010_09_16_19_15_14/DETECT_SYSTEM_COMPONENTS_03.LOG.

Sep 16, 2010 7:37:18 PM [Info]: Loaded usage type data from data source jdbc/pool/GSM.

Sep 16, 2010 7:37:18 PM [Info]: Detected system products and usage types.

Sep 16, 2010 7:37:19 PM [Info]: Detecting components of the J2EE engine has finished.

Sep 16, 2010 7:37:19 PM [Info]: Dialog DeployQueue: you have chosen Next.

Sep 16, 2010 7:37:19 PM [Info]: DeployQueue dialog has been processed.

Sep 16, 2010 7:37:19 PM [Info]: Adding system configuration.

Sep 16, 2010 7:37:19 PM [Info]: Generating phase and total run times.

Sep 16, 2010 7:37:19 PM [Info]: Adding version information.

Sep 16, 2010 7:37:19 PM [Info]: Adding phase run times.

Sep 16, 2010 7:37:19 PM [Info]: Adding deploy run times.

Sep 16, 2010 7:37:20 PM [Info]: Process ID 22, name jcmon has been started.

Sep 16, 2010 7:37:20 PM [Info]: Command line: /usr/sap/GSM/DVEBMGS39/exe/jcmon pf=/sapmnt/GSM/profile/GSM_DVEBMGS39_gsmsapci -magic

Sep 16, 2010 7:37:20 PM [Info]: Standard out: /usr/sap/GSM/DVEBMGS39/j2ee/JSPM/log/log_2010_09_16_19_15_14/JCMON_START_39_01.OUT

Sep 16, 2010 7:37:20 PM [Info]: Process ID 22 has been started.

Sep 16, 2010 7:37:20 PM [Info]: Waiting for process ID 22, name jcmon to finish.

Sep 16, 2010 7:37:21 PM [Info]: Process ID 22, name jcmon has been finished, exit code 0.

Sep 16, 2010 7:37:21 PM [Info]: Generated log file position: 3.

Sep 16, 2010 7:37:21 PM [Info]: Appending the content of the file JCMON_START_39_01.OUT to file JCMON_START_39.OUT.

Sep 16, 2010 7:37:21 PM [Info]: Deleting file JCMON_START_39_01.OUT.

Sep 16, 2010 7:37:21 PM [Info]: Generated log file position: 3.

Sep 16, 2010 7:37:21 PM [Info]: Appending the content of the file JCMON_START_39_01.ERR to file JCMON_START_39.ERR.

Sep 16, 2010 7:37:21 PM [Info]: Deleting file JCMON_START_39_01.ERR.

Sep 16, 2010 7:37:21 PM [Info]: System 40 is running.

Sep 16, 2010 7:37:21 PM [Info]: Ping the SDM server.

Sep 16, 2010 7:37:21 PM [Info]: You can find additional information in log file /usr/sap/GSM/DVEBMGS39/j2ee/JSPM/log/log_2010_09_16_19_15_14/SDM_OPERATION_03.LOG.

Sep 16, 2010 7:37:23 PM [Error]: The J2EE engine is in NORMAL mode.

-


Can somebody help on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

from the log what you have provided, I understand that deployment is not completed.

there can be different problems. I can point out few problems whcih may lead to such a log.

1) with the SCA's or an SCA. Please test the following command on each of he SCA's in EPS/in.

jar -xvf <SCA file name>

If you receive a EOFException for any of them, then this SCA needs to be downloaded again as there might be

problem with it.

2) try to change the following

Config Tool -> secure store

admin/host/GSP = gsmsapci (ur host name)

then retry

3) JSPM is the one who would like to start the engine in safe mode. try switching the mode from Normal to safe. in configtool

if these doesnot work, paste new jspm log.

Regards,

Shyam.

Former Member
0 Kudos

Problem is solved. changed SAPLOCALHOST & SAPLOCALHOST from gsmprdci to gsmsapci, restarted SAP and redid the JSPM and it worked. Probably some functionality changed between SPS18 and SPS23.