IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

JEXIT Function throwing java.lang.reflect.InvocationTargetException

  • 1.  JEXIT Function throwing java.lang.reflect.InvocationTargetException

    Posted Tue December 14, 2010 12:56 PM

    Originally posted by: SystemAdmin


    Hello,

    I have written a java program to invoke the transformation maps. In one of my maps, I am invoking a java function to get a result. While doing so I see that it results in a Java exception "java.lang.reflect.InvocationTargetException".

    However, when I try invoking the same function from another Java program, it works fine.
    The classpath is same for WTX and the java program as well. There is no change in that.
    Hence I feel that this problem is related to JEXIT.
    If anyone has encountered and resolved similar issue, please help me resolve this.

    Thanks
    Ismail


    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: JEXIT Function throwing java.lang.reflect.InvocationTargetException

    Posted Tue April 12, 2016 10:27 PM

    Originally posted by: johnxp


    I am having the same error even though I followed all the instruction from help file.

    The error log in JNI trace file:

    <3796-3112-04/13/16 09:46:34>:    JVM symbols loaded successfully.
    <3796-3112-04/13/16 09:46:34>:    JVM exists with ptr = 005BB370, count = 1
    <3796-3112-04/13/16 09:46:34>:    Message Broker Environment not detected based on environment variable, MQSI_VERSION.
    <3796-3112-04/13/16 09:46:36>:    *ERR: java.lang.Exception: java.lang.Exception: java.lang.reflect.InvocationTargetException
    <3796-3112-04/13/16 09:46:36>:    ERROR: JExit exception encountered: 
    <3796-3112-04/13/16 09:46:36>:    *ERR: Java exception occured (-305) in MjpiCheckJavaException()

     

     


    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: JEXIT Function throwing java.lang.reflect.InvocationTargetException