cancel
Showing results for 
Search instead for 
Did you mean: 

Config Tool

Former Member
0 Kudos

When I go to run the Config Tool batch file, I get this message in the DOS command screen. Can someone give me an idea of what I need to do make this run correctly?

'
Qsolution\ROOTBIN\usr\sap\S40\DVEBMGS02\j2ee\configtool'

CMD.EXE was started with the above path as the current directory.

UNC paths are not supported. Defaulting to Windows directory.

WARNING Environment variable JAVA_HOME not set, try to launch java from current

PATH

Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offlin

e/OfflineToolStart

Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolS

tart

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Program terminated abnormally

Press any key to continue . . .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chris,

the error message states it pretty clear:

It's not possible to start the configtool via UNC path, in your case
Qsolution\ROOTBIN.

You need to map a drive to
Qsolution\ROOTBIN, e.g. Z:. Then you can start the configtool from Z:\usr\sap\S40\DVEBMGS02\j2ee\configtool

Best regards

Christoph

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check Note 1066038 - iSeries: Features for using tools in J2EE environment

regards,

kaushal