• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Runtime Error

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Recently my application crashed with the following error message:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 4 occurred at PC=0xC6C8B8
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.

Current Java thread:
at oracle.jdbc.oci8.OCIDBAccess.conn_cancel(Native Method)
at oracle.jdbc.oci8.OCIDBAccess.cancel(OCIDBAccess.java:2242)
at oracle.jdbc.driver.OracleStatement.cancel(OracleStatement.java:2957)
at oracle.jdbc.driver.OracleCancelThread.run(OracleCancelThread.java:53)
Dynamic libraries:
0x10000 /opt/borland/bes/current/bin/partition
0xfec00000 /opt/java/current/jre/lib/sparc/client/libjvm.so
0xff390000 /usr/lib/libdl.so.1
0xff350000 /usr/lib/lwp/libthread.so.1
0xff280000 /usr/lib/libc.so.1
0xff250000 /usr/lib/libCrun.so.1
0xff230000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff1f0000 /usr/lib/libm.so.1
0xff380000 /usr/lib/libw.so.1
0xff1c0000 /usr/lib/libmp.so.2
0xff1e0000 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
0xff0c0000 /usr/lib/librt.so.1
0xff0a0000 /usr/lib/libaio.so.1
0xff060000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/native_threads/libhpi.so
0xfebc0000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/libverify.so
0xfeb80000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/libjava.so
0xfeb50000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/libzip.so
0xfafa0000 /opt/borland/bes/current/lib/libdump.so
0xee9d0000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/libnet.so
0xed790000 /opt/java/j2sdk1_4_1_05/jre/lib/sparc/libioser12.so
0xed550000 /opt/borland/bes/5.2.1_p17_vbe10/lib/libuserid.so
0xeb9c0000 /oracle/product/9.2.0/lib/libocijdbc9.so
0xe8400000 /oracle/product/current/lib/libclntsh.so.9.0
0xeb9a0000 /oracle/product/current/lib/libwtc9.so
0xeb8e0000 /usr/lib/libsched.so.1
0xeb8c0000 /usr/lib/libgen.so.1
Local Time = Fri Feb 6 16:30:02 2004
Elapsed Time = 11706
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_05-b01 mixed mode)
#
# An error report file has been saved as /tmp/hs_err_pid24077.log.
# Please refer to the file for further information.
#

Could anybody please let me know what could be the cause for this error? If at all this error is due to the application code, what could be the probable solutions to resolve this?
Many thanks in Advance.
Pratul
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Welcome to JavaRanch!
Looks like this is a bug in the Oracle JDBC driver's native (i.e., non-Java) code. You might try asking Oracle about it.
This post is off-topic for this forum; I'm going to move it to the Oracle forum..
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pratul,
I think you'll agree that the SQLJ/JDBC forum at Oracle's OTN Web site is slightly more responsive than this one
Good Luck,
Avi.
 
Pratul Chakre
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Avi,
I definitely agree with you!!!
Thanks,
Pratul
 
reply
    Bookmark Topic Watch Topic
  • New Topic