• 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

Java core dump

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are running a job and it produces a java core dump file while trying to insert into DB2.
Java version - 1.3.1
DB2 is 7.2.1
here is the dump file: Can anyone pls help me in findoing out why these dumps r causing. The prgm shd insert upto 3000 records to database at a time.
---------------------- XM component Dump Routine ----------------------
Full thread dump Classic VM (J2RE 1.3.1 IBM Windows 32 build cn131w-20020403 ORB130, native threads):
"P=751996 =0:StandardRT=1:LocalPort=1663:RemoteHost=139.126.12.150:RemotePort=1086:" (TID:0x901730, sys_thread_t:0x21BEE838, state:R, native ID:0x93C) prio=5
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:113)
at com.ibm.rmi.iiop.Message.readFully(Message.java:313)
at com.ibm.rmi.iiop.Message.createFromStream(Message.java:172)
at com.ibm.CORBA.iiop.IIOPConnection.createInputStream(IIOPConnection.java:727)
at com.ibm.CORBA.iiop.StandardReaderThread.run(StandardReaderThread.java:136)
"P=751996 =0:LT=0 ort=1661" (TID:0x901780, sys_thread_t:0x21BD0390, state:R, native ID:0x908) prio=5
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:446)
at java.net.ServerSocket.implAccept(ServerSocket.java:264)
at java.net.ServerSocket.accept(ServerSocket.java:243)
at com.ibm.CORBA.iiop.ListenerThread$2.run(ListenerThread.java:179)
at java.security.AccessController.doPrivileged(Native Method)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic