cancel
Showing results for 
Search instead for 
Did you mean: 

Issue starting JSPM

08-08-2008 3:19 PM
225 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I am getting a problem starting JSPM. I am running a Solution Manager 7.0 system on Solaris 10. When I start the JSPM GUI, it seems to work OK for a while, then falls over with the following text in the GUI:

Cannot initialize application data.

Could not detect database.

Could not execute DMT command dbinfo with arguments

/usr/sap/BIP/DVEBMGS00/j2ee/JSPM/config/DBINFO.XML.

Return code condition success evaluated to false for process java for

action dbinfo.

The database is available, but I find this message in the DMT_01_01.ERR file in the log directory:

PerfTimes : loadNativeLayer: loading jperflib

failed. /sapmnt/SOL/exe/libjperflib.so: ld.so.1: java:

fatal: /sapmnt/SOL/exe/libjperflib.so: wrong ELF class: ELFCLASS64

Execution failed: Program has finished with error. 1

Execution has been terminated. More information can be found in the log

file /usr/sap/SOL/DVEBMGS01/j2ee/JSPM/log/usr/sap/SOL/DVEBMGS01/j2ee/JSPM/log/log_2008_08_08_10_14_47/DMT_01.LOG.

Could not set up a database connection. See previous messages.

Could not establish open SQL connection. Exception

java.sql.SQLException: Io exception: The Network Adapter could not

establish the connection.

com.sap.sdt.tools.main.MainException: Program has finished with error. 1Execution has been terminated. More information can be found in the log

file /usr/sap/SOL/DVEBMGS01/j2ee/JSPM/log/usr/sap/SOL/DVEBMGS01/j2ee/JSPM/log/log_2008_08_08_10_14_47/DMT_01.LOG.

Could not set up a database connection. See previous messages.

Could not establish open SQL connection. Exception

java.sql.SQLException: Io exception: The Network Adapter could not

establish the connection.

at com.sap.sdt.tools.main.MainProgram.execute

(MainProgram.java:482)

at com.sap.sdt.dmt.main.DMT.main(DMT.java:209)

Return code: 1

Any help / suggestions gratefully received.

Thanks,

Brendan Byrne

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

I had the same "ELFCLASS64" error message when attempting to apply a patch to for XI TOOLS 7.00 SP13. As it turns out the REAL reason for the JSPM failure - as documented in another log file - was an expired J2EE Engine password (note 701654 explains how to reset the password).

For the record, one of my log files showed:

sappr5:spiadm 57% more BATCHCONFIG_01.ERR

PerfTimes : loadNativeLayer: loading jperflib failed. /sapmnt/SPI/exe/libjperflib.so: ld.so.1: java: fatal: /sapmnt/SPI/exe/libjperflib.so:wrong ELF class: ELFCLASS64

Former Member
0 Likes

Hi,

This was a system migrated from another host. Given that we haven't invested any time in configuring it yet, we're going to do a fresh install and go from there, since there are other issues also with the system.

Thanks for the help anyway,

Brendan

Former Member
0 Likes

Hi Brendan,

Looks like there is an issue with the database, First you check whether the database is running and also Please run JCMON pf=>usr/sap/SID/SYS/profile/<Instance Profile> and see whether all the Java processes are running like Dispatcher, SDM, Server0 etc....

And also your log shows that there is some issue with Network adapter as well, Would request you to please resolbe the Network adapter issue and then bounce the server once and I think it should resolve your problem.

Hope it helps.

Thanks,

Naga

Former Member
0 Likes

hi.

first check, if as java is running? start jcmon to check (jcmon pf=<instance profile>) or call the page in the browser. what do the mentioned logs say?

Martin