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

Unable to build X-Application 3.1.3

webMethods Community Member

webMethods Community MemberWed August 07, 2002 07:08 PM

webMethods Community Member

webMethods Community MemberWed August 07, 2002 07:09 PM

webMethods Community Member

webMethods Community MemberWed August 07, 2002 07:11 PM

  • 1.  Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 12:25 PM

    X-Application Version: 3.1.3
    Tamino Version : 3.1.1
    Platform : WinXP Pro
    WebContainer : Tomcat 4.0.4
    JDK Version : 1.4.0_01

    I have followed the installation instructions, but always get the following result… Anyone can help me? (Tamino is not yet installed on this machine, but I think it is not required in this step, is it?)

    D:\Tamino\xapplication>setup

    D:\Tamino\xapplication>build setup
    Buildfile: ncconfig\buildLib.xml

    BUILD FAILED

    No JAXP compliant XML parser found. Please visit http://xml.apache.org for a sui
    table parser

    Total time: 2 seconds
    Buildfile: ncconfig\buildLib.xml

    BUILD FAILED

    No JAXP compliant XML parser found. Please visit http://xml.apache.org for a sui
    table parser

    Total time: 0 second


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 06:17 PM

    Hi there.

    Could you please take a look into the /prerequisites/lib/ext directory and tell us which Jar files you find there?

    Thanks,
    Trevor.


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 06:56 PM

    httpunit.jar
    jdom.jar
    log4j.jar
    servlet.jar

    Those 4 files are in /prerequisites/lib/ext

    BTW, no files in /lib/ext

    Thanks in advance!


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 07:06 PM

    Hmmmm, that’s interesting! JDK 1.4.0 actually packages a JAXP compliant parser in the rt.jar file, so I suspect that the error is caused by the X-Application build process.

    I was fortunate enough to get a pre-release candidate, in which there were three extra files in the prerequisites directory.

    I will post those files here. You should copy all three into prerequisites/lib/ext then try the build again.

    Cheers,
    Trevor.


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 07:08 PM


  • 6.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 07:09 PM


  • 7.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 07:11 PM


  • 8.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 08:36 PM

    Thanks for the files. But it still failed to build.

    I forgot to mention that a window popped up after
    “Buildfile: ncconfig\buildLib.xml” line appeared. The error message shown in the window is
    “C:\WINNT\system32\ntvdm.exe” error occurred while setting environment for the application. please click “close” to terminate this application."

    (My WinXP isn’t English version, but I translate the msg into English above)


    #webMethods
    #API-Management
    #Tamino


  • 9.  RE: Unable to build X-Application 3.1.3

    Posted Wed August 07, 2002 08:51 PM

    Hi there,

    there was another posting regarding problems with XP: here.

    I’m afraid that I have no Windows XP version available, so I can’t offer any help in that regard.

    Sorry,
    Trevor.


    #Tamino
    #API-Management
    #webMethods


  • 10.  RE: Unable to build X-Application 3.1.3

    Posted Thu August 08, 2002 07:54 AM



    I have solved the problem, you can take a look at that place.
    Anyway, thanks for those useful helps … :slight_smile:


    #Tamino
    #webMethods
    #API-Management


  • 11.  RE: Unable to build X-Application 3.1.3

    Posted Thu August 08, 2002 09:41 AM

    Another problem while building…

    ===================

    setup.collection:

    defineTSD:
    [java] reading tsd file D:\Java\Tamino\xapp\testsuite\xmlfiles\property\pro
    perty.tsd
    [java] http://xxx.xxx.xxx.xxx/tamino/xapplication: connect failed – retry #0
    [java] http://xxx.xxx.xxx.xxx/tamino/xapplication: connect failed – retry #1
    [java] http://xxx.xxx.xxx.xxx/tamino/xapplication: connect failed – retry #2
    [java] http://xxx.xxx.xxx.xxx/tamino/xapplication: connect failed – retry #3
    [java] http://xxx.xxx.xxx.xxx/tamino/xapplication: connect failed – retry #4
    [java] error: connect to Tamino failed: id = 161 arg[0] = Error connecting
    Tamino: server not available.
    [java] NestedException: Server not available.
    [java] NestedException:Server not available for http://xxx.xxx.xxx.xxx/tamino/
    xapplication because of a deeper exception
    [java] NestedException without message!
    [java] aborted.

    BUILD FAILED
    file:./misclib.xml:226: Java returned: 1

    ===================


    Where “xxx.xxx.xxx.xxx” is another Windows 2000 server on which Tamino is installed.
    I have an administrator account and can login this machine through
    http://xxx.xxx.xxx.xxx:9991/ (System Management Hub). Did I miss something to setup?


    #API-Management
    #webMethods
    #Tamino


  • 12.  RE: Unable to build X-Application 3.1.3

    Posted Thu August 08, 2002 10:08 AM

    Hello,

    did you check whether the database ‘xapplication’ is installed?

    The installation process of X-Application is able to install collections and schema, but prerequisite is an existing database.

    Use the Tamino X-Plorer or Tamino Interactive Interface to browse your database.

    If the database does not exist this is the reason for the problem.

    You can use an existing one (normally there is a pre-installed database called ‘welcome3_1_…’) by changing the Tamino URL within the xapplication.properties file.

    Instead of http://xxx.xxx.xxx/tamino/xapplication, use http://xxx.xxx.xxx/tamino/welcome3_1_….

    Bye,
    Christian.


    #API-Management
    #Tamino
    #webMethods