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

Error installing XSLT X-tension

  • 1.  Error installing XSLT X-tension

    Posted Fri August 26, 2005 11:56 PM

    Hi,

    I’m trying to install the XSLT X-Tension and i get this error:

    INOSXE7114: Java error: java.lang.NoClassDefFoundError: com/softwareag/ino/sxs/XSLT/XSLT$SxsCallbackException

    Something about jars?

    Thanks in advance,

    Malena


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Error installing XSLT X-tension

    Posted Tue August 30, 2005 04:41 PM

    What version of Tamino are you using?

    I just tried installing this using Tamino 4.2.1.6 and did not have a problem.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Error installing XSLT X-tension

    Posted Thu September 01, 2005 05:31 PM

    I get the same error. I’m running version 4.2.1.7 on Solaris.


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: Error installing XSLT X-tension

    Posted Tue September 06, 2005 04:52 PM

    Please try to append “.” (without quotes) to the public classpath. I had the same problem and this cured it.

    Best regards,
    Julius Geppert


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: Error installing XSLT X-tension

    Posted Tue September 06, 2005 06:34 PM

    Thanks. That worked for me.


    #API-Management
    #webMethods
    #Tamino


  • 6.  RE: Error installing XSLT X-tension

    Posted Wed September 07, 2005 04:04 PM

    Thanks, it’s solved! Something about version… ehehhehe :oops:

    Malena


    #Tamino
    #API-Management
    #webMethods


  • 7.  RE: Error installing XSLT X-tension

    Posted Sun May 25, 2008 01:26 AM

    Hello there,

    well even three years later I still get the same message. I think I’ve tried everything I could, but nothing helped. I’ve already tried the “.” at the end of the public classpath, putting Xalan into the subfolder java/lib/endorsed and even redirected java from the subfolder Tamino 4.4.1.1/Java to my “normal” java installation (changed the link in the inosxbuilder_en.cmd) … without success. I can’t compile this extension nor can I install it at the server.

    So I hope somebody could give me a hint how to set it up correctly.

    The system:
    Windows XP SP2
    Tamino 4.4.1.1
    Java jdk 1.6.006
    Xalan j271

    Please help, Thx.
    Henning


    #webMethods
    #Tamino
    #API-Management


  • 8.  RE: Error installing XSLT X-tension

    Posted Sun May 25, 2008 06:45 PM

    Hello forum members,

    following this post I copied the Compile Command of the X-Tension Builder.

    Placing it in a bat file it works fine, but in the X-Tension Builder it doesn’t. Also the installation in the Tamino Manager doesn’t work.

    What am I missing?

    Thx,
    Henning


    #webMethods
    #API-Management
    #Tamino


  • 9.  RE: Error installing XSLT X-tension

    Posted Tue May 27, 2008 09:11 AM

    The “.” mentioned in the classpath is referring to the database classpath. This is set via SMH. It corresponds to this setting in the registry:

    HKLM\SOFTWARE\Software AG\Tamino\4.4.1.1\SXS[java classpath]

    are you sure that this has a “.” in it?

    Once you have an Install.xml you should be able to build Java Server Extensions by hand using a compile of the form:

    javac -classpath sxsrte.jar -d . MySXS.java
    jar -Mcvf MySXS.sxp MySXS-dir Install.xml


    #API-Management
    #Tamino
    #webMethods


  • 10.  RE: Error installing XSLT X-tension

    Posted Mon June 09, 2008 02:04 PM

    Hello Mark,

    thanks for your reply. Finally it worked out but it took some time before I understood correctly what to do with the dot. :wink:

    Thx,
    Henning


    #Tamino
    #webMethods
    #API-Management