cancel
Showing results for 
Search instead for 
Did you mean: 

Can't start configtool

Former Member
0 Kudos

Hello there,

i can't start the configtool in my Slim-Sneak Edition.

The following error do always accrue!

Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offlin
e/OfflineToolStart
Program terminated abnormally

The Java_HOME Path is correct - the Visual Administrator tool is working without any problems!

I allready changed the classpath in the configtool.bat but that didn't success!

Thanks

Regards

Marco

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marco,

some info I will needed :

under the path <Drive>:/usr/sap/<SID>/<instance><no.>/j2ee/configtool do you see a dir named lib and under that dir do you see a file named launcher.jar. If yes, please let me know the permission of the dir and the file.

Basically the command in configtool.bat or configtool.sh, it sets the classpath itself in the batch file. so there should not be any issue like the one you are showing if you have the above fine.

Please send us the info and we will try to get this resolved.

Regards,

Vineet

Former Member
0 Kudos

Yes, there is a dir named lib and i changed the permissions to "Everyone" but also that didn't help!

I also copied the whole "configtool" dir from another working webas server, but still no betterment!

The startdir for the configtool looks like that:

%JAVA_CMD% -Dsun.java2d.noddraw=true -Duser.language=en -classpath .liblauncher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.visual.ConfigTool ./lib/

Thanks in ahead

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Marco,

If java -version is working.

If launcher.jar is also present with proper permission

then this should work.

One last try until I run out of ideas, please set launcher.jar with path in the system classpath and see if it works.

Also, let me know if rt.jar is present in the JAVA_HOME\jre\lib

Regards,

Vineet

Former Member
0 Kudos

Hi Vineet,

everything is present!

And also the classpath ist set and the rt.jar is at the right place.

Actually i can work without the configtool - so the problem is solved

Regards,

Marco

Former Member
0 Kudos

Hi Macro,

Thanks for the info.

Is launcher.jar also there in the dir.

Also try to give this command

java

java -version and see if it work.

Please let me know where you are from. May be we can work this issue out over chat or netmeeting if it is not clear over this forum.

Regards,

Vineet

Former Member
0 Kudos

Hi Vineet,

yes the launcher.jar is also into this dir!

I've installed the java Version 1.5.0_02-b09 for an other tomcat server.

But also the JDK 1.4.2_09 for SAP! And this dir ist set into the Environment Variable "JAVA_HOME"

I made an echo into the Batch-File and the java-exec dir is correct!

"C:\Programme\Java\j2sdk1.4.2_09\bin\java" -Dsun.java2d.noddraw=true -Duser.lang

uage=en -classpath .\lib\launcher.jar;. com.sap.engine.offline.OfflineToolStart

com.sap.engine.configtool.visual.ConfigTool ./lib/

I also tested to rename the dirs of the JDK 1.5, but also then - it doesn't work!

I'm from switzerland, but because of our firewall an proxy etc. I can't connect to a netmeeting session or a chat!

Thanks for your help!

Regards

Marco