Message Reference > J Message Codes > JSDK Messages
  

JSDK Messages

JSDK_42021 Failed to load the library: <library name>.

Explanation:
You attempted to run a session to read messages from a JMS source or write messages to a JMS target. Or, you attempted run a session to read documents form a webMethods source or write documents to a webMethods target. However, the JVM library is not properly set on the machine hosting the Integration Service.
User Response:
If the Integration Service runs on Windows, verify that the path to the jvm.dll file is properly set. You can do this from the Environment tab in the Systems settings on the Control Panel.
If the Integration Service runs on UNIX or Linux, make sure the library path for the JVM library is properly set.

JSDK_42075 The Integration Service is trying to reset the session but the resetNotification API has not been implemented in the Java transformation <transformation>.

Explanation:
If you run the Data Transformation Manager (DTM) in restart mode and a mapping contains a Java transformation that does not implement the resetNotification method, this error occurs.
User Response:
Implement the resetNotification method in the Java transformation.