cancel
Showing results for 
Search instead for 
Did you mean: 

Installation: NW2004s ClassNotFoundException

Former Member
0 Kudos

While trying to install SAP NW2004s I got an error:

ERROR 2006-06-20 08:59:10

CJS-30059 J2EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile umconfigur

ator.log: '

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

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)

'.

ERROR 2006-06-20 08:59:10

FCO-00011 The step runUMConfigurator with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_C

I_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0|NW_UME_Configuration|ind|ind|ind|ind|1|0|NW_

UME_Configuration_Doublestack|ind|ind|ind|ind|1|0|runUMConfigurator was executed with status ERROR .

Installation is running on LINUX_32 with SAPDB.

In umconfigurator.log I got:

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

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)

Anybody knows how to handle that problem?

Best Regards

Pawel Kryczkowski

Accepted Solutions (1)

Accepted Solutions (1)

former_member192029
Active Contributor
0 Kudos

Hi

Hope you have logged as an admin user and selected installation on localhost

Check the The file C:\WINNT\system32\drivers\etc\services (Windows 2000) or C:\Windows\system32\drivers\etc\services (Windows XP) must not include an entry for the ports 3601, 3201 and 50000 to 50030. A possible entry can be excluded by using the hash symbol (#).

hope you are using J2SDK_1.4_08

Cheers

Jawahar

Former Member
0 Kudos

Hi

I'm installing it on Linux (32bit).

The services file contains entries for 3669 as messaging service port, 3201 as system dispatcher port and all entries ranged from

3200-3299 - Dispatcher

3300-3399 - Gateway

4700-4799 - Dispatcher Security

4800-4899 - Gateway Security

All of those entries were added by installer.

I'm using J2SDK 1.4.2_09 as it is approved by SAP.

Best Regards

Pawel Kryczkowski

Former Member
0 Kudos

Hi Pawel,

do you have experience with AIX, because i've got the same error on AIX 5.3 (64-bit) & J2SDK 1.4.2.

The entries in the "/etc/services" are the same like your's, but sapinst always gets the "classnotfounderror".

I install the solution manager 4.0 with NW2004s.

Thank's for helping me.

best regards

Hans Ott

Former Member
0 Kudos

Hi Hans

The problem here was that the contents of /tmp directory was being erased by a standard cron job. After stopping it the installation went fine.

As for AIX 5.3 I've installed Solution Manager 4.0 on it but didn't get a problem like that.

Best Regards

Pawel Kryczkowski

Former Member
0 Kudos

hi

i am installing SAP Solution manager in AIX 5.3 WITH ORACLE 10 DATA BASE

pre installtion check got clared and please send me what envionment variables i need to set to go smoother installation. Please tell me what kind of errors u found and how u solved it.

oracle is up and running ...and database and table space creation phase finished.

i am in ABAP import stage..thrown a error like LIBPATH not found .....urgent.

Thanks in advance

basis_erp@yahoo.com

Former Member
0 Kudos

Please, what is the solution of this problem?

Former Member
0 Kudos

I'm facing exactly the same problem, can you tell me if a solution has been found?

Thanks

Answers (7)

Answers (7)

Former Member
0 Kudos

Thanks a bunch.

The solution worked for me today.

Timely help.

Former Member
0 Kudos

Hi,

Manual extraction of J2EEINSTALL.SAR file is necessary.

$ > cd /dump/Java soft/J2EE_OSINDEP/J2EE-INST

<where /dump is the directory where the files for installation are made available>

$> cp J2EEINSTALL.SAR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install

$> cd /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install

$> /sapmnt/EPP/exe/SAPCAR -xvf J2EEINSTALL.SAR

Restart the installation.

Pls note that the file paths change as per the type of installation you do.

Former Member
0 Kudos

I had the same problem.

Extracting the SAR file manually did help in resolving the problem.

Thanks.

Former Member
0 Kudos

Extracting the J2EEINSTALL.SAR manually is really a very very helpful answer.

Thanks

Former Member
0 Kudos

Hi All,

I believe this is too late, but, my question is: HAVE EVER SOLVED THIS ISSUE?

I'm facing same problem on linux redhat4, oracle 10.2, jsdk 1.4.2_16 installing solman 4

Thanks in advance.

Regards.

Former Member
0 Kudos

try this

Former Member
0 Kudos

I have same problem while installing ERP2005 SR2 on Linux.

Any help or clue is greatly appreciated.

thanks

Ravi

Former Member
0 Kudos

While trying to install SAP Solution Manager 4.0 SR1 with oracle 10.2.0.2 on a Red Hat Enterprise Linux AS release 4 I got an error In the stage 33 (Create Java users):

Execution of the command "/usr/sap/SLM/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysnr=01 -c ashost=slmdemo -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -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)

Please can you help me!!!

Former Member
0 Kudos

can you tell me how u solved the problem below...

Execution of the command "/usr/sap/SLM/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysnr=01 -c ashost=slmdemo -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -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)

Please can you help me!!!

Former Member
0 Kudos

Hi,

I am doing the install on AIX (ERP2005/Oracle) and I am facing the same problem. It is really urgent for me..I would appreciate if you can let me know how you fixed this problem. I opened a OSS message but no response from sap.......

Please send me how you got the UMConfiguratorLoad class file and what was the fix...

Thanks,

Madhukar