eclipse 1.0M6 to 1.0: IllegalAccessError [message #376377] |
Sun, 20 July 2008 03:06  |
Eclipse User |
|
|
|
I've follow the Toplink JPA implementation from the essentials all the way to now EclipseLink. Currently my system is using EclipseLink 1.0M6 and works fine. Yesterday I did a memory profile of my application and found that a 400 MB memory dump was loaded for almost 50% with EclipseLink classes. This does not seem to be right, so I'm investigating. As a first step I decided to upgrade to 1.0 to make sure it is not a beta-release problem. I downloaded the 1.0 release and replace the jar and started the application:
Caused by: java.lang.IllegalAccessError: tried to access method org.eclipse.persistence.internal.jpa.EntityManagerFactoryPro vider.mergeMaps(Ljava/util/Map;Ljava/util/Map;)Ljava/util/Ma p; from class org.eclipse.persistence.internal.jpa.deployment.JPAInitializ er
at org.eclipse.persistence.internal.jpa.deployment.JPAInitializ er.callPredeploy(JPAInitializer.java:85)
at org.eclipse.persistence.internal.jpa.deployment.JPAInitializ er.initPersistenceUnits(JPAInitializer.java:149)
at org.eclipse.persistence.internal.jpa.deployment.JPAInitializ er.initialize(JPAInitializer.java:135)
at org.eclipse.persistence.internal.jpa.deployment.JavaSECMPIni tializer.initializeFromAgent(JavaSECMPInitializer.java:145)
... 12 more
The exception comes immediately on startup. Any suggestions?
Tom
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03722 seconds