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.


#TechXchangePresenter
 View Only
  • 1.  Java X-Application applications: TaminoStore Problem

    Posted Wed May 08, 2002 06:48 PM

    X-Application Version: 3.1.2
    Tamino Version : 3.1.1
    Platform : Win2k
    WebContainer : Tomcat 3.3a
    JDK Version : 1.3.1


    Hi,
    I used X-Application for a nice project: I have developed a lot of JSPs from different DTDs and I had customized the JSPs. All rights!

    Now, I’m trying to create a java application to monitorize X-Application operations by checking the BusinessDocument.State property. But I have a problem: my application doesn’t work and returns me this message:

    http://10.38.20.187/tamino/sag: connect failed – retry #0
    http://10.38.20.187/tamino/sag: connect failed – retry #1
    http://10.38.20.187/tamino/sag: connect failed – retry #2
    http://10.38.20.187/tamino/sag: connect failed – retry #3
    http://10.38.20.187/tamino/sag: connect failed – retry #4
    Tamino Error Text: com.softwareag.xtools.xapplication.store.StoreException
    Error connecting Tamino: server not available.
    NestedException: Server Not Available!
    NestedException:Invocation constructor failed.
    NestedException without message!

    I have tried to use both hostname and numeric IP address but it doesn’t work. TaminoStore cannot make a connection.
    Interested host is reachable, of course!! :wink:
    I used X-Application examples (of package com.softwareag.xtools.xapplication.examples.API.property) with same result!! They don’t work!!

    can someone halp me?!
    thanks
    Michelangelo Serpico
    SAG Italy


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Java X-Application applications: TaminoStore Problem

    Posted Fri May 10, 2002 03:28 PM

    Whenever I got this error message, I mis-spelled the Tamino URL or the database was not started.

    Is the database started if you look at it with
    Tamino manager?

    Michael

    Software AG Germany, Darmstadt


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Java X-Application applications: TaminoStore Problem

    Posted Fri May 10, 2002 07:58 PM

    Whenever I got this error message, I had forgotten to start the webserver…

    An even better test than checking with the SMH is to try a simple query through the Interactive Interface (or directly through a browser), as this will test that all required parts are working.

    Trevor.


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: Java X-Application applications: TaminoStore Problem

    Posted Thu July 04, 2002 07:34 AM

    My code is like this
    try {
    TaminoStore store = new TaminoStore(“http://localhost/tamino/mydb”,userID,passWD);
    }
    catch(Throwable th) {
    th.printStackTrace(System.out);
    }
    It always says cannot connect to server but it is ok for generator.

    Any suggestion?


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: Java X-Application applications: TaminoStore Problem

    Posted Thu July 04, 2002 12:04 PM

    Do you possibly have the same problem that is described on the Contributions Forum
    caused by conflicting jar files in Tomcat’s lib directory structure?


    #webMethods
    #API-Management
    #Tamino