Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-281

org.infinispan.integrationtests.cdi.weld.WeldStandaloneTest hangs on Azul Zing 1.8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • JDG 7.0.0 ER4, JDG 7.1.1 ER1
    • TestSuite
    • CR1
    • Hide
      • The problem exists with Weld 2.2.0.SP1. Upgrading it fixes the problem.
      • Since 2.3 versions had more strict type requirements for events, the first recommended version for upgrade is 2.3.4.Final
      • https://github.com/slaskawi/JDG-281-reproducer/blob/master/pom.xml#L19-L20
      • Azul team also recommended another workaround - upgrading to Zing 16.01.5 (which will be publicly available soon) and add -XX:-AllowParallelClassLoading flag to the JVM
      Show
      The problem exists with Weld 2.2.0.SP1. Upgrading it fixes the problem. Since 2.3 versions had more strict type requirements for events, the first recommended version for upgrade is 2.3.4.Final https://github.com/slaskawi/JDG-281-reproducer/blob/master/pom.xml#L19-L20 Azul team also recommended another workaround - upgrading to Zing 16.01.5 (which will be publicly available soon) and add -XX:-AllowParallelClassLoading flag to the JVM
    • Hide
      Show
      Clone https://github.com/slaskawi/JDG-281-reproducer Invoke mvn test (Optional) It might be a good idea to add -XX:ARTAPort=any to the Zing profile ( <<user>>/.zing/profile/options ) and use ZVision server to debug it

    Description

      The org.infinispan.integrationtests.cdi.weld.WeldStandaloneTest hangs while running using Azul Zing 1.8.0-zing_16.01.1.0-b2. The test is passing with Azul Zulu 8.13.0.5-linux64 (build 1.8.0_72-b15).
      The log hangs here:

      Running org.infinispan.integrationtests.cdi.weld.WeldStandaloneTest
      Configuring TestNG with: TestNG652Configurator
      Apr 27, 2016 5:45:34 PM org.infinispan.test.fwk.UnitTestTestNGListener onTestStart
      INFO: Starting test testWeldStandaloneInitialisation(org.infinispan.integrationtests.cdi.weld.WeldStandaloneTest)
      Apr 27, 2016 5:45:34 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
      INFO: WELD-000900: 2.2.0 (SP1)
      Apr 27, 2016 5:45:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer
      INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
      Apr 27, 2016 5:45:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
      WARN: WELD-000411: Observer method [BackedAnnotatedMethod] org.infinispan.cdi.util.defaultbean.DefaultBeanExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      

      Attachments

        Issue Links

          Activity

            People

              slaskawi@redhat.com Sebastian Ɓaskawiec (Inactive)
              amanukya@redhat.com Anna Manukyan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: