PDA

View Full Version : Upgrading TN 46


vr
11-22-2002, 14:37
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!

rowie
11-22-2002, 15:52
What errors do you get?

vinodravi
11-22-2002, 16:34
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

rowie
11-22-2002, 16:48
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.

vinodravi
11-22-2002, 17:28
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)