[jboss-jira] [JBoss JIRA] Created: (JBCOMMON-81) java.lang.NoSuchMethodError during processing xml files

cset telo (JIRA) jira-events at lists.jboss.org
Mon Mar 2 05:31:04 EST 2009


java.lang.NoSuchMethodError during processing xml files
-------------------------------------------------------

                 Key: JBCOMMON-81
                 URL: https://jira.jboss.org/jira/browse/JBCOMMON-81
             Project: JBoss Common
          Issue Type: Bug
         Environment: - HP-UX release B.11.23, i64, vmunix: B11.23_LR FLAVOR=perf
- Sun Java  VM 1.5.0.14 Standard Edition (build 1.5.0.14-_25_jul_2008_05_19) Java HotSpot(TM) Server VM (build 1.5.0.14 jinteg:07.25.08-11:41 IA64, mixed mode)
- JBoss 4.2.2.GA.
- Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
- JDBC: Ojdbc1.4.jar
- java starting parameters: -Xms128m -Xmx1024m
            Reporter: cset telo
            Assignee: Dimitris Andreadis


java.lang.NoSuchMethodError during processing xml files:

We are loading data from xml files (at about 0,5 Gb) to the database. The handler uses JSR-173 implementation for reading the xml files and for inserting data to database uses JDBC PreparedStatement's addBatch method. Periodically there are System.gc() method calls (each 15 seconds, 6 times) because of the many, but little objects. This time the database connection is closed and opened again.
During this process we get
java.lang.NoSuchMethodError: javax.resource.spi.ResourceAdapterInternalException: method <init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found
message into the log file. This event occurs different times after starting the process. There's no included stack trace.
This object constructor exists; the implementation is in the \server\default\lib\jboss-j2ee.jar, which can be found in the installed JBoss.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list