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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  HELP: ServerNotAvailableException

    Posted 10/03/02 06:23 PM

    Tamino Version: 3.1.1.4
    Apache Version: 1.3.22 (the one which ships with tamino install cd)
    JAVA-JRE: 1.3
    OS: Windows XP Prof

    By trying to create a connection to your tamino-db, I always get the following error:

    com.softwareag.tamino.db.API.connection.TServerNotAvailableException
    Server Not Available!
    NestedException:Invocation constructor failed.
    NestedException without message!

    Nested Exception:
    com.softwareag.tamino.db.API.invocation.TCommunicationException
    Server not available for http://10.0.0.120/tamino/JAXFront because of wrong response

    What is wrong??? The server is running…
    the ping & version call works:
    http://10.0.0.120/tamino/JAXFront?_diagnose=ping

    → <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
    - ino:request
    <ino:diagnose ino:request-type=“ping” />
    </ino:request>
    - ino:message
    <ino:messageline ino:subject=“Server”>is alive</ino:messageline>
    </ino:message>
    </ino:response>

    please let me know…

    /stephan


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: HELP: ServerNotAvailableException

    Posted 10/04/02 11:24 AM

    OK. I figured it out.
    I was using VisualAge 3.5 to run my code. Looks like this is not working with JDK 1.2 !?!

    it works all fine when I am running the examples under JRE 1.3.



    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: HELP: ServerNotAvailableException

    Posted 10/22/02 01:06 PM

    I’ve got the same error but solve it after a whole day tracing. If we use TaminoAPI4J.jar, we need to include log4j-core.jar.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods