Skip to main content

alphaWorks  >  Forums  >  IBM Thread and Monitor Dump Analyzer for Java Technology  >  developerWorks

null pointer exception processing thread dump    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Sicnarf

Posts: 1
Registered: Sep 24, 2008 05:28:13 PM
null pointer exception processing thread dump
Posted: Sep 24, 2008 05:34:43 PM
 
Click to report abuse...   Click to reply to this thread Reply
I get the error:

Exception while parsing line 761 : 	at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source) in nohup.out.20080924-121646
java.lang.NullPointerException
	at com.ibm.jinwoo.thread.FileTask.processThreadDump(FileTask.java:2784)
	at com.ibm.jinwoo.thread.FileTask$ActualTask.<init>(FileTask.java:148)
	at com.ibm.jinwoo.thread.FileTask$1.construct(FileTask.java:1074)
	at com.ibm.jinwoo.thread.ThreadHandler$1.run(ThreadHandler.java:31)
	at java.lang.Thread.run(Unknown Source)


The area of dump where this occurred (about 900 hundred lines prior to the thread dump) contains:

INTERNAL EXCEPTION: java.sql.SQLException: ORA-12899: value too large for column "ACQUISITION_AUDIT"."ZIP" (actual: 28, maximum: 5)
 
ERROR CODE: 12899
	at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)  <== *** ERROR HERE ***
	at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown Source)
	at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown Source)

Point your RSS reader here for a feed of the latest messages in all forums