IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

java.lang.reflect.InvocationTargetException:

  • 1.  java.lang.reflect.InvocationTargetException:

    Posted Fri July 16, 2010 08:04 AM

    I take this error when I try to reach my library;

    java.lang.reflect.InvocationTargetException: Link Error: com.chrysalisits.crypto.LunaAPI.Initialize()

    what can be the reason for it?
    I googled it but couldn’t find a suitable solution.

    Can someone please help me?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: java.lang.reflect.InvocationTargetException:

    Posted Fri July 16, 2010 10:36 PM

    Looks like you are trying to load an external DLL/SO. You need to put the java jar in the package’s code/jars directory. The DLL/SO should be on the server path or system path so that it can be found when the library is loading.


    #webMethods
    #Integration-Server-and-ESB