| Author |
The exception above was detected in native code outside the VM
|
|
| Michael 2005-02-25, 5:50 pm |
| I have weblogic 6.1 sp 5 running on Linux 7.3. My weblogic server
keeping on crashing with the following error:
F/lib/1109169671352xerces.jar
9eb00000-9eb28000 r-xp 00000000 08:03 2457840
/opt/local/glnx86/weblogic/jsp01/wlserver6.1/lib/linux/i686/oci817_8/libweblogicoci37.so
9eb28000-9eb2b000 rw-p 00027000 08:03 2457840
/opt/local/glnx86/weblogic/jsp01/wlserver6.1/lib/linux/i686/oci817_8/libweblogicoci37.so
9f000000-9f543000 r-xp 00000000 08:03 360563
/oracle/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
9f543000-9f561000 rw-p 00542000 08:03 360563
/oracle/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
Local Time = Wed Feb 23 18:49:32 2005
Elapsed Time = 15636
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.3.1_15-b01 mixed mode)
Has anybody see this before and been able to fix it?
Can anybody help or suggest a solution please?
MJ
| |
| arunps@gmail.com 2005-02-25, 5:50 pm |
| Check the drivers that you are using to the make JDBC connections.
| |
| Michael 2005-02-28, 5:54 pm |
| arunps@gmail.com wrote in message news:<1109361059.653426.35920@g14g2000cwa.googlegroups.com>...
> Check the drivers that you are using to the make JDBC connections.
Thanks for that suggestion. The drivers seems fine, apart from we are
using oci drivers. Any other ideas.
| |
| Michael 2005-03-08, 5:50 pm |
| ma_jacobs@hotmail.com (Michael) wrote in message news:<b93ecdd6.0502280911.34d8509c@posting.google.com>...
> arunps@gmail.com wrote in message news:<1109361059.653426.35920@g14g2000cwa.googlegroups.com>...
>
> Thanks for that suggestion. The drivers seems fine, apart from we are
> using oci drivers. Any other ideas.
Hi there,
I have now swopped over to thin drivers but now get the message:
forwardedFor=null
LOGIN: VerifyOracle Status = TRUE
LOGIN: VerifyEphiphany Status = TRUE
forwardedFor=null
forwardedFor=null
java.sql.SQLException: Invalid column type
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
at oracle.jdbc.driver.OracleStatement.get_internal_type(OracleStatement.java)
at oracle.jdbc.driver.OracleCallableStatement. registerOutParameter(OracleCallableState
ment.java)
at oracle.jdbc.driver.OracleCallableStatement. registerOutParameter(OracleCallableState
ment.java)
at weblogic.jdbc.pool.Statement.registerOutParameter(Statement.java:617)
Can anyone explain what this means?
|
|
|
|