JDBC Connection to Universe 10 with Web / no Web -
05-15-2007
, 12:00 PM
Hi,
I'm have a problem connecting to IBM Universe via JDBC. When I run
the connection code to UV from a none web application it connects and
returns data. When I use the same connection code in my web
application it fails. The same thing haoppenes when I using Suns JDBC
to ODBC bridge.
I'm using:
Tomcat 5.5
Java 5
UniVerse 10.1.12
Sagitta 6.9
This is the error msg in the stdout_20070515.log file:
*--- Connecting to sagittaDb ---*
com.ibm.u2.jdbc.UniJDBCDriver
jdbc:ibm-u2://10.8.1.24//SAGITTA/GEM.DATA.SQL/?
dbmstype=UNIVERSE;tracelevel=9;tracefile=C:/Tomcat 5.5/logs/
imbJdbc.trace.log
theUsername
thePassword
DriverManager.getConnection("jdbc:ibm-u2://10.8.1.24//SAGITTA/
GEM.DATA.SQL/?dbmstype=UNIVERSE;tracelevel=10;tracefile=C:/Tomcat 5.5/
logs/imbJdbc.trace.log")
trying
driver[className=com.microsoft.jdbc.sqlserver.SQLServerDr iver,com.microsoft.jdbc.sqlserver.SQLServerDriver@ 11a75a2]
trying
driver[className=com.ibm.u2.jdbc.UniJDBCDriver,com.ibm.u2 .jdbc.UniJDBCDriver@491c4c]
Invocation Target Exceptionnull
This is what's in the imbJdbc.trace.log file:
UniJDBCConnectionImpl#finalize():enter
UniJDBCConnectionImpl#finalize():leave
that's it!
Any help would be appreciated.
Thanks in advance.
Robert |