Your message dated Sat, 23 Mar 2019 16:08:07 +0100
with message-id <[email protected]>
and subject line closing remaining openjdk-6 bugs
has caused the Debian Bug report #702218,
regarding java.lang.IllegalAccessException after update of openjdk-6-jre
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
702218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702218
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 6b41-1.13.13-1+rm

Hi,

openjdk-6 was last released with Debian 7.0 (wheezy), which had its LTS
support end nearly a year ago and which has now been archived.
I'm therefore closing the remaining openjdk-6 bugs, assuming they are no
longer relevant for newer (and still supported) openjdk releases.

Andreas

--- End Message ---

Reply via email to