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
  • 1.  Problem to Running XMLGreeting

    Posted Tue June 24, 2003 12:29 PM

    Hello,
    I tried to running the XMLGreeting Example but I get an Exception . I change the Database_uri
    to Database_Uri = “http://jet:3207/tamino/myDB”;
    this is the Server in where Tamino is Running.
    when I enter the “http://jet:3207/tamino/myDB?_diagnose=ping” on the Browser I get a blank Page.
    it is the same with “http://jet:3207/tamino/myDB?_diagnose=version” .

    I get the following exception when I’am trying to run XMLGreeting :

    *******************Exception **********
    Nested Exception ( com.softwareag.tamino.db.API.invocation.TCommunicationException, tag: JavaTaminoAPI_4_1_4_42_1_1, java: 1.3.0, os: Windows NT 4.0 ) stacktrace:

    Nested Exception ( com.softwareag.tamino.db.API.invocation.TInvocationRetryHandlerException, tag: JavaTaminoAPI_4_1_4_42_1_1, java: 1.3.0, os: Windows NT 4.0 ) stacktrace:

    Nested Exception ( com.softwareag.tamino.db.API.invocation.http.THTTPCommunicationException, tag: JavaTaminoAPI_4_1_4_42_1_1, java: 1.3.0, os: Windows NT 4.0 ) stacktrace:

    HTTP communication failure. ResponseCode: -1, messageText: null
    at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.getInputStream(Unknown Source)
    at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.doGetInvoke(Unknown Source)
    at com.softwareag.tamino.db.API.invocation.http.THTTPInvocation.doInvoke(Unknown Source)
    at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.doTemplateInvoke(Unknown Source)
    at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.invoke(Unknown Source)
    at com.softwareag.tamino.db.API.invocation.TAbstractInvocation.checkServerAvailabilityAndVersion(Unknown Source)
    at com.softwareag.tamino.db.API.connection.TConnectionImpl.(Unknown Source)
    at com.softwareag.tamino.db.API.connection.TConnectionFactory.newConnection(Unknown Source)
    at de.debeka.tamino.XMLGreeting.main(XMLGreeting.java:42)
    Exception in thread “main”

    End Exception


    could somebody tell me what I’am doing wrong ?
    Thanks and Best Regards
    Annick


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


  • 2.  RE: Problem to Running XMLGreeting

    Posted Tue June 24, 2003 04:00 PM

    My initial suspicion is the URL. Typically using HTTP access to Tamino you generally do NOT specify a port.

    Try the following in a browser:

    http://jet/tamino/myDB?_diagnose=ping


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


  • 3.  RE: Problem to Running XMLGreeting

    Posted Tue June 24, 2003 04:27 PM

    Hello,
    I enter http://jet/tamino/myDB?diagnose=ping without port
    but I wait, wait ,wait… the browser
    still search,
    what wrong ?
    Best Regards
    Annick


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


  • 4.  RE: Problem to Running XMLGreeting

    Posted Tue June 24, 2003 04:55 PM

    Are you able to ascertain whether Tamino has been correctly entered into the configuration of the web server? In the Tamino 4 documentation this is discussed under:

    Tamino XML Server Documentation →
    Installing Tamino on Windows →
    Configuring Tamino


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


  • 5.  RE: Problem to Running XMLGreeting

    Posted Wed June 25, 2003 04:20 PM

    And another note: As long as you can’t see anything in the browser with the _diagnose=ping command, you equally will not be able to access Tamino with the Java program.
    It is ok to specify a port number in the URL, but maybe the port number is wrong?


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


  • 6.  RE: Problem to Running XMLGreeting

    Posted Wed June 25, 2003 04:35 PM

    Hi Annick,
    are you sure you issued the correct command? It has to be _diagnose=ping after the question mark, NOT diagnose=ping is your e-mail mentioned.
    Regards,
    Gerald


    Gerald Ristow
    Tamino R&D


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