Hi,
I was trying to configure JMS Adapter. At the Java tab of Adapter Conf Tool I have added the following class path
C:/wment41/java/jre/lib/ext/ibmorb.jar;C:/wment41/lib/jars/jms.jar;C:/wment41/lib/jars/csicpi.jar;C:/wment41/lib/jars/ejbcontainer.jar;C:/wment41/lib/jars/iwsorb.jar;C:/wment41/lib/jars/j2ee.jar;C:/wment41/lib/jars/jts.jar;C:/wment41/lib/jars/ns.jar;C:/wment41/lib/jars/ras.jar;C:/wment41/lib/jars/ujc.jar;C:/wment41/lib/jars/utils.jar;C:/wment41/lib/jars/websphere.jar;
When I click “Test”, I have got following err msg:
Task: Start adapter process in test mode:
java.lang.NoClassDefFoundError: com/ibm/jvm/Constants
I have replaced the java folder in wment41 folder with the java folder from wsdk.
webMethods version 4.6
Java version “1.3.1”
Java™ 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030618 (JIT disabled))
Adapter version:
package com.wm.adapter.jms;
public class Version {
public static String version = “Version 4.2.0 build16”;
}
And here is the complete message displayed at Errors tab:
Task: Start adapter process in test mode:
java.lang.NoClassDefFoundError: com/ibm/jvm/Constants
Because of the errors shown above, this adapter process cannot be enabled! You can only save this entry without enabling it.
Any help on this would be much appreciated.
Cheers,
Pauly