Oracle JDBC driver problem with JNI
Next message: Brian E. Pangburn: "Re: Java database app. example ?"
Date: 19 Aug 2004 06:13:45 -0700
Anyone seen a problem like this before? We're using JNI from a C app.
The Java code tries to access an Oracle DB using the Oracle JDBC
9.2.0.3 driver.
OS: HP-UX 11.0 5200-005
Java: 1.4.2.04
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : 11 occurred at PC=0x54F58
Function=MemFreePtr
Current Java thread:
"Thread-0" prio=6 tid=40e73140 nid=14 lwp_id=2350 runnable
[0x6ce67000..0x6ce674
c0]
at java.net.Inet4AddressImpl.getLocalHostName(Native Method)
at java.net.InetAddress.getLocalHost(InetAddress.java:1178)
at oracle.jdbc.ttc7.O3log.setSessionFields(O3log.java:757)
at oracle.jdbc.ttc7.O3log.<init>(O3log.java:124)
Next message: Brian E. Pangburn: "Re: Java database app. example ?"
Relevant Pages
- RE: Calling a Web Service hosted on a Web Logic server from a C# SOAP
... > XXXServices) hosted on a Web Logic server from a C# SOAP client. ... > causes the client to crash. ... a Java client that accesses the same web service succeeds. ... Deploy the Java code as some kind of intermediate "translator" ... (microsoft.public.dotnet.framework.webservices) - Re: Microsoft Losing Interest in C#?
... > write tests in Java, translate them, and ensure that both versions act ... I think array covariance of primative types(or atleast ... and I wouldn't think that java code would be ... For me, personally, architectural conventions can go along way towards ... (microsoft.public.dotnet.languages.csharp) - Re: Converting a JAVA SHA1 Encryption Scheme
... functionality of the java code. ... >> piece of a Java encryption scheme that uses SHA1. ... >> trying to reproduce this code in .Net so that I can ... >> specifically how to reproduce this functionality using ... (microsoft.public.dotnet.security) - Re: Road to Clojure Survey
... native immutable collections are just one ... Aren't Clojure's collection classes just a library and the Clojure ... a reason why those classes could not be used in normal Java programs? ... Existing Java code will not just automagically work with them in the ... (comp.lang.lisp) - Re: Road to Clojure Survey
... Aren't Clojure's collection classes just a library and the Clojure ... a reason why those classes could not be used in normal Java programs? ... Existing Java code will not just automagically work with them in the ... not a matter of qualifications or opinion. ... (comp.lang.lisp) |
|