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.  Upgrading TN 46

    Posted Fri November 22, 2002 09:07 PM

    Hi,
    I am trying to upgrade webMethods TN 4.0.1 to 4.6. We are using sequelLink as the database. It was working fine with the version 4.0.1, but after I installed 4.6 the TN console doesnt connect.
    I am trying to use the driver
    com.merant.sequelink.jdbc.SequeLinkDriver
    My guess is there is something wrong in the installation of this.
    Any ideas? Thanks in advance!


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Upgrading TN 46

    Posted Fri November 22, 2002 10:23 PM


  • 3.  RE: Upgrading TN 46

    Posted Fri November 22, 2002 11:05 PM

    I am getting a

    Database error fetching all types: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
    (0) java.sql.SQLException: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
    (1) java.sql.SQLException: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
    (2) java.sql.SQLException: Session aborted due to network problems.
    (3) java.sql.SQLException: Socket error, connection refused

    error.

    The URL that I am trying to connect to is

    jdbc:sequelink://103.54.23.136:19996;databaseName=TNDB

    the “103.54.23.136” is the ip address of the same box as the sequelLink is setup in the same box.

    the driver that i use is "
    com.merant.sequelink.jdbc.SequeLinkDriver".
    Please help.
    Thanks
    VR


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 4.  RE: Upgrading TN 46

    Posted Fri November 22, 2002 11:19 PM

    I just got that error recently and our database is Oracle and we are using MERANT Sequelink also. Tthe problem is webMethods is using the different MERANT Sequelink version than with our Oracle. Check the versions between webMethods and Oracle.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 5.  RE: Upgrading TN 46

    Posted Fri November 22, 2002 11:58 PM

    here is the error i get!

    com.wm.app.tn.err.EXMLException:

    wm.tn.admin:startup

      java.lang.NoSuchMethodError 
    com.wm.app.tn.err.SystemLog2: method init(Ljava/util/Properties;)V not found 
    java.lang.NoSuchMethodError: com.wm.app.tn.err.SystemLog2: method init(Ljava/util/Properties;)V not found 
    

    at wm.tn.admin.startup(admin.java:324)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:688)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:480)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:437)
    at com.wm.app.b2b.server.SessionInvoke.run(Session.java:620)
    at com.wm.util.pool.PooledThread.run(PooledThread.java:103)
    at java.lang.Thread.run(Thread.java:498)


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration