From mkouba at redhat.com Wed Nov 1 03:18:51 2017 From: mkouba at redhat.com (Martin Kouba) Date: Wed, 1 Nov 2017 08:18:51 +0100 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: Message-ID: <46a2f01a-4d03-a803-d930-132b46016fd2@redhat.com> Hi Emily, the exception message looks odd. Do you have some more info? E.g. do also you hit the problem with older versions of jdk8? Martin Dne 1.11.2017 v 00:32 Emily Jiang napsal(a): > Hi Martin/Matej, > We hit the following problem with Jdk 8. > Caused by: java.lang.BootstrapMethodError: > java.lang.IllegalAccessException: > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > access to: 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > ?? ?at > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler.(ObserverNotifier.java:480) > ?? ?at > org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273) > ?? ?at > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:177) > ?? ?at > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:171) > ?? ?at > org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) > ?? ?at > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44) > ?? ?at > org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl.fire(BeforeBeanDiscoveryImpl.java:54) > ?? ?at > org.jboss.weld.bootstrap.WeldStartup.startInitialization(WeldStartup.java:391) > ?? ?at > org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:76) > ?? ?at > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:141) > ?? ?at > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:138) > ?? ?at > java.security.AccessController.doPrivileged(AccessController.java:594) > ?? ?at > com.ibm.ws.cdi.impl.CDIContainerImpl.applicationStarting(CDIContainerImpl.java:138) > ?? ?at > com.ibm.ws.cdi.liberty.CDIRuntimeImpl.applicationStarting(CDIRuntimeImpl.java:379) > ?? ?at > com.ibm.ws.container.service.state.internal.ApplicationStateManager.fireStarting(ApplicationStateManager.java:28) > ?? ?at > com.ibm.ws.container.service.state.internal.StateChangeServiceImpl.fireApplicationStarting(StateChangeServiceImpl.java:50) > ?? ?at > com.ibm.ws.app.manager.module.internal.DeployedAppInfoBase.preDeployApp(DeployedAppInfoBase.java:375) > ?? ?... 8 more > Caused by: java.lang.IllegalAccessException: > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > access to: 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > ?? ?at > java.lang.invoke.MethodHandles$Lookup.checkClassAccess(MethodHandles.java:371) > ?? ?at > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:281) > ?? ?at > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:264) > ?? ?at > java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:468) > ?? ?at > java.lang.invoke.MethodHandle.sendResolveMethodHandle(MethodHandle.java:966) > ?? ?at java.lang.invoke.MethodHandle.getCPMethodHandleAt(Native Method) > ?? ?at > java.lang.invoke.MethodHandle.resolveInvokeDynamic(MethodHandle.java:856) > ?? ?... 25 more > java version "1.8.0_144" > Java(TM) SE Runtime Environment (build 8.0.5.0 - > pwi3280sr5-20170905_01(SR5)) > IBM J9 VM (build 2.9, JRE 1.8.0 Windows 7 x86-32 20170901_363591 (JIT > enabled, A > OT enabled) > J9VM - d56eb84 > JIT? - tr.open_20170901_140853_d56eb84 > OMR? - b033a01) > JCL - 20170823_01 based on Oracle jdk8u144-b01 > Do you know what is wrong here? > Thanks > Emily > ================ > Emily Jiang > > WebSphere Application Server, MicroProfile Development Lead > Phone: 44-1962-816278 > E-mail: emijiang at uk.ibm.com > Twitter: @emilyfhjiang > IBM United Kingdom Limited > Registered in England and Wales with number 741598 > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > From EMIJIANG at uk.ibm.com Wed Nov 1 13:41:02 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Wed, 1 Nov 2017 17:41:02 +0000 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171101/e9941838/attachment.html From mkouba at redhat.com Wed Nov 1 13:52:09 2017 From: mkouba at redhat.com (Martin Kouba) Date: Wed, 1 Nov 2017 18:52:09 +0100 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: Message-ID: Dne 1.11.2017 v 18:41 Emily Jiang napsal(a): > Thank you Martin! We did more experiment. It seems the JDK 8.0.4.6 and > newer has this issue. We will follow up with IBM JDK team to find out why. > It seems someone reported the same issue on > wildfly(https://issues.jboss.org/browse/SWARM-772) Hm, this Swarm issue does not seem to be related... > Thanks > Emily > ================ > Emily Jiang > > WebSphere Application Server, MicroProfile Development Lead > Phone: 44-1962-816278 > E-mail: emijiang at uk.ibm.com > Twitter: @emilyfhjiang > IBM United Kingdom Limited > Registered in England and Wales with number 741598 > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU > > ----- Original message ----- > From: Martin Kouba > Sent by: weld-dev-bounces at lists.jboss.org > To: Emily Jiang > Cc: weld-dev at lists.jboss.org > Subject: Re: [weld-dev] illegal access exception on > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > Date: Wed, Nov 1, 2017 7:23 AM > Hi Emily, > > the exception message looks odd. Do you have some more info? E.g. do > also you hit the problem with older versions of jdk8? > > Martin > > Dne 1.11.2017 v 00:32 Emily Jiang napsal(a): > > Hi Martin/Matej, > > We hit the following problem with Jdk 8. > > Caused by: java.lang.BootstrapMethodError: > > java.lang.IllegalAccessException: > > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > access to: > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ??? ?at > > > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler.(ObserverNotifier.java:480) > > ??? ?at > > > org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273) > > ??? ?at > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:177) > > ??? ?at > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:171) > > ??? ?at > > > org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) > > ??? ?at > > > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44) > > ??? ?at > > > org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl.fire(BeforeBeanDiscoveryImpl.java:54) > > ??? ?at > > > org.jboss.weld.bootstrap.WeldStartup.startInitialization(WeldStartup.java:391) > > ??? ?at > > > org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:76) > > ??? ?at > > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:141) > > ??? ?at > > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:138) > > ??? ?at > > > java.security.AccessController.doPrivileged(AccessController.java:594) > > ??? ?at > > > com.ibm.ws.cdi.impl.CDIContainerImpl.applicationStarting(CDIContainerImpl.java:138) > > ??? ?at > > > com.ibm.ws.cdi.liberty.CDIRuntimeImpl.applicationStarting(CDIRuntimeImpl.java:379) > > ??? ?at > > > com.ibm.ws.container.service.state.internal.ApplicationStateManager.fireStarting(ApplicationStateManager.java:28) > > ??? ?at > > > com.ibm.ws.container.service.state.internal.StateChangeServiceImpl.fireApplicationStarting(StateChangeServiceImpl.java:50) > > ??? ?at > > > com.ibm.ws.app.manager.module.internal.DeployedAppInfoBase.preDeployApp(DeployedAppInfoBase.java:375) > > ??? ?... 8 more > > Caused by: java.lang.IllegalAccessException: > > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > access to: > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ??? ?at > > > java.lang.invoke.MethodHandles$Lookup.checkClassAccess(MethodHandles.java:371) > > ??? ?at > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:281) > > ??? ?at > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:264) > > ??? ?at > > > java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:468) > > ??? ?at > > > java.lang.invoke.MethodHandle.sendResolveMethodHandle(MethodHandle.java:966) > > ??? ?at java.lang.invoke.MethodHandle.getCPMethodHandleAt(Native > Method) > > ??? ?at > > > java.lang.invoke.MethodHandle.resolveInvokeDynamic(MethodHandle.java:856) > > ??? ?... 25 more > > java version "1.8.0_144" > > Java(TM) SE Runtime Environment (build 8.0.5.0 - > > pwi3280sr5-20170905_01(SR5)) > > IBM J9 VM (build 2.9, JRE 1.8.0 Windows 7 x86-32 20170901_363591 (JIT > > enabled, A > > OT enabled) > > J9VM - d56eb84 > > JIT? - tr.open_20170901_140853_d56eb84 > > OMR? - b033a01) > > JCL - 20170823_01 based on Oracle jdk8u144-b01 > > Do you know what is wrong here? > > Thanks > > Emily > > ================ > > Emily Jiang > > > > WebSphere Application Server, MicroProfile Development Lead > > Phone: 44-1962-816278 > > E-mail: emijiang at uk.ibm.com > > Twitter: @emilyfhjiang > > IBM United Kingdom Limited > > Registered in England and Wales with number 741598 > > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. > PO6 3AU > > Unless stated otherwise above: > > IBM United Kingdom Limited - Registered in England and Wales with > number > > 741598. > > Registered office: PO Box 41, North Harbour, Portsmouth, > Hampshire PO6 3AU > > > > > > > > _______________________________________________ > > weld-dev mailing list > > weld-dev at lists.jboss.org > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > From EMIJIANG at uk.ibm.com Thu Nov 2 06:36:02 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Thu, 2 Nov 2017 10:36:02 +0000 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171102/f47c56c9/attachment.html From mkouba at redhat.com Thu Nov 2 06:44:18 2017 From: mkouba at redhat.com (Martin Kouba) Date: Thu, 2 Nov 2017 11:44:18 +0100 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: Message-ID: I see no stack trace in SWARM-772 description? Dne 2.11.2017 v 11:36 Emily Jiang napsal(a): > Just curious. What is the wildfly issue then? It seems reporting the > same stack. > Thanks > Emily > ================ > Emily Jiang > > WebSphere Application Server, MicroProfile Development Lead > Phone: 44-1962-816278 > E-mail: emijiang at uk.ibm.com > Twitter: @emilyfhjiang > IBM United Kingdom Limited > Registered in England and Wales with number 741598 > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU > > ----- Original message ----- > From: Martin Kouba > Sent by: weld-dev-bounces at lists.jboss.org > To: Emily Jiang > Cc: weld-dev at lists.jboss.org > Subject: Re: [weld-dev] illegal access exception on > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > Date: Wed, Nov 1, 2017 6:11 PM > Dne 1.11.2017 v 18:41 Emily Jiang napsal(a): > > Thank you Martin! We did more experiment. It seems the JDK > 8.0.4.6 and > > newer has this issue. We will follow up with IBM JDK team to find > out why. > > It seems someone reported the same issue on > > > wildfly(https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.jboss.org_browse_SWARM-2D772&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=U6DM4X-mvUo7Nxy1fa9jUPIWXsBof6oGvsFw75PvhxM&s=q7HQuvdXQ7qfvYUzFtuyMbD_yb8Xf3fcU4KRzGiGkqY&e=) > > Hm, this Swarm issue does not seem to be related... > > > Thanks > > Emily > > ================ > > Emily Jiang > > > > WebSphere Application Server, MicroProfile Development Lead > > Phone: 44-1962-816278 > > E-mail: emijiang at uk.ibm.com > > Twitter: @emilyfhjiang > > IBM United Kingdom Limited > > Registered in England and Wales with number 741598 > > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. > PO6 3AU > > > > ? ? ----- Original message ----- > > ? ? From: Martin Kouba > > ? ? Sent by: weld-dev-bounces at lists.jboss.org > > ? ? To: Emily Jiang > > ? ? Cc: weld-dev at lists.jboss.org > > ? ? Subject: Re: [weld-dev] illegal access exception on > > ? ? org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > > ? ? Date: Wed, Nov 1, 2017 7:23 AM > > ? ? Hi Emily, > > > > ? ? the exception message looks odd. Do you have some more info? > E.g. do > > ? ? also you hit the problem with older versions of jdk8? > > > > ? ? Martin > > > > ? ? Dne 1.11.2017 v 00:32 Emily Jiang napsal(a): > > ? ? ?> Hi Martin/Matej, > > ? ? ?> We hit the following problem with Jdk 8. > > ? ? ?> Caused by: java.lang.BootstrapMethodError: > > ? ? ?> java.lang.IllegalAccessException: > > ? ? ?> > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > ? ? ?> access to: > > ? ? 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler.(ObserverNotifier.java:480) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:177) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:171) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl.fire(BeforeBeanDiscoveryImpl.java:54) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.bootstrap.WeldStartup.startInitialization(WeldStartup.java:391) > > ? ? ?> ??? ?at > > ? ? ?> > > > org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:76) > > ? ? ?> ??? ?at > > ? ? ?> > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:141) > > ? ? ?> ??? ?at > > ? ? ?> > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:138) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.security.AccessController.doPrivileged(AccessController.java:594) > > ? ? ?> ??? ?at > > ? ? ?> > > > com.ibm.ws.cdi.impl.CDIContainerImpl.applicationStarting(CDIContainerImpl.java:138) > > ? ? ?> ??? ?at > > ? ? ?> > > > com.ibm.ws.cdi.liberty.CDIRuntimeImpl.applicationStarting(CDIRuntimeImpl.java:379) > > ? ? ?> ??? ?at > > ? ? ?> > > > com.ibm.ws.container.service.state.internal.ApplicationStateManager.fireStarting(ApplicationStateManager.java:28) > > ? ? ?> ??? ?at > > ? ? ?> > > > com.ibm.ws.container.service.state.internal.StateChangeServiceImpl.fireApplicationStarting(StateChangeServiceImpl.java:50) > > ? ? ?> ??? ?at > > ? ? ?> > > > com.ibm.ws.app.manager.module.internal.DeployedAppInfoBase.preDeployApp(DeployedAppInfoBase.java:375) > > ? ? ?> ??? ?... 8 more > > ? ? ?> Caused by: java.lang.IllegalAccessException: > > ? ? ?> > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > ? ? ?> access to: > > ? ? 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkClassAccess(MethodHandles.java:371) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:281) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:264) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:468) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandle.sendResolveMethodHandle(MethodHandle.java:966) > > ? ? ?> ??? ?at > java.lang.invoke.MethodHandle.getCPMethodHandleAt(Native > > ? ? Method) > > ? ? ?> ??? ?at > > ? ? ?> > > > java.lang.invoke.MethodHandle.resolveInvokeDynamic(MethodHandle.java:856) > > ? ? ?> ??? ?... 25 more > > ? ? ?> java version "1.8.0_144" > > ? ? ?> Java(TM) SE Runtime Environment (build 8.0.5.0 - > > ? ? ?> pwi3280sr5-20170905_01(SR5)) > > ? ? ?> IBM J9 VM (build 2.9, JRE 1.8.0 Windows 7 x86-32 > 20170901_363591 (JIT > > ? ? ?> enabled, A > > ? ? ?> OT enabled) > > ? ? ?> J9VM - d56eb84 > > ? ? ?> JIT? - tr.open_20170901_140853_d56eb84 > > ? ? ?> OMR? - b033a01) > > ? ? ?> JCL - 20170823_01 based on Oracle jdk8u144-b01 > > ? ? ?> Do you know what is wrong here? > > ? ? ?> Thanks > > ? ? ?> Emily > > ? ? ?> ================ > > ? ? ?> Emily Jiang > > ? ? ?> > > ? ? ?> WebSphere Application Server, MicroProfile Development Lead > > ? ? ?> Phone: 44-1962-816278 > > ? ? ?> E-mail: emijiang at uk.ibm.com > > ? ? ?> Twitter: @emilyfhjiang > > ? ? ?> IBM United Kingdom Limited > > ? ? ?> Registered in England and Wales with number 741598 > > ? ? ?> Registered office: PO Box 41, North Harbour, Portsmouth, > Hants. > > ? ? PO6 3AU > > ? ? ?> Unless stated otherwise above: > > ? ? ?> IBM United Kingdom Limited - Registered in England and > Wales with > > ? ? number > > ? ? ?> 741598. > > ? ? ?> Registered office: PO Box 41, North Harbour, Portsmouth, > > ? ? Hampshire PO6 3AU > > ? ? ?> > > ? ? ?> > > ? ? ?> > > ? ? ?> _______________________________________________ > > ? ? ?> weld-dev mailing list > > ? ? ?> weld-dev at lists.jboss.org > > ? ? ?> > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > ? ? ?> > > ? ? _______________________________________________ > > ? ? weld-dev mailing list > > ? ? weld-dev at lists.jboss.org > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > > > Unless stated otherwise above: > > IBM United Kingdom Limited - Registered in England and Wales with > number > > 741598. > > Registered office: PO Box 41, North Harbour, Portsmouth, > Hampshire PO6 3AU > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=U6DM4X-mvUo7Nxy1fa9jUPIWXsBof6oGvsFw75PvhxM&s=dCZX7YjG8PnYlYuPFhUlPeYUlzsUhYjS5AJFFnPsUi8&e= > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > From EMIJIANG at uk.ibm.com Thu Nov 2 07:20:24 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Thu, 2 Nov 2017 11:20:24 +0000 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171102/ad51faee/attachment.html From mkouba at redhat.com Thu Nov 2 07:34:15 2017 From: mkouba at redhat.com (Martin Kouba) Date: Thu, 2 Nov 2017 12:34:15 +0100 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: Message-ID: <1a5a2baf-50b1-6a1f-9b5e-ea466eb1cab3@redhat.com> Well, the issue is closed and the reporter confirms that it works in Swarm 2017.7.0. The only related issue I'm aware of is SWARM-1374 which was about fixing Weld versions mismatch, i.e. multiple versions of weld artifacts ended in a Swarm uberjar. AFAIK there were no problems when using OpenJDK or OracleJDK. It might be a classloading issue though - org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler could be loaded twice or something like that. So I would start with Liberty class loading and related stuff. Dne 2.11.2017 v 12:20 Emily Jiang napsal(a): > sorry.. I pasted a wrong jira. Here it is. > https://issues.jboss.org/browse/SWARM-1474 > Thanks > Emily > ================ > Emily Jiang > > WebSphere Application Server, MicroProfile Development Lead > Phone: 44-1962-816278 > E-mail: emijiang at uk.ibm.com > Twitter: @emilyfhjiang > IBM United Kingdom Limited > Registered in England and Wales with number 741598 > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU > > ----- Original message ----- > From: Martin Kouba > Sent by: weld-dev-bounces at lists.jboss.org > To: Emily Jiang > Cc: weld-dev at lists.jboss.org > Subject: Re: [weld-dev] illegal access exception on > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > Date: Thu, Nov 2, 2017 10:53 AM > I see no stack trace in SWARM-772 description? > > Dne 2.11.2017 v 11:36 Emily Jiang napsal(a): > > Just curious. What is the wildfly issue then? It seems reporting the > > same stack. > > Thanks > > Emily > > ================ > > Emily Jiang > > > > WebSphere Application Server, MicroProfile Development Lead > > Phone: 44-1962-816278 > > E-mail: emijiang at uk.ibm.com > > Twitter: @emilyfhjiang > > IBM United Kingdom Limited > > Registered in England and Wales with number 741598 > > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. > PO6 3AU > > > > ? ? ----- Original message ----- > > ? ? From: Martin Kouba > > ? ? Sent by: weld-dev-bounces at lists.jboss.org > > ? ? To: Emily Jiang > > ? ? Cc: weld-dev at lists.jboss.org > > ? ? Subject: Re: [weld-dev] illegal access exception on > > ? ? org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > > ? ? Date: Wed, Nov 1, 2017 6:11 PM > > ? ? Dne 1.11.2017 v 18:41 Emily Jiang napsal(a): > > ? ? ?> Thank you Martin! We did more experiment. It seems the JDK > > ? ? 8.0.4.6 and > > ? ? ?> newer has this issue. We will follow up with IBM JDK team > to find > > ? ? out why. > > ? ? ?> It seems someone reported the same issue on > > ? ? ?> > > > wildfly(https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.jboss.org_browse_SWARM-2D772&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=U6DM4X-mvUo7Nxy1fa9jUPIWXsBof6oGvsFw75PvhxM&s=q7HQuvdXQ7qfvYUzFtuyMbD_yb8Xf3fcU4KRzGiGkqY&e=) > > > > ? ? Hm, this Swarm issue does not seem to be related... > > > > ? ? ?> Thanks > > ? ? ?> Emily > > ? ? ?> ================ > > ? ? ?> Emily Jiang > > ? ? ?> > > ? ? ?> WebSphere Application Server, MicroProfile Development Lead > > ? ? ?> Phone: 44-1962-816278 > > ? ? ?> E-mail: emijiang at uk.ibm.com > > ? ? ?> Twitter: @emilyfhjiang > > ? ? ?> IBM United Kingdom Limited > > ? ? ?> Registered in England and Wales with number 741598 > > ? ? ?> Registered office: PO Box 41, North Harbour, Portsmouth, > Hants. > > ? ? PO6 3AU > > ? ? ?> > > ? ? ?> ? ? ----- Original message ----- > > ? ? ?> ? ? From: Martin Kouba > > ? ? ?> ? ? Sent by: weld-dev-bounces at lists.jboss.org > > ? ? ?> ? ? To: Emily Jiang > > ? ? ?> ? ? Cc: weld-dev at lists.jboss.org > > ? ? ?> ? ? Subject: Re: [weld-dev] illegal access exception on > > ? ? ?> > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler > > ? ? ?> ? ? Date: Wed, Nov 1, 2017 7:23 AM > > ? ? ?> ? ? Hi Emily, > > ? ? ?> > > ? ? ?> ? ? the exception message looks odd. Do you have some more > info? > > ? ? E.g. do > > ? ? ?> ? ? also you hit the problem with older versions of jdk8? > > ? ? ?> > > ? ? ?> ? ? Martin > > ? ? ?> > > ? ? ?> ? ? Dne 1.11.2017 v 00:32 Emily Jiang napsal(a): > > ? ? ?> ? ? ?> Hi Martin/Matej, > > ? ? ?> ? ? ?> We hit the following problem with Jdk 8. > > ? ? ?> ? ? ?> Caused by: java.lang.BootstrapMethodError: > > ? ? ?> ? ? ?> java.lang.IllegalAccessException: > > ? ? ?> ? ? ?> > > > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > ? ? ?> ? ? ?> access to: > > ? ? ?> > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler.(ObserverNotifier.java:480) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:177) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:171) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:53) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl.fire(BeforeBeanDiscoveryImpl.java:54) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.bootstrap.WeldStartup.startInitialization(WeldStartup.java:391) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:76) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:141) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > > com.ibm.ws.cdi.impl.CDIContainerImpl$2.run(CDIContainerImpl.java:138) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.security.AccessController.doPrivileged(AccessController.java:594) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > com.ibm.ws.cdi.impl.CDIContainerImpl.applicationStarting(CDIContainerImpl.java:138) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > com.ibm.ws.cdi.liberty.CDIRuntimeImpl.applicationStarting(CDIRuntimeImpl.java:379) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > com.ibm.ws.container.service.state.internal.ApplicationStateManager.fireStarting(ApplicationStateManager.java:28) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > com.ibm.ws.container.service.state.internal.StateChangeServiceImpl.fireApplicationStarting(StateChangeServiceImpl.java:50) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > com.ibm.ws.app.manager.module.internal.DeployedAppInfoBase.preDeployApp(DeployedAppInfoBase.java:375) > > ? ? ?> ? ? ?> ??? ?... 8 more > > ? ? ?> ? ? ?> Caused by: java.lang.IllegalAccessException: > > ? ? ?> ? ? ?> > > > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' no > > ? ? ?> ? ? ?> access to: > > ? ? ?> > 'org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler' > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkClassAccess(MethodHandles.java:371) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:281) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.checkAccess(MethodHandles.java:264) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:468) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandle.sendResolveMethodHandle(MethodHandle.java:966) > > ? ? ?> ? ? ?> ??? ?at > > ? ? java.lang.invoke.MethodHandle.getCPMethodHandleAt(Native > > ? ? ?> ? ? Method) > > ? ? ?> ? ? ?> ??? ?at > > ? ? ?> ? ? ?> > > ? ? ?> > > > java.lang.invoke.MethodHandle.resolveInvokeDynamic(MethodHandle.java:856) > > ? ? ?> ? ? ?> ??? ?... 25 more > > ? ? ?> ? ? ?> java version "1.8.0_144" > > ? ? ?> ? ? ?> Java(TM) SE Runtime Environment (build 8.0.5.0 - > > ? ? ?> ? ? ?> pwi3280sr5-20170905_01(SR5)) > > ? ? ?> ? ? ?> IBM J9 VM (build 2.9, JRE 1.8.0 Windows 7 x86-32 > > ? ? 20170901_363591 (JIT > > ? ? ?> ? ? ?> enabled, A > > ? ? ?> ? ? ?> OT enabled) > > ? ? ?> ? ? ?> J9VM - d56eb84 > > ? ? ?> ? ? ?> JIT? - tr.open_20170901_140853_d56eb84 > > ? ? ?> ? ? ?> OMR? - b033a01) > > ? ? ?> ? ? ?> JCL - 20170823_01 based on Oracle jdk8u144-b01 > > ? ? ?> ? ? ?> Do you know what is wrong here? > > ? ? ?> ? ? ?> Thanks > > ? ? ?> ? ? ?> Emily > > ? ? ?> ? ? ?> ================ > > ? ? ?> ? ? ?> Emily Jiang > > ? ? ?> ? ? ?> > > ? ? ?> ? ? ?> WebSphere Application Server, MicroProfile > Development Lead > > ? ? ?> ? ? ?> Phone: 44-1962-816278 > > ? ? ?> ? ? ?> E-mail: emijiang at uk.ibm.com > > > ? ? ?> ? ? ?> Twitter: @emilyfhjiang > > ? ? ?> ? ? ?> IBM United Kingdom Limited > > ? ? ?> ? ? ?> Registered in England and Wales with number 741598 > > ? ? ?> ? ? ?> Registered office: PO Box 41, North Harbour, > Portsmouth, > > ? ? Hants. > > ? ? ?> ? ? PO6 3AU > > ? ? ?> ? ? ?> Unless stated otherwise above: > > ? ? ?> ? ? ?> IBM United Kingdom Limited - Registered in England and > > ? ? Wales with > > ? ? ?> ? ? number > > ? ? ?> ? ? ?> 741598. > > ? ? ?> ? ? ?> Registered office: PO Box 41, North Harbour, > Portsmouth, > > ? ? ?> ? ? Hampshire PO6 3AU > > ? ? ?> ? ? ?> > > ? ? ?> ? ? ?> > > ? ? ?> ? ? ?> > > ? ? ?> ? ? ?> _______________________________________________ > > ? ? ?> ? ? ?> weld-dev mailing list > > ? ? ?> ? ? ?> weld-dev at lists.jboss.org > > ? ? ?> ? ? ?> > > ? ? ?> > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > ? ? ?> ? ? ?> > > ? ? ?> ? ? _______________________________________________ > > ? ? ?> ? ? weld-dev mailing list > > ? ? ?> ? ? weld-dev at lists.jboss.org > > ? ? ?> > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=azXCCQ5hM1-RIMppgm7pKpkE8p9n5k2WatIM9EQmsI8&s=_zPcL9Tv_qI1a0e5eHjWMevwIVqznZXloEjf1YHD7nA&e= > > ? ? ?> > > ? ? ?> Unless stated otherwise above: > > ? ? ?> IBM United Kingdom Limited - Registered in England and > Wales with > > ? ? number > > ? ? ?> 741598. > > ? ? ?> Registered office: PO Box 41, North Harbour, Portsmouth, > > ? ? Hampshire PO6 3AU > > ? ? ?> > > ? ? _______________________________________________ > > ? ? weld-dev mailing list > > ? ? weld-dev at lists.jboss.org > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=U6DM4X-mvUo7Nxy1fa9jUPIWXsBof6oGvsFw75PvhxM&s=dCZX7YjG8PnYlYuPFhUlPeYUlzsUhYjS5AJFFnPsUi8&e= > > > > Unless stated otherwise above: > > IBM United Kingdom Limited - Registered in England and Wales with > number > > 741598. > > Registered office: PO Box 41, North Harbour, Portsmouth, > Hampshire PO6 3AU > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=sTYQHPhlB6WNx3DBNqMxIbMyTlbF5irYhmu5L7QIF9M&s=f2x-3SFOWGCArREgWtc2LHHL1bX3hYORfPZyUs7NoBI&e= > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > From EMIJIANG at uk.ibm.com Thu Nov 2 19:44:17 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Thu, 2 Nov 2017 23:44:17 +0000 Subject: [weld-dev] illegal access exception on org.jboss.weld.event.ObserverNotifier$ObserverExceptionHandler In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171102/085fd9c4/attachment-0001.html From EMIJIANG at uk.ibm.com Wed Nov 15 08:47:17 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Wed, 15 Nov 2017 13:47:17 +0000 Subject: [weld-dev] Jandex Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171115/6234bf29/attachment.html From mkouba at redhat.com Thu Nov 16 09:19:42 2017 From: mkouba at redhat.com (Martin Kouba) Date: Thu, 16 Nov 2017 15:19:42 +0100 Subject: [weld-dev] Jandex In-Reply-To: References: Message-ID: <4bbd2602-6734-c08f-70de-6ac5d2380f01@redhat.com> Hi Emily, AFAIK WildFly makes use of existing Jandex indexes and if not present a new one is build on the fly (for deployment and external modules) but the generated indexes are not persisted. But in WildFly not only Weld leverages the indexes - all other annotation-based technologies should use them too. Martin Dne 15.11.2017 v 14:47 Emily Jiang napsal(a): > Hi Martin/Matej, > For using Jandex to improve bootstrap performance of CDI application, do > you know any application server (e.g. Wildfly) normally requires the > index files to be generated before hand or it can generate on the fly > and then persist it? Do you know whether there is much performance gain > to generate the index files on the fly and then persist it when compared > with not doing it at all (by passing jandex)? > Thanks > Emily > ================ > Emily Jiang > > WebSphere Application Server, MicroProfile Development Lead > Phone: 44-1962-816278 > E-mail: emijiang at uk.ibm.com > Twitter: @emilyfhjiang > IBM United Kingdom Limited > Registered in England and Wales with number 741598 > Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > From EMIJIANG at uk.ibm.com Thu Nov 16 12:33:23 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Thu, 16 Nov 2017 17:33:23 +0000 Subject: [weld-dev] Jandex In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20171116/67f1d894/attachment.html From manovotn at redhat.com Fri Nov 24 02:33:44 2017 From: manovotn at redhat.com (Matej Novotny) Date: Fri, 24 Nov 2017 02:33:44 -0500 (EST) Subject: [weld-dev] Weld 3.0.2.Final released In-Reply-To: <1940829518.34408456.1511508778282.JavaMail.zimbra@redhat.com> Message-ID: <868339448.34408502.1511508824300.JavaMail.zimbra@redhat.com> Weld 3.0.2.Final is out! Check out release post for more information - http://weld.cdi-spec.org/news/2017/11/23/weld-302Final/ Matej