cancel
Showing results for 
Search instead for 
Did you mean: 

Solman 4.0 inst error

Former Member
0 Kudos

hi.. i am doing the following inst..

solman 4.0 on win 2003 x64 standard

abap and java on ibm db2 udb ver9

-


java.exe.log

java 1.4.2.14 x64 win

i am attaching the error below ....................

-


java.lang.NullPointerException

at java.io.Reader.<init>(Reader.java:61)

at java.io.InputStreamReader.<init>(InputStreamReader.java:55)

at com.sap.ctc.util.ConfigMainExt.doConfig(ConfigMainExt.java:111)

at com.sap.ctc.util.ConfigMainExt.main(ConfigMainExt.java:231)

end part of sapinst_dev.log ==============================================

TRACE [iaxxejsexp.cpp:199] EJS_Installer::writeTraceToLogBook() NWCallJava: Arguments passed: P4HOST=BKDEV,P4PORT=50004,J2EE_ADMIN=J2EE_ADMIN,J2EE_PASSWORD=XXXX,HTTPHOST=BKDEV,HTTPPORT=50000,SLDUSER=SLDDSUSER,SLDPASSWORD=XXXX INFO 2007-04-21 20:37:27 [synxcpath.cpp:776] CSyPath::createFile() Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\java.exe.log. INFO 2007-04-21 20:37:27 CJSlibModule::writeInfo_impl() Output of C:\j2sdk1.4.2_14-x64\bin\java.exe -classpath J:/usr/sap/SDV/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt XXXXXX BKDEV:50000 J2EE_ADMIN XXXXXX is written to the logfile java.exe.log. WARNING 2007-04-21 20:43:27 CJSlibModule::writeWarning_impl() Execution of the command "C:\j2sdk1.4.2_14-x64\bin\java.exe -classpath J:/usr/sap/SDV/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/tclmctcutilbasic_ear/servlet_jsp/ctc/root/WEB-INF/classes/ com.sap.ctc.util.ConfigMainExt XXXXXX BKDEV:50000 J2EE_ADMIN XXXXXX" finished with return code 1. Output: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:55) at com.sap.ctc.util.ConfigMainExt.doConfig(ConfigMainExt.java:111) at com.sap.ctc.util.ConfigMainExt.main(ConfigMainExt.java:231) TRACE [iaxxejsexp.cpp:199] EJS_Installer::writeTraceToLogBook() NWException thrown: nw.configError: Java EE Engine configuration error.

DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile java.log: 'JSE'. ERROR 2007-04-21 20:43:27 CJSlibModule::writeError_impl() CJS-30059 Java EE Engine configuration error.

DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile java.log: 'JSE'. TRACE [iaxxejsbas.hpp:460] EJS_Base::dispatchFunctionCall() JS Callback has thrown unknown exception. Rethrowing. ERROR 2007-04-21 20:43:27 FCO-00011 The step configSLDMainDataSupplier with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0|configSLDMainDataSupplier was executed with status ERROR . TRACE <html><head></head><body>

An error occurred while processing service SAP Solution Manager 4.0 Support Release 2 > SAP Systems > IBM DB2 for Linux, UNIX, and Windows > Central System > Central System Installation. You may now

press Retry to repeat the current step.

press the View Log button to get more information about the error.

stop the task and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS.

</body></html> TRACE [iaxxgenimp.cpp:1155] showDialog() waiting for an answer from gui INFO 2007-04-22 06:29:56 [iaxxgenimp.cpp:782] showDialog() An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0|configSLDMainDataSupplier".

plz.. i am badly stuck.. need help asap

What happened guys .. no help..

or is something wrong with this post

Message was edited by:

Abdul Wahid Khan

Message was edited by:

Abdul Wahid Khan

Accepted Solutions (1)

Accepted Solutions (1)

DoloresCorrea
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

In order to fix this, you should try to copy the file 'sldserv.jar

from

/usr/sap/<sid>/<instance>/j2ee/cluster/server0/bin/services/sld/

to

/usr/sap/<sid>/<instance>/j2ee/admin/lib/

and then try to start the SLD Data Supplier again.

Please let me know if this works, other wise can you please attach

the following:

java.log

Also check note 891666.

-please check in the J2EE Visual Administrator of the J2EE

engine that hosts the SLD that needs to be configured, whether the

SLD Data Supplier Service is available and started.

-in the J2EE Visual Administrator navigate into Server - Services -

SLD Data Supplier Service).

Could you check just in case in which port db2 instance connect? in 50000?

db2c_DB2#50000/tcp ?????

And which is the instance for the Central instance? 00?

Hope this helps,

Dolores

If this is the case change the DB2 instance port, and try again.

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks guys..