cancel
Showing results for 
Search instead for 
Did you mean: 

Error when install Java Central Intance Add in

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

no solution. waiting

Former Member
0 Kudos

Hi James,

Is this a distributed installation?

After you have done su01 activities have you changed the passwords for the users or still you are able to login with the password james123 .If you have changed the password then give the new password.

Also you can check usercheck log file for more information.

Regards

Ashok

Former Member
0 Kudos

1. Yes, it's a distributed installation. I choose ABAP stack installation and then choose Java installation as add in.

2. Yes, J2EE_ADMIN & J2EE_GUEST can log on to system with password james123.

3. In usercheck log file, it contains a part of information of sapinst.log, shows below.

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)