HiTek Software Home
 
Title CLM fails to start scheduler engine 
Date Updated 01/19/2006
Versions affected Automize 5.0+
OS affected Unix, MacOSX
Description ./clm start          , fails with following error:
Exception in thread "main" java.lang.NoSuchMethodError:......(see below)
Causes The clm file is referencing an older Java machine (1.2.x or earlier)
Solution Edit the file: clm
Make sure that the java executable points to Java 1.3 or later.
If you installed the JVM along with Automize, it should be:
jre/bin/java .......
Output Log $ ./clm start
Exception in thread "main" java.lang.NoSuchMethodError: java.lang.Runtime: method exec(Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process; not found

at EngineLauncher.launchEngine(EngineLauncher.java:106)
at CLM.startEngine(Compiled Code) 
at CLM.parseCommand(CLM.java:48)
at CLM.main(Compiled Code)

Debug Log