webMethods

webMethods

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
  • 1.  Tamino X-Tension Builder is not working

    Posted Fri November 07, 2008 01:34 PM

    Hi all,

    I tried to run X-Tension builder but got the following message

    This applicationhas failed to start because inotp.dll was not found. Re-installing application may fix this problem

    I reinstalled but it didn’t work also. Do you have any idea about this?

    Thanks you for your attention


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Tamino X-Tension Builder is not working

    Posted Sat November 22, 2008 10:49 PM

    Hi

    which version of Tamino are you using? Please check the bin folder of your installation - it should contain inotp.dll.
    Possibly your installation is damaged!?

    Best regards
    Uli


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Tamino X-Tension Builder is not working

    Posted Fri December 12, 2008 01:27 PM

    Hi,

    I’m sorry for replying late. I am using Tamino 4.4.1.5. I guess you are correct my installion may be corrupted.

    However, I have figured out a solution. I just manually zip the install.xml and my Java Trigger class file in an sxp file. I have successfully installed it on Tamino Serve. But I wonder whether this approach really works? What do you think?

    I also used XPath in my Java Trigger. When the trigger is invoked, onInsert() function was called, I have the following error:

    INOSXE7114: Java error: Errtext java.lang.NoClassDefFoundError: javax/xml/xpath/XPathFactory

    As I understand, xPath is in Java 4 and Tamino 4.4 support it. Do you have any solution for this problem?

    Thanks for reading.


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: Tamino X-Tension Builder is not working

    Posted Fri December 12, 2008 03:04 PM

    XPathFactory has been introduced in Java 5, so of course it is not found with Java 1.4.

    Regards,
    Julius Geppert


    #Tamino
    #API-Management
    #webMethods