[jboss-jira] [JBoss JIRA] Closed: (JBAS-6557) java.lang.NoSuchMethodError during processing xml files
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Mon Mar 2 06:26:28 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Brock closed JBAS-6557.
------------------------------
Resolution: Rejected
Assignee: (was: Dimitris Andreadis)
This clearly isn't a JBoss bug.
If it can't find the constructor (which exists in the JBoss provided version of the class)
then you have another version of the class somewhere, probably from an old J2EE 1.3 jar you've deployed.
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/resource/spi/ResourceAdapterInternalException.html
If you can't figure it out then ask in the forums for help.
> java.lang.NoSuchMethodError during processing xml files
> -------------------------------------------------------
>
> Key: JBAS-6557
> URL: https://jira.jboss.org/jira/browse/JBAS-6557
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> 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
>
> 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