Hi All,
I am trying to run a java service on a newly set wM 6.1 environment on windows XP
Here is the IS JVM details
Java Version 1.5.0_16 (49.0)
Java Vendor Sun Microsystems Inc.
Java Home C:\Program Files\Java\jdk1.5.0_16\jre
Java Classpath C:\Program Files\Java\jdk1.5.0_16\lib\rt.jar
C:\Program Files\Java\jdk1.5.0_16\lib\i18n.jar
C:\webMethods61\IntegrationServer\lib\proxy.jar
server.bat parameter:-
SET IS_DIR=C:\webMethods61\IntegrationServer
SET JAVA_DIR=C:\Program Files\Java\jdk1.5.0_16
Extended Settings I have made the following entry:-
watt.server.compile=C:\webMethods61\jvm\win142\bin\javac -classpath {0} -d {1} {2}
watt.server.compile.unicode=C:\webMethods61\jvm\win142\bin\javac -encoding Unicode -classpath {0} -d {1} {2}
Error running the Java Service:
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘Utils:CreateNewInterface’ is not operational. To run this service, first recompile the Java source.
I have installed Java 1.5.0_16
C:\Program Files\Java\jdk1.5.0_16
i can see most of the packages are partially loaded bcoz of :-[ISS.0026.9104] Missing class Utils
[ISS.0026.9104] Missing class Utils
[ISS.0026.9104] Missing class Utils
what is the Problem? Why i am not able to compile Java Service in IS 6.1 version?
–RJ