Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5569

ConcurrentModificationException in HandshakeCompletedNotify-Thread

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Critical
    • 4.3.0.GA_CP10
    • None
    • Web
    • None
    • EAP unzipped, noauth
      RHEL 6 32 bit - stacks4.mw...

    • Release Notes
    • Hide
      SHORT DESCRIPTION:
              Fix ConcurrentModificationException in HandshakeCompletedNotify-Thread.
      LONG DESCRIPTION:
              Patch to fix ConcurrentModificationException in HandshakeCompletedNotify-Thread.
      MANUAL INSTALL INSTRUCTIONS:
              Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jboss-web.deployer/jbossweb.jar with the new jbossweb.jar
      COMPATIBILITY:
             4.3.0.GA CP09
      SUPERSEDES:
              N/A
      CREATOR:
              Jean-Frederic Clere
      DATE:
              1-December-2010
      Show
      SHORT DESCRIPTION:         Fix ConcurrentModificationException in HandshakeCompletedNotify-Thread. LONG DESCRIPTION:         Patch to fix ConcurrentModificationException in HandshakeCompletedNotify-Thread. MANUAL INSTALL INSTRUCTIONS:         Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jboss-web.deployer/jbossweb.jar with the new jbossweb.jar COMPATIBILITY:        4.3.0.GA CP09 SUPERSEDES:         N/A CREATOR:         Jean-Frederic Clere DATE:         1-December-2010
    • Not Yet Documented

    Description

      STR:

      1) Unzip and run EAP
      2) Follow https://tcms.engineering.redhat.com/case/46252/?from_plan=2296
      3) Go to https://localhost:8443/rt/controller?action=viewCarList
      4) Do repeated requests (holding F5 is fast enough) until you see the stacktrace below.

      14:05:46,987 ERROR [STDERR] Exception in thread "HandshakeCompletedNotify-Thread"
      14:05:46,988 ERROR [STDERR] java.util.ConcurrentModificationException
      14:05:46,989 ERROR [STDERR] at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
      14:05:46,989 ERROR [STDERR] at java.util.HashMap$EntryIterator.next(HashMap.java:834)
      14:05:46,989 ERROR [STDERR] at java.util.HashMap$EntryIterator.next(HashMap.java:832)
      14:05:46,989 ERROR [STDERR] at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(SSLSocketImpl.java:2188)

      ---------------------------------------------------------------------------------------------------------------------------
      For the case the test case would disappear from TCMS, here are the instructions.

      stop EAP
      configure HTTPS connector
      copy resources/localhost.keystore to ${jboss.server.home.dir}/conf
      edit deploy/jboss-web.deployer/server.xml:
      <Connector port="8443" address="${jboss.bind.address}"
      maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
      scheme="https" secure="true" clientAuth="false" SSLEnabled="true"
      truststoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
      truststorePass="unit-tests-server"
      keystoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
      keystorePass="unit-tests-server" sslProtocol = "TLS" />

      deploy lib/rt.war
      mkdir ${jboss.server.home.dir}/log/rt
      touch ${jboss.server.home.dir}/log/rt/rt_rt.log

      Attachments

        Issue Links

          Activity

            People

              rhn-support-mmillson Michael Millson
              ozizka_jira Ondrej Zizka (Inactive)
              Jared Morgan Jared Morgan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: