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)