Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#702218: java.lang.IllegalAccessException after update of openjdk-6-jre

48 views
Skip to first unread message

Matthias Faulstich

unread,
Mar 4, 2013, 3:40:02 AM3/4/13
to
Package: openjdk-6-jdk:amd64
Version: 6b27-1.12.3-1

Hello!

After todays update to the new version of openjdk-6 I get following exception in
a JUnit-Test of my project.
This exception has not been thrown in the previous version.
The actual version 7u3-2.1.6-1 of openjdk-7 doesn't throw this exception with
the same project code.


04.03.2013 09:17:16 com.sun.corba.ee.impl.javax.rmi.CORBA.Util <clinit>
WARNUNG: "IOP00711413: (INTERNAL) Could not find the expected Value Handler
implementation in the JDK: Wrong JDK Version?"
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 1413 completed: No
at
com.sun.corba.ee.impl.logging.UtilSystemException.couldNotFindJdkValueHandler(UtilSystemException.java:1045)
at
com.sun.corba.ee.impl.logging.UtilSystemException.couldNotFindJdkValueHandler(UtilSystemException.java:1063)
at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.<clinit>(Util.java:178)
at
com.sun.corba.ee.impl.orbutil.ORBUtility.getMaxStreamFormatVersion(ORBUtility.java:777)
at
com.sun.corba.ee.impl.servicecontext.MaxStreamFormatVersionServiceContextImpl.<init>(MaxStreamFormatVersionServiceContextImpl.java:60)
at
com.sun.corba.ee.impl.servicecontext.MaxStreamFormatVersionServiceContextImpl.<clinit>(MaxStreamFormatVersionServiceContextImpl.java:55)
at
com.sun.corba.ee.spi.servicecontext.ServiceContextDefaults.getMaxStreamFormatVersionServiceContext(ServiceContextDefaults.java:135)
at
com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.<init>(CorbaClientRequestDispatcherImpl.java:145)
at
com.sun.corba.ee.spi.protocol.RequestDispatcherDefault.makeClientRequestDispatcher(RequestDispatcherDefault.java:63)
at
com.sun.corba.ee.impl.orb.ORBConfiguratorImpl.initRequestDispatcherRegistry(ORBConfiguratorImpl.java:530)
at
com.sun.corba.ee.impl.orb.ORBConfiguratorImpl.configure(ORBConfiguratorImpl.java:158)
at com.sun.corba.ee.impl.orb.ORBImpl.postInit(ORBImpl.java:632)
at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:701)
at org.omg.CORBA.ORB.init(ORB.java:354)
at com.sun.enterprise.util.ORBManager.initORB(ORBManager.java:546)
at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:278)
at
com.sun.enterprise.naming.SerialInitContextFactory.getInitialContext(SerialInitContextFactory.java:178)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305)
at javax.naming.InitialContext.init(InitialContext.java:240)
at javax.naming.InitialContext.<init>(InitialContext.java:192)
at
org.eclipse.persistence.sessions.JNDIConnector.getContext(JNDIConnector.java:149)
at
org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:117)
at
org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:94)
at
org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:164)
at
org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:570)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:209)
at
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:246)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:69)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:118)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:112)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:100)
at
cafm.reporting.consumption.ConsumptionDBQueries.getEntityManager(ConsumptionDBQueries.java:23)
at
cafm.reporting.consumption.ConsumptionDBQueries.getReFunctiounitByName(ConsumptionDBQueries.java:116)
at cafm.reporting.consumption.TestUtils.<clinit>(TestUtils.java:31)
at
cafm.reporting.consumption.converter.TestConsumptionByFuEtTableModelToDefaultCategoryDatasetConverter.init(TestConsumptionByFuEtTableModelToDefaultCategoryDatasetConverter.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.lang.IllegalAccessException: Class
com.sun.corba.ee.impl.javax.rmi.CORBA.Util can not access a member of class
com.sun.corba.se.impl.io.ValueHandlerImpl with modifiers "private"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
at java.lang.Class.newInstance0(Class.java:368)
at java.lang.Class.newInstance(Class.java:327)
at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.<clinit>(Util.java:169)
... 48 more


Regards
Matthias


--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Sebastian Ramacher

unread,
Apr 18, 2013, 12:30:02 PM4/18/13
to
Control: reassign -1 openjdk-6-jdk 6b27-1.12.3-1

Hi Matthias,

thank you for your bug report.

On 2013-03-04 09:25:19, Matthias Faulstich wrote:
> Package: openjdk-6-jdk:amd64

The name of the package is only openjdk-6-jdk. Reassigning to
openjdk-6-jdk.

Regards
--
Sebastian Ramacher
signature.asc
0 new messages