Skip to Content
0
Former Member
Aug 12, 2008 at 07:21 AM

Error when install Java Central Intance Add in

14 Views

I've installed an ABAP stack and it works smoothly. Java Central Instance Service(add-in) and Java Database Instance(add-in) are both installed successfully. When I install Java Central Instance(Add-in), I get an error when system asks me to input passwords of Java admin accounts. I use same password for all sap account, eg. james123, but in this step, I input same password, the screen does not change to the next.

I paste error info below for reference.

=====================

=======sapinst.log======

=====================

WARNING 2008-08-06 20:08:01

Execution of the command "/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/lib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/sharedlib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install -c sysnr=00 -c ashost=eccdev -c client=001 -c user=DDIC -c XXXXXX -a checkBeforeCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -message_file UserCheck.message" finished with return code 2. Output:

java.lang.ClassNotFoundException: com.sap.security.tools.UserCheck

at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)

at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)

at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:79)

Also, I issued following commands to extract J2EEINSTALL.SAR to the temp directory.

cd /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI

/sapmnt/DEV/exe/SAPCAR -xvf /ECC6_setup/java/51032257/J2EE_OSINDEP/J2EE-INST/J2EEINSTALL.SAR

In client 001, I did following with SU01.

1. Create user SAPJSF, user type is system, grant role SAP_BC_JSF_COMMUNICATION_RO and SAP_BC_JSF_COMMUNICATION.

2. Create user J2EE_ADMIN, user type dialog, grant role SAP_J2EE_ADMIN .

3. Create user J2EE_GUEST, user type dialog, grant role SAP_J2EE_GUEST .

User J2EE_ADMIN and J2EE_GUEST can log on to client 001 successfully.

I still have the same problem after that. Please advise.

BTW, platform is RedHat AS4U5, database is DB2 V9.

James