8 Replies Latest reply on Oct 1, 2015 6:09 AM by asoldano

    Wildfly 9.0.1 SOAP webservice causes VM crash

    llper16

      Dear all,

       

      I'm trying a load test over a SOAP webservice deployed as WAR into my wildfly 9.0.1-Final AS.

      What I see is that after some requests (may be < 100'000, may be more than a 2'000'000) the Java VM crashes (SIGSEG/SIGBUS).

      The WAR contains only a single annotate WebService class:

       

       

      @WebService(name = "SubmitOrder", wsdlLocation = "submitOrder.wsdl", portName = "SubmitOrderPort")

      //@WebService

      public class SubmitOrder {

       

        public SubmitOrder() {

        // TODO Auto-generated constructor stub

        }


      @WebMethod

        public Long submitOrder(@WebParam(name = "opId") String opId,

        @WebParam(name = "generator") String generator, @WebParam(name = "originAlias") String originAlias,

        @WebParam(name = "grpId") String grpId, @WebParam(name = "dad") String dad,

        @WebParam(name = "serviceName") String serviceName

        ,@WebParam(name = "transId") String transId

        ,@WebParam(name = "paramsMap") Map<String, Object> paramsMap

        ,@WebParam(name = "expiresAt") Date expiresAt

        ,@WebParam(name = "sync") Boolean sync

        ) throws Exception {

       

        System.out.println("Submitted order request received with transId: <" + transId + ">, opId: <" + opId + ">, ...");

       

        return 0l;

        }

      }

       

      I'm using jdk 8.0.60 on MacOsX... I'm using soapui to launch a load test with 5-10 threads calling the webservice for 10-15 minutes..

      In my last run, after 150'000 requests it died.

       

      Here the error:

       

       

      # A fatal error has been detected by the Java Runtime Environment:

      #

      #  SIGSEGV (0xb) at pc=0x00007f5da922afb8, pid=75645, tid=140039627204352

      #

      # JRE version: OpenJDK Runtime Environment (7.0_51-b02) (build 1.7.0_51-mockbuild_2014_01_15_01_39-b00)

      # Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)

      # Problematic frame:

      # J  org.apache.cxf.message.ExchangeImpl.get(Ljava/lang/Class;)Ljava/lang/Object;

      #

      # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

      #

       

      #

      # If you would like to submit a bug report, please include

      # instructions on how to reproduce the bug and visit:

      #   15:56:03,314 INFO  [stdout] (default task-17) Submitted order request received with transId: <XXXXX>, opId: <SCO>, ...

      http://icedtea.classpath.org/bugzilla

      #


      Does someone see the same problem?

      Is there a workaround?


      KR,

      Davide

        • 1. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
          lafr

          # JRE version: OpenJDK Runtime Environment (7.0_51-b02) (build 1.7.0_51-mockbuild_2014_01_15_01_39-b00)

          Seems you're using JDK 7.0._51 here.


          Anyways this is (probably) a problem of the Java runtime or Operating System, not a Wildfly problem.

          • 2. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
            llper16

            that was my last resort retry with java7! I have tested everything also on java8, and also on centos instead of osx!

             

            same results!!

            • 3. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
              ctomc

              You always used OpenJDK? can you also try with latest version of oracle jdk 8?

               

              Can you post the the crash dump that is usually named hs_err_pid<pid>.log and is usually created in bin folder of wildfly.

              also what are all jvm options you run jvm with?

              • 4. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
                llper16

                Hi Tomaz,

                I'm going to start a new test in few minutes, and then I'll post the results.

                 

                Here the environment:

                 

                 

                dmar-b-imacx:bin marchetti$ echo $JAVA_HOME

                /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home


                 

                dmar-b-imacx:bin marchetti$ java -version

                java version "1.8.0_60"

                Java(TM) SE Runtime Environment (build 1.8.0_60-b27)

                Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)


                 

                dmar-b-imacx:bin marchetti$ uname -a

                Darwin dmar-b-imacx 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64


                This is the log of the wildlfy startup:

                 

                dmar-b-imacx:bin marchetti$ ./standalone.sh -c standalone-full.xml 

                =========================================================================

                 

                  JBoss Bootstrap Environment

                 

                  JBOSS_HOME: /Users/marchetti/servers/wildfly-9.0.1.Final

                 

                  JAVA: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java

                 

                  JAVA_OPTS:  -server -XX:+UseCompressedOops  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

                 

                =========================================================================

                 

                Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

                17:51:38,095 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

                17:51:38,270 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                17:51:38,333 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) starting

                17:51:39,380 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 12) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                17:51:39,380 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 9) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                17:51:39,385 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 9) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=snow-om-XADS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                17:51:39,387 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 9) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=snow-ckm-XADS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                17:51:39,400 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found SOAPTest.war in deployment directory. To trigger deployment create a file called SOAPTest.war.dodeploy

                17:51:39,423 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

                17:51:39,439 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.3.1.Final

                17:51:39,448 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.3.1.Final

                17:51:39,485 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 59) WFLYSEC0002: Activating Security Subsystem

                17:51:39,485 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

                17:51:39,487 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors

                17:51:39,496 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.2.Final

                17:51:39,593 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension

                17:51:39,600 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 42) WFLYIIOP0001: Activating IIOP Subsystem

                17:51:39,604 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.

                17:51:39,606 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 52) WFLYNAM0001: Activating Naming Subsystem

                17:51:39,612 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]

                17:51:39,668 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                17:51:39,676 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.9.Final

                17:51:39,695 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 1.2.9.Final starting

                17:51:39,695 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0003: Undertow 1.2.9.Final starting

                17:51:39,704 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

                17:51:39,711 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.4.Final)

                17:51:39,730 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2

                17:51:39,729 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql

                17:51:39,765 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service

                17:51:39,765 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                17:51:39,893 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path /Users/marchetti/servers/wildfly-9.0.1.Final/welcome-content

                17:51:39,929 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.

                17:51:39,966 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting

                17:51:40,056 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on /0.0.0.0:8080

                17:51:40,234 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/Users/marchetti/servers/wildfly-9.0.1.Final/modules/system/layers/base/org/apache/activemq/main/

                17:51:40,338 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                17:51:40,338 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/snow-ckm-XADS]

                17:51:40,338 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/snow-om-XADS]

                17:51:40,369 WARN  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-2) IJ020017: Invalid archive: file:/Users/marchetti/servers/wildfly-9.0.1.Final/modules/system/layers/base/org/apache/activemq/main/

                17:51:40,372 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020001: Required license terms for file:/Users/marchetti/servers/wildfly-9.0.1.Final/modules/system/layers/base/org/apache/activemq/main/

                17:51:40,388 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0007: Registered connection factory java:jboss/DefaultJMSConnectionFactory

                17:51:40,390 WARN  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020016: Missing <recovery> element. XA recovery disabled for: java:jboss/DefaultJMSConnectionFactory

                17:51:40,394 WARN  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020017: Invalid archive: file:/Users/marchetti/servers/wildfly-9.0.1.Final/modules/system/layers/base/org/apache/activemq/main/

                17:51:40,395 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020002: Deployed: file:/Users/marchetti/servers/wildfly-9.0.1.Final/modules/system/layers/base/org/apache/activemq/main/

                17:51:40,398 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0002: Bound JCA ConnectionFactory [java:jboss/DefaultJMSConnectionFactory]

                17:51:40,399 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-1) WFLYIIOP0009: CORBA ORB Service started

                17:51:40,480 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SOAPTest.war" (runtime-name: "SOAPTest.war")

                17:51:40,492 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/marchetti/servers/wildfly-9.0.1.Final/standalone/deployments

                17:51:40,629 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final

                17:51:41,193 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=ch.suntis.snow.om.service.SubmitOrder

                address=http://localhost:8080/SOAPTest/SubmitOrder

                implementor=ch.suntis.snow.om.service.SubmitOrder

                serviceName={http://service.om.snow.suntis.ch/}SubmitOrderService

                portName={http://service.om.snow.suntis.ch/}SubmitOrderPort

                annotationWsdlLocation=/wsdl/submitOrder.wsdl

                wsdlLocationOverride=null

                mtomEnabled=false

                17:51:41,711 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://service.om.snow.suntis.ch/}SubmitOrderService from WSDL: /wsdl/submitOrder.wsdl

                17:51:42,036 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/SOAPTest/SubmitOrder

                17:51:42,091 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/Users/marchetti/servers/wildfly-9.0.1.Final/standalone/data/wsdl/SOAPTest.war/SubmitOrderService.wsdl

                17:51:42,123 INFO  [org.jboss.as.webservices] (MSC service thread 1-5) WFLYWS0003: Starting service jboss.ws.endpoint."SOAPTest.war"."ch.suntis.snow.om.service.SubmitOrder"

                17:51:42,273 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 65) WFLYUT0021: Registered web context: /SOAPTest

                17:51:42,332 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "SOAPTest.war" (runtime-name : "SOAPTest.war")

                17:51:42,450 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

                17:51:42,450 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

                17:51:42,450 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) started in 4625ms - Started 328 of 538 services (254 services are lazy, passive or on-demand)


                The result of the error and the hs_err_pid file will be posted soon in the next message.


                Davide

                • 5. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
                  llper16

                  Here the JVM crash (after about 128'000 requests):

                   

                   

                  #

                  # A fatal error has been detected by the Java Runtime Environment:

                  #

                  #  SIGBUS (0xa) at pc=0x00000001044ad841, pid=39089, tid=33287

                  #

                  # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)

                  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops)

                  # Problematic frame:

                  # J 8483 C2 io.undertow.security.impl.SecurityContextImpl.authTransition()Z (124 bytes) @ 0x00000001044ad841 [0x00000001044ad660+0x1e1]

                  #

                  # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

                  #

                  # An error report file with more information is saved as:

                  # /Users/marchetti/servers/wildfly-9.0.1.Final/bin/hs_err_pid39089.log


                  Here the hs_err_pid file:


                   

                  dmar-b-imacx:bin marchetti$ cat hs_err_pid39089.log

                  #

                  # A fatal error has been detected by the Java Runtime Environment:

                  #

                  #  SIGBUS (0xa) at pc=0x00000001044ad841, pid=39089, tid=33287

                  #

                  # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)

                  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops)

                  # Problematic frame:

                  # J 8483 C2 io.undertow.security.impl.SecurityContextImpl.authTransition()Z (124 bytes) @ 0x00000001044ad841 [0x00000001044ad660+0x1e1]

                  #

                  # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

                  #

                  # If you would like to submit a bug report, please visit:

                  #   http://bugreport.java.com/bugreport/crash.jsp

                  #

                   

                  ---------------  T H R E A D  ---------------

                   

                  Current thread (0x00007f9a8e96f000):  JavaThread "default task-28" [_thread_in_Java, id=33287, stack(0x000000011f0b0000,0x000000011f1b0000)]

                   

                  siginfo: si_signo: 10 (SIGBUS), si_code: 2 (BUS_ADRERR), si_addr: 0x00000007b2ebd29c

                   

                  Registers:

                  RAX=0x00000007b9be9498, RBX=0x00000000f75a7919, RCX=0x00000007b9be9480, RDX=0x00000007b9be93b8

                  RSP=0x000000011f1af4d0, RBP=0x00000007b9be9498, RSI=0x00000007b9be9498, RDI=0x0000000000000004

                  R8 =0x00000000f432d272, R9 =0x000000010ef4c000, R10=0x0000000000000000, R11=0x00000000f65d7a52

                  R12=0x0000000000000000, R13=0x00000007a17f86e8, R14=0x00000000f42ff096, R15=0x00007f9a8e96f000

                  RIP=0x00000001044ad841, EFLAGS=0x0000000000010202, ERR=0x0000000000000004

                    TRAPNO=0x000000000000000e

                   

                  Top of Stack: (sp=0x000000011f1af4d0)

                  0x000000011f1af4d0:   00000007b9be93b8 00000007c0a93658

                  0x000000011f1af4e0:   00000007b9be9498 00007f9af65d7a52

                  0x000000011f1af4f0:   00000007baebd290 00000001050e2b34

                  0x000000011f1af500:   00000007a19abe28 0000000700000000

                  0x000000011f1af510:   0000000000000000 00000007a17f86f8

                  0x000000011f1af520:   00000007a17f8460 00000007c00eeb68

                  0x000000011f1af530:   0000000000000001 000000010476a6e8

                  0x000000011f1af540:   00000007a19692e0 00000007baebd290

                  0x000000011f1af550:   00000007a17f8478 000000011f1af5d0

                  0x000000011f1af560:   000000011f1af5d4 00000007b9be91f0

                  0x000000011f1af570:   000000011f1af5a0 0000000102c5ca25

                  0x000000011f1af580:   00000007a19692a8 0000000104b52040

                  0x000000011f1af590:   00000001f737d277 00000007baebd290

                  0x000000011f1af5a0:   00000007a1969278 00000007a1969358

                  0x000000011f1af5b0:   00000007c0a92c78 00000007b9be93b8

                  0x000000011f1af5c0:   0000000000000001 00000007a1969390

                  0x000000011f1af5d0:   00000007b9be9328 00000001040305f2

                  0x000000011f1af5e0:   0000000000000000 0000000000000000

                  0x000000011f1af5f0:   000000011f1af660 0000000000000018

                  0x000000011f1af600:   00000000f42e33a1 00000001049e5b48

                  0x000000011f1af610:   00000007a0e50af8 00000007baebd290

                  0x000000011f1af620:   00000007b9be9358 0000000000000001

                  0x000000011f1af630:   00000007a17d4260 00000007b9be9358

                  0x000000011f1af640:   00000007a1084318 00000007a0e4e928

                  0x000000011f1af650:   00000007a0edf3c0 00000007a1d322d0

                  0x000000011f1af660:   00000007a19691e8 000000010453e180

                  0x000000011f1af670:   0000000100000005 00000007baebd290

                  0x000000011f1af680:   00000007a19691c0 00000007c081d3f8

                  0x000000011f1af690:   0000000000000000 0000000104590cf0

                  0x000000011f1af6a0:   00000007a174f5e0 0000000104191028

                  0x000000011f1af6b0:   00000007a1969180 0000000104d3fbd4

                  0x000000011f1af6c0:   00000007baebd290 0000000103e6f2b4

                   

                  Instructions: (pc=0x00000001044ad841)

                  0x00000001044ad821:   10 44 89 4c 24 18 4c 8b dd 49 c1 eb 09 49 b9 00

                  0x00000001044ad831:   c0 f4 0e 01 00 00 00 47 88 24 19 44 8b 5c 24 18

                  0x00000001044ad841:   47 8b 5c dc 0c 44 8b 4d 14 44 89 4c 24 1c 49 b9

                  0x00000001044ad851:   20 7a cd a1 07 00 00 00 49 8b 09 45 85 db 0f 84

                   

                  Register to memory mapping:

                   

                  RAX=0x00000007b9be9498 is an oop

                  io.undertow.security.impl.SecurityContextImpl$AuthAttempter

                  - klass: 'io/undertow/security/impl/SecurityContextImpl$AuthAttempter'

                  RBX=0x00000000f75a7919 is an unknown value

                  RCX=0x00000007b9be9480 is an oop

                  io.undertow.security.impl.SecurityContextImpl$Node

                  - klass: 'io/undertow/security/impl/SecurityContextImpl$Node'

                  RDX=0x00000007b9be93b8 is an oop

                  io.undertow.security.impl.SecurityContextImpl

                  - klass: 'io/undertow/security/impl/SecurityContextImpl'

                  RSP=0x000000011f1af4d0 is pointing into the stack for thread: 0x00007f9a8e96f000

                  RBP=0x00000007b9be9498 is an oop

                  io.undertow.security.impl.SecurityContextImpl$AuthAttempter

                  - klass: 'io/undertow/security/impl/SecurityContextImpl$AuthAttempter'

                  RSI=0x00000007b9be9498 is an oop

                  io.undertow.security.impl.SecurityContextImpl$AuthAttempter

                  - klass: 'io/undertow/security/impl/SecurityContextImpl$AuthAttempter'

                  RDI=0x0000000000000004 is an unknown value

                  R8 =0x00000000f432d272 is an unknown value

                  R9 =0x000000010ef4c000 is an unknown value

                  R10=0x0000000000000000 is an unknown value

                  R11=0x00000000f65d7a52 is an unknown value

                  R12=0x0000000000000000 is an unknown value

                  R13=0x00000007a17f86e8 is an oop

                  io.undertow.util.SimpleAttachmentKey

                  - klass: 'io/undertow/util/SimpleAttachmentKey'

                  R14=0x00000000f42ff096 is an unknown value

                  R15=0x00007f9a8e96f000 is a thread

                   

                   

                  Stack: [0x000000011f0b0000,0x000000011f1b0000],  sp=0x000000011f1af4d0,  free space=1021k

                  Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

                  J 8483 C2 io.undertow.security.impl.SecurityContextImpl.authTransition()Z (124 bytes) @ 0x00000001044ad841 [0x00000001044ad660+0x1e1]

                  J 8998 C2 io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (96 bytes) @ 0x000000010476a6e8 [0x000000010476a640+0xa8]

                  J 8825 C2 io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (57 bytes) @ 0x0000000104b52040 [0x0000000104b51780+0x8c0]

                  J 8969 C2 io.undertow.security.handlers.SecurityInitialHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (39 bytes) @ 0x00000001049e5b48 [0x00000001049e5820+0x328]

                  J 8833 C2 org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (54 bytes) @ 0x000000010453e180 [0x000000010453e060+0x120]

                  J 7769 C2 io.undertow.server.handlers.PredicateHandler.handleRequest(Lio/undertow/server/HttpServerExchange;)V (33 bytes) @ 0x0000000104d3fbd4 [0x0000000104d3fb60+0x74]

                  J 8770 C2 io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(Lio/undertow/server/HttpServerExchange;Lio/undertow/servlet/handlers/ServletChain;Lio/undertow/servlet/handlers/ServletRequestContext;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V (510 bytes) @ 0x00000001048ca2a4 [0x00000001048c9900+0x9a4]

                  J 8399 C2 io.undertow.server.Connectors.executeRootHandler(Lio/undertow/server/HttpHandler;Lio/undertow/server/HttpServerExchange;)V (153 bytes) @ 0x00000001050ef020 [0x00000001050eee40+0x1e0]

                  J 8717 C2 io.undertow.server.HttpServerExchange$1.run()V (12 bytes) @ 0x000000010479b1e8 [0x000000010479b1a0+0x48]

                  J 9131% C2 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x000000010487cdf4 [0x000000010487cc80+0x174]

                  j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5

                  j  java.lang.Thread.run()V+11

                  v  ~StubRoutines::call_stub

                  V  [libjvm.dylib+0x2eab0e]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x6ae

                  V  [libjvm.dylib+0x2eb29c]  JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x164

                  V  [libjvm.dylib+0x2eb448]  JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x4a

                  V  [libjvm.dylib+0x345965]  thread_entry(JavaThread*, Thread*)+0x7c

                  V  [libjvm.dylib+0x5612d3]  JavaThread::thread_main_inner()+0x9b

                  V  [libjvm.dylib+0x5629ce]  JavaThread::run()+0x1c2

                  V  [libjvm.dylib+0x48343a]  java_start(Thread*)+0xf6

                  C  [libsystem_pthread.dylib+0x3268]  _pthread_body+0x83

                  C  [libsystem_pthread.dylib+0x31e5]  _pthread_body+0x0

                  C  [libsystem_pthread.dylib+0x141d]  thread_start+0xd

                  C  0x0000000000000000

                   

                   

                  ---------------  P R O C E S S  ---------------

                   

                  Java Threads: ( => current thread )

                    0x00007f9a8cb8c000 JavaThread "default task-127" [_thread_blocked, id=110339, stack(0x000000012979b000,0x000000012989b000)]

                    0x00007f9a8cb8b800 JavaThread "default task-128" [_thread_blocked, id=109827, stack(0x0000000129698000,0x0000000129798000)]

                    0x00007f9a8dd0a800 JavaThread "default task-126" [_thread_blocked, id=109315, stack(0x0000000129595000,0x0000000129695000)]

                    0x00007f9a8cb8a800 JavaThread "default task-125" [_thread_blocked, id=108803, stack(0x0000000129492000,0x0000000129592000)]

                    0x00007f9a8b468800 JavaThread "default task-123" [_thread_blocked, id=108291, stack(0x000000012938f000,0x000000012948f000)]

                    0x00007f9a8c2a9800 JavaThread "default task-124" [_thread_blocked, id=107779, stack(0x000000012928c000,0x000000012938c000)]

                    0x00007f9a8b467800 JavaThread "default task-122" [_thread_blocked, id=107267, stack(0x0000000129189000,0x0000000129289000)]

                    0x00007f9a8cb8a000 JavaThread "default task-121" [_thread_blocked, id=106755, stack(0x0000000129086000,0x0000000129186000)]

                    0x00007f9a8c2a8800 JavaThread "default task-120" [_thread_blocked, id=106243, stack(0x0000000128f83000,0x0000000129083000)]

                    0x00007f9a8c2a8000 JavaThread "default task-119" [_thread_blocked, id=105731, stack(0x0000000128e80000,0x0000000128f80000)]

                    0x00007f9a8c2a7000 JavaThread "default task-118" [_thread_blocked, id=105219, stack(0x0000000128d7d000,0x0000000128e7d000)]

                    0x00007f9a8bb9f000 JavaThread "default task-117" [_thread_in_Java, id=104707, stack(0x0000000128c7a000,0x0000000128d7a000)]

                    0x00007f9a8f3db800 JavaThread "default task-116" [_thread_blocked, id=104195, stack(0x0000000128b77000,0x0000000128c77000)]

                    0x00007f9a8f3da800 JavaThread "default task-115" [_thread_blocked, id=103683, stack(0x0000000128a74000,0x0000000128b74000)]

                    0x00007f9a8cb88800 JavaThread "default task-113" [_thread_blocked, id=103171, stack(0x0000000128971000,0x0000000128a71000)]

                    0x00007f9a8cb87800 JavaThread "default task-114" [_thread_blocked, id=102659, stack(0x000000012886e000,0x000000012896e000)]

                    0x00007f9a8b467000 JavaThread "default task-112" [_thread_blocked, id=102147, stack(0x000000012876b000,0x000000012886b000)]

                    0x00007f9a8c2a6800 JavaThread "default task-111" [_thread_blocked, id=101635, stack(0x0000000128668000,0x0000000128768000)]

                    0x00007f9a8b992000 JavaThread "default task-110" [_thread_blocked, id=101123, stack(0x0000000128565000,0x0000000128665000)]

                    0x00007f9a8b991800 JavaThread "default task-109" [_thread_blocked, id=100611, stack(0x0000000128462000,0x0000000128562000)]

                    0x00007f9a8b8f0800 JavaThread "default task-106" [_thread_blocked, id=100099, stack(0x000000012835f000,0x000000012845f000)]

                    0x00007f9a8c2a5800 JavaThread "default task-107" [_thread_blocked, id=99587, stack(0x000000012825c000,0x000000012835c000)]

                    0x00007f9a8dd0a000 JavaThread "default task-108" [_thread_blocked, id=99075, stack(0x0000000128159000,0x0000000128259000)]

                    0x00007f9a8dd09000 JavaThread "default task-105" [_thread_blocked, id=98563, stack(0x0000000128056000,0x0000000128156000)]

                    0x00007f9a8c2a5000 JavaThread "default task-103" [_thread_blocked, id=98051, stack(0x0000000127f53000,0x0000000128053000)]

                    0x00007f9a8c2a4000 JavaThread "default task-104" [_thread_blocked, id=97539, stack(0x0000000127e50000,0x0000000127f50000)]

                    0x00007f9a8c2a3800 JavaThread "default task-102" [_thread_blocked, id=97027, stack(0x0000000127d4d000,0x0000000127e4d000)]

                    0x00007f9a8f3da000 JavaThread "default task-101" [_thread_blocked, id=96515, stack(0x0000000127c4a000,0x0000000127d4a000)]

                    0x00007f9a8c070800 JavaThread "default task-100" [_thread_blocked, id=96003, stack(0x0000000127b47000,0x0000000127c47000)]

                    0x00007f9a8f3e2000 JavaThread "default task-99" [_thread_blocked, id=95491, stack(0x0000000127a44000,0x0000000127b44000)]

                    0x00007f9a8b465800 JavaThread "default task-97" [_thread_blocked, id=94979, stack(0x0000000127941000,0x0000000127a41000)]

                    0x00007f9a8dd08800 JavaThread "default task-96" [_thread_blocked, id=94467, stack(0x000000012783e000,0x000000012793e000)]

                    0x00007f9a8e964800 JavaThread "default task-98" [_thread_blocked, id=93955, stack(0x000000012773b000,0x000000012783b000)]

                    0x00007f9a8cc33000 JavaThread "default task-95" [_thread_blocked, id=93443, stack(0x0000000127638000,0x0000000127738000)]

                    0x00007f9a8b1cb000 JavaThread "default task-94" [_thread_blocked, id=92931, stack(0x0000000127535000,0x0000000127635000)]

                    0x00007f9a8e963800 JavaThread "default task-93" [_thread_blocked, id=92419, stack(0x0000000127432000,0x0000000127532000)]

                    0x00007f9a8b1e1800 JavaThread "default task-91" [_thread_blocked, id=91907, stack(0x000000012732f000,0x000000012742f000)]

                    0x00007f9a8e974000 JavaThread "default task-92" [_thread_blocked, id=91395, stack(0x000000012722c000,0x000000012732c000)]

                    0x00007f9a8f3f3800 JavaThread "default task-90" [_thread_blocked, id=90883, stack(0x0000000127129000,0x0000000127229000)]

                    0x00007f9a8f3b0800 JavaThread "default task-88" [_thread_blocked, id=90371, stack(0x0000000127026000,0x0000000127126000)]

                    0x00007f9a8cc32800 JavaThread "default task-89" [_thread_blocked, id=89859, stack(0x0000000126f23000,0x0000000127023000)]

                    0x00007f9a8f3af800 JavaThread "default task-86" [_thread_blocked, id=89347, stack(0x0000000126e20000,0x0000000126f20000)]

                    0x00007f9a8dd1b800 JavaThread "default task-87" [_thread_blocked, id=88835, stack(0x0000000126d1d000,0x0000000126e1d000)]

                    0x00007f9a8dd1a800 JavaThread "default task-85" [_thread_blocked, id=88323, stack(0x0000000126c1a000,0x0000000126d1a000)]

                    0x00007f9a8c16c800 JavaThread "default task-84" [_thread_blocked, id=87811, stack(0x0000000126b17000,0x0000000126c17000)]

                    0x00007f9a8b8ef800 JavaThread "default task-83" [_thread_blocked, id=87299, stack(0x0000000126a14000,0x0000000126b14000)]

                    0x00007f9a8cc31800 JavaThread "default task-82" [_thread_blocked, id=86787, stack(0x0000000126911000,0x0000000126a11000)]

                    0x00007f9a8bac9000 JavaThread "default task-81" [_thread_blocked, id=86275, stack(0x000000012680e000,0x000000012690e000)]

                    0x00007f9a8e5cd000 JavaThread "default task-80" [_thread_blocked, id=85763, stack(0x000000012670b000,0x000000012680b000)]

                    0x00007f9a8c985800 JavaThread "default task-79" [_thread_blocked, id=85251, stack(0x0000000126608000,0x0000000126708000)]

                    0x00007f9a8b1ca800 JavaThread "default task-76" [_thread_blocked, id=84739, stack(0x0000000126505000,0x0000000126605000)]

                    0x00007f9a8e5cc800 JavaThread "default task-78" [_thread_blocked, id=84227, stack(0x0000000126402000,0x0000000126502000)]

                    0x00007f9a8c8fe000 JavaThread "default task-77" [_thread_blocked, id=83715, stack(0x00000001262ff000,0x00000001263ff000)]

                    0x00007f9a8b999800 JavaThread "default task-74" [_thread_blocked, id=83203, stack(0x00000001261fc000,0x00000001262fc000)]

                    0x00007f9a8b998800 JavaThread "default task-75" [_thread_blocked, id=82691, stack(0x00000001260f9000,0x00000001261f9000)]

                    0x00007f9a8f0cb800 JavaThread "default task-73" [_thread_blocked, id=82179, stack(0x0000000125ff6000,0x00000001260f6000)]

                    0x00007f9a8ba71800 JavaThread "default task-72" [_thread_blocked, id=81667, stack(0x0000000125ef3000,0x0000000125ff3000)]

                    0x00007f9a8bb96000 JavaThread "default task-71" [_thread_blocked, id=81155, stack(0x0000000125df0000,0x0000000125ef0000)]

                    0x00007f9a8d84a800 JavaThread "default task-70" [_thread_blocked, id=27911, stack(0x0000000125ced000,0x0000000125ded000)]

                    0x00007f9a8e5cb800 JavaThread "default task-69" [_thread_blocked, id=79367, stack(0x0000000125bea000,0x0000000125cea000)]

                    0x00007f9a8f0ca800 JavaThread "default task-68" [_thread_blocked, id=78343, stack(0x0000000125ae7000,0x0000000125be7000)]

                    0x00007f9a8e972800 JavaThread "default task-67" [_thread_blocked, id=79623, stack(0x00000001259e4000,0x0000000125ae4000)]

                    0x00007f9a8c8fd000 JavaThread "default task-66" [_thread_blocked, id=58887, stack(0x00000001258e1000,0x00000001259e1000)]

                    0x00007f9a8bb6f000 JavaThread "default task-65" [_thread_blocked, id=52743, stack(0x00000001257de000,0x00000001258de000)]

                    0x00007f9a8c083000 JavaThread "default task-64" [_thread_blocked, id=58631, stack(0x00000001254d6000,0x00000001255d6000)]

                    0x00007f9a8d84a000 JavaThread "default task-63" [_thread_blocked, id=52487, stack(0x00000001253d3000,0x00000001254d3000)]

                    0x00007f9a8cc31000 JavaThread "default task-62" [_thread_blocked, id=46599, stack(0x00000001252d0000,0x00000001253d0000)]

                    0x00007f9a8b986000 JavaThread "default task-61" [_thread_blocked, id=46343, stack(0x00000001245af000,0x00000001246af000)]

                    0x00007f9a8b17e000 JavaThread "default task-60" [_thread_blocked, id=53255, stack(0x000000012409a000,0x000000012419a000)]

                    0x00007f9a8b17d000 JavaThread "default task-59" [_thread_blocked, id=50951, stack(0x0000000123b40000,0x0000000123c40000)]

                    0x00007f9a8b21a000 JavaThread "default task-58" [_thread_blocked, id=61447, stack(0x0000000123a3d000,0x0000000123b3d000)]

                    0x00007f9a8cb6d800 JavaThread "default task-57" [_thread_blocked, id=54279, stack(0x000000012359c000,0x000000012369c000)]

                    0x00007f9a8c0de800 JavaThread "default task-56" [_thread_blocked, id=52999, stack(0x0000000122e6e000,0x0000000122f6e000)]

                    0x00007f9a8e970800 JavaThread "default task-55" [_thread_blocked, id=48647, stack(0x0000000122adb000,0x0000000122bdb000)]

                    0x00007f9a8d849000 JavaThread "default task-54" [_thread_blocked, id=50695, stack(0x00000001229d8000,0x0000000122ad8000)]

                    0x00007f9a8c866800 JavaThread "default task-53" [_thread_blocked, id=59911, stack(0x00000001209fb000,0x0000000120afb000)]

                    0x00007f9a8e96f800 JavaThread "default task-52" [_thread_blocked, id=59655, stack(0x00000001208f8000,0x00000001209f8000)]

                    0x00007f9a8c831000 JavaThread "default task-51" [_thread_blocked, id=59143, stack(0x00000001207f5000,0x00000001208f5000)]

                    0x00007f9a8c2c3000 JavaThread "default task-50" [_thread_blocked, id=57351, stack(0x00000001206f2000,0x00000001207f2000)]

                    0x00007f9a8e5cb000 JavaThread "default task-49" [_thread_blocked, id=57095, stack(0x00000001205ef000,0x00000001206ef000)]

                    0x00007f9a8d848800 JavaThread "default task-48" [_thread_blocked, id=60679, stack(0x00000001204ec000,0x00000001205ec000)]

                    0x00007f9a8e125000 JavaThread "default task-46" [_thread_blocked, id=60423, stack(0x00000001203e9000,0x00000001204e9000)]

                    0x00007f9a8c0e6000 JavaThread "default task-47" [_thread_blocked, id=60167, stack(0x00000001202e6000,0x00000001203e6000)]

                    0x00007f9a8f0c9000 JavaThread "default task-45" [_thread_blocked, id=48903, stack(0x00000001201e3000,0x00000001202e3000)]

                    0x00007f9a8d847800 JavaThread "default task-44" [_thread_blocked, id=34823, stack(0x00000001200e0000,0x00000001201e0000)]

                    0x00007f9a8c225800 JavaThread "default task-43" [_thread_blocked, id=30727, stack(0x000000011ffdd000,0x00000001200dd000)]

                    0x00007f9a8bb72000 JavaThread "default task-42" [_thread_blocked, id=30471, stack(0x000000011feda000,0x000000011ffda000)]

                    0x00007f9a8e124000 JavaThread "default task-41" [_thread_blocked, id=44295, stack(0x000000011fdd7000,0x000000011fed7000)]

                    0x00007f9a8e123800 JavaThread "default task-40" [_thread_blocked, id=40967, stack(0x000000011fcd4000,0x000000011fdd4000)]

                    0x00007f9a8d847000 JavaThread "default task-38" [_thread_blocked, id=31239, stack(0x000000011fbd1000,0x000000011fcd1000)]

                    0x00007f9a8e122800 JavaThread "default task-39" [_thread_blocked, id=40711, stack(0x000000011face000,0x000000011fbce000)]

                    0x00007f9a8b996000 JavaThread "default task-36" [_thread_blocked, id=28935, stack(0x000000011f9cb000,0x000000011facb000)]

                    0x00007f9a8e121000 JavaThread "default task-37" [_thread_blocked, id=39175, stack(0x000000011f8c8000,0x000000011f9c8000)]

                    0x00007f9a8e12d000 JavaThread "default task-35" [_thread_blocked, id=41735, stack(0x000000011f7c5000,0x000000011f8c5000)]

                    0x00007f9a8dcc7000 JavaThread "default task-34" [_thread_blocked, id=37383, stack(0x000000011f6c2000,0x000000011f7c2000)]

                    0x00007f9a8ba08800 JavaThread "default task-33" [_thread_blocked, id=30983, stack(0x000000011f5bf000,0x000000011f6bf000)]

                    0x00007f9a8c830800 JavaThread "default task-32" [_thread_blocked, id=38919, stack(0x000000011f4bc000,0x000000011f5bc000)]

                    0x00007f9a8b8c0000 JavaThread "default task-31" [_thread_blocked, id=31495, stack(0x000000011f3b9000,0x000000011f4b9000)]

                    0x00007f9a8c870000 JavaThread "default task-30" [_thread_blocked, id=36615, stack(0x000000011f2b6000,0x000000011f3b6000)]

                    0x00007f9a8c0fb800 JavaThread "default task-29" [_thread_blocked, id=57863, stack(0x000000011f1b3000,0x000000011f2b3000)]

                  =>0x00007f9a8e96f000 JavaThread "default task-28" [_thread_in_Java, id=33287, stack(0x000000011f0b0000,0x000000011f1b0000)]

                    0x00007f9a8e966000 JavaThread "default task-27" [_thread_blocked, id=33543, stack(0x000000011efad000,0x000000011f0ad000)]

                    0x00007f9a8f010000 JavaThread "default task-26" [_thread_blocked, id=34311, stack(0x000000011eeaa000,0x000000011efaa000)]

                    0x00007f9a8eab1000 JavaThread "default task-25" [_thread_blocked, id=33031, stack(0x000000011eda7000,0x000000011eea7000)]

                    0x00007f9a8c236000 JavaThread "default task-23" [_thread_blocked, id=32519, stack(0x000000011eca4000,0x000000011eda4000)]

                    0x00007f9a8b165800 JavaThread "default task-24" [_thread_blocked, id=52231, stack(0x000000011e89e000,0x000000011e99e000)]

                    0x00007f9a8b05c000 JavaThread "default task-22" [_thread_blocked, id=40455, stack(0x000000011e11f000,0x000000011e21f000)]

                    0x00007f9a8dcc6800 JavaThread "default task-21" [_thread_blocked, id=43271, stack(0x000000011e01c000,0x000000011e11c000)]

                    0x00007f9a8ba09800 JavaThread "default task-20" [_thread_blocked, id=36359, stack(0x000000011df19000,0x000000011e019000)]

                    0x00007f9a8b0a9800 JavaThread "default task-19" [_thread_blocked, id=29703, stack(0x000000011de16000,0x000000011df16000)]

                    0x00007f9a8dcc5800 JavaThread "default task-18" [_thread_blocked, id=42247, stack(0x000000011dd13000,0x000000011de13000)]

                    0x00007f9a8c196800 JavaThread "default task-17" [_thread_blocked, id=53511, stack(0x000000011dc10000,0x000000011dd10000)]

                    0x00007f9a8b92f800 JavaThread "default task-16" [_thread_blocked, id=29447, stack(0x000000011db0d000,0x000000011dc0d000)]

                    0x00007f9a8c129000 JavaThread "default task-15" [_thread_blocked, id=43783, stack(0x000000011d5a6000,0x000000011d6a6000)]

                    0x00007f9a8dcc5000 JavaThread "default task-14" [_thread_blocked, id=48135, stack(0x000000011c795000,0x000000011c895000)]

                    0x00007f9a8c944000 JavaThread "default task-13" [_thread_blocked, id=58375, stack(0x000000011c648000,0x000000011c748000)]

                    0x00007f9a8c943800 JavaThread "default task-12" [_thread_blocked, id=30215, stack(0x000000011c4df000,0x000000011c5df000)]

                    0x00007f9a8c829000 JavaThread "default task-11" [_thread_blocked, id=47879, stack(0x000000011c3a1000,0x000000011c4a1000)]

                    0x00007f9a8e122000 JavaThread "default task-10" [_thread_blocked, id=41223, stack(0x000000011c1f1000,0x000000011c2f1000)]

                    0x00007f9a8d846000 JavaThread "default task-9" [_thread_blocked, id=56839, stack(0x000000011c003000,0x000000011c103000)]

                    0x00007f9a8e11e000 JavaThread "default task-7" [_thread_blocked, id=58119, stack(0x000000011be8b000,0x000000011bf8b000)]

                    0x00007f9a8e11d000 JavaThread "default task-8" [_thread_blocked, id=37895, stack(0x000000011bd69000,0x000000011be69000)]

                    0x00007f9a8e174800 JavaThread "default task-6" [_thread_blocked, id=22791, stack(0x000000011bbfe000,0x000000011bcfe000)]

                    0x00007f9a8e173800 JavaThread "default task-5" [_thread_blocked, id=22279, stack(0x000000011baa8000,0x000000011bba8000)]

                    0x00007f9a8f00f800 JavaThread "default task-4" [_thread_blocked, id=32267, stack(0x000000011b616000,0x000000011b716000)]

                    0x00007f9a8c2ff800 JavaThread "default task-2" [_thread_blocked, id=38155, stack(0x000000011b511000,0x000000011b611000)]

                    0x00007f9a8f05c800 JavaThread "default task-3" [_thread_blocked, id=76551, stack(0x000000011add0000,0x000000011aed0000)]

                    0x00007f9a8e173000 JavaThread "default task-1" [_thread_blocked, id=76039, stack(0x000000011aa8c000,0x000000011ab8c000)]

                    0x00007f9a8d8f6800 JavaThread "ServerService Thread Pool -- 69" [_thread_blocked, id=14087, stack(0x000000011d4a3000,0x000000011d5a3000)]

                    0x00007f9a8e000000 JavaThread "ServerService Thread Pool -- 68" [_thread_blocked, id=15111, stack(0x000000011711e000,0x000000011721e000)]

                    0x00007f9a8d967800 JavaThread "Thread-87" daemon [_thread_blocked, id=80643, stack(0x0000000124fcd000,0x00000001250cd000)]

                    0x00007f9a8c2c2800 JavaThread "xnio-file-watcher[Watcher for /Users/marchetti/servers/wildfly-9.0.1.Final/standalone/deployments/SOAPTest.war/]-0" daemon [_thread_blocked, id=80131, stack(0x0000000124eca000,0x0000000124fca000)]

                    0x00007f9a8ad87800 JavaThread "XNIO-1 I/O-2" [_thread_in_native, id=77571, stack(0x00000001242ac000,0x00000001243ac000)]

                    0x00007f9a88cdd000 JavaThread "XNIO-1 I/O-1" [_thread_in_native, id=77059, stack(0x00000001241a9000,0x00000001242a9000)]

                    0x00007f9a88d49800 JavaThread "SelectorThread" daemon [_thread_in_native, id=75523, stack(0x000000012393a000,0x0000000123a3a000)]

                    0x00007f9a88d3c800 JavaThread "ORB Run Thread" [_thread_blocked, id=75011, stack(0x0000000123044000,0x0000000123144000)]

                    0x00007f9a8bb31000 JavaThread "Transaction Reaper Worker 0" daemon [_thread_blocked, id=74499, stack(0x0000000123499000,0x0000000123599000)]

                    0x00007f9a8b985800 JavaThread "Transaction Reaper" daemon [_thread_blocked, id=73987, stack(0x0000000123396000,0x0000000123496000)]

                    0x00007f9a8c229000 JavaThread "Periodic Recovery" [_thread_blocked, id=73475, stack(0x0000000122686000,0x0000000122786000)]

                    0x00007f9a8cb1c800 JavaThread "Transaction Expired Entry Monitor" daemon [_thread_blocked, id=72963, stack(0x000000011d8c0000,0x000000011d9c0000)]

                    0x00007f9a8c239800 JavaThread "Timer-1" [_thread_blocked, id=72451, stack(0x0000000122134000,0x0000000122234000)]

                    0x00007f9a8ac82800 JavaThread "IdleRemover" daemon [_thread_blocked, id=71939, stack(0x0000000122383000,0x0000000122483000)]

                    0x00007f9a8b254000 JavaThread "ConnectionValidator" daemon [_thread_blocked, id=71427, stack(0x0000000122280000,0x0000000122380000)]

                    0x00007f9a8b25b800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=70915, stack(0x000000011da0a000,0x000000011db0a000)]

                    0x00007f9a8c082000 JavaThread "default I/O-16" [_thread_in_native, id=70403, stack(0x0000000121e31000,0x0000000121f31000)]

                    0x00007f9a8b8f3000 JavaThread "default I/O-15" [_thread_in_native, id=69891, stack(0x0000000121d2e000,0x0000000121e2e000)]

                    0x00007f9a8c9f1800 JavaThread "default I/O-14" [_thread_in_native, id=69379, stack(0x0000000121c2b000,0x0000000121d2b000)]

                    0x00007f9a8b8f2800 JavaThread "default I/O-13" [_thread_in_native, id=68867, stack(0x0000000121b28000,0x0000000121c28000)]

                    0x00007f9a8b1fc800 JavaThread "default I/O-12" [_thread_in_native, id=68355, stack(0x0000000121a25000,0x0000000121b25000)]

                    0x00007f9a8c9f0800 JavaThread "default I/O-11" [_thread_in_native, id=67843, stack(0x0000000121922000,0x0000000121a22000)]

                    0x00007f9a8ba0d000 JavaThread "default I/O-10" [_thread_in_native, id=67331, stack(0x000000012181f000,0x000000012191f000)]

                    0x00007f9a8cb14000 JavaThread "default I/O-9" [_thread_in_native, id=66819, stack(0x000000012171c000,0x000000012181c000)]

                    0x00007f9a8b1b6000 JavaThread "default I/O-8" [_thread_in_native, id=66307, stack(0x0000000121619000,0x0000000121719000)]

                    0x00007f9a8ca61800 JavaThread "default I/O-7" [_thread_in_native, id=65795, stack(0x0000000121516000,0x0000000121616000)]

                    0x00007f9a88cdc000 JavaThread "default I/O-6" [_thread_in_native, id=65283, stack(0x0000000121413000,0x0000000121513000)]

                    0x00007f9a8ae5e000 JavaThread "default I/O-5" [_thread_in_native, id=64771, stack(0x0000000121310000,0x0000000121410000)]

                    0x00007f9a8c084000 JavaThread "default I/O-4" [_thread_in_native, id=64259, stack(0x000000012120d000,0x000000012130d000)]

                    0x00007f9a88b06000 JavaThread "default I/O-3" [_thread_in_native, id=63747, stack(0x000000012110a000,0x000000012120a000)]

                    0x00007f9a89a7f000 JavaThread "default I/O-2" [_thread_in_native, id=63235, stack(0x0000000121007000,0x0000000121107000)]

                    0x00007f9a88df3800 JavaThread "Remoting "dmar-b-imacx:MANAGEMENT" I/O-1" [_thread_in_native, id=62723, stack(0x0000000120f04000,0x0000000121004000)]

                    0x00007f9a88d03000 JavaThread "default I/O-1" [_thread_in_native, id=62211, stack(0x0000000120e01000,0x0000000120f01000)]

                    0x00007f9a88d04000 JavaThread "Timer-0" [_thread_blocked, id=61699, stack(0x0000000120afe000,0x0000000120bfe000)]

                    0x00007f9a8c1c6800 JavaThread "ServerService Thread Pool -- 33" [_thread_blocked, id=45827, stack(0x000000011d7bd000,0x000000011d8bd000)]

                    0x00007f9a89918000 JavaThread "DeploymentScanner-threads - 2" [_thread_blocked, id=45315, stack(0x000000011d6ba000,0x000000011d7ba000)]

                    0x00007f9a8ac6c800 JavaThread "DeploymentScanner-threads - 1" [_thread_blocked, id=44803, stack(0x000000011e9a1000,0x000000011eaa1000)]

                    0x00007f9a890f3800 JavaThread "ServerService Thread Pool -- 1" [_thread_blocked, id=28419, stack(0x000000011a6d6000,0x000000011a7d6000)]

                    0x00007f9a8994d000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4867, stack(0x000000010378a000,0x000000010388a000)]

                    0x00007f9a89944800 JavaThread "ServerDeploymentRepository-temp-threads - 1" daemon [_thread_blocked, id=27395, stack(0x0000000119f9b000,0x000000011a09b000)]

                    0x00007f9a88b0f000 JavaThread "MSC service thread 1-8" [_thread_blocked, id=26883, stack(0x0000000119e8c000,0x0000000119f8c000)]

                    0x00007f9a89926800 JavaThread "MSC service thread 1-7" [_thread_blocked, id=26371, stack(0x0000000119d85000,0x0000000119e85000)]

                    0x00007f9a8aa38800 JavaThread "MSC service thread 1-6" [_thread_blocked, id=25859, stack(0x0000000119c82000,0x0000000119d82000)]

                    0x00007f9a89115800 JavaThread "MSC service thread 1-5" [_thread_blocked, id=25347, stack(0x0000000119b7f000,0x0000000119c7f000)]

                    0x00007f9a89926000 JavaThread "MSC service thread 1-4" [_thread_blocked, id=24835, stack(0x0000000119a7c000,0x0000000119b7c000)]

                    0x00007f9a8aa17800 JavaThread "MSC service thread 1-3" [_thread_blocked, id=24323, stack(0x0000000119979000,0x0000000119a79000)]

                    0x00007f9a890d4000 JavaThread "MSC service thread 1-2" [_thread_blocked, id=23811, stack(0x0000000119876000,0x0000000119976000)]

                    0x00007f9a8a912800 JavaThread "MSC service thread 1-1" [_thread_blocked, id=23559, stack(0x0000000119773000,0x0000000119873000)]

                    0x00007f9a88997800 JavaThread "Reference Reaper" daemon [_thread_blocked, id=21763, stack(0x0000000119074000,0x0000000119174000)]

                    0x00007f9a8885e000 JavaThread "Service Thread" daemon [_thread_blocked, id=20739, stack(0x0000000118e2c000,0x0000000118f2c000)]

                    0x00007f9a8b001000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=20227, stack(0x0000000118d29000,0x0000000118e29000)]

                    0x00007f9a89007000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=19715, stack(0x0000000118c26000,0x0000000118d26000)]

                    0x00007f9a89006800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=19203, stack(0x0000000118b23000,0x0000000118c23000)]

                    0x00007f9a8a844000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=18691, stack(0x0000000118a20000,0x0000000118b20000)]

                    0x00007f9a8a843000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15631, stack(0x000000011891d000,0x0000000118a1d000)]

                    0x00007f9a8a805000 JavaThread "Finalizer" daemon [_thread_blocked, id=13571, stack(0x0000000116fe2000,0x00000001170e2000)]

                    0x00007f9a88857800 JavaThread "Reference Handler" daemon [_thread_blocked, id=13059, stack(0x0000000116edf000,0x0000000116fdf000)]

                   

                  Other Threads:

                    0x00007f9a88855000 VMThread [stack: 0x0000000116ddc000,0x0000000116edc000] [id=12547]

                    0x00007f9a8882b000 WatcherThread [stack: 0x0000000118f2f000,0x000000011902f000] [id=21251]

                   

                  VM state:not at safepoint (normal execution)

                   

                  VM Mutex/Monitor currently owned by a thread: None

                   

                  Heap:

                  PSYoungGen      total 171520K, used 97452K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 56% used [0x00000007b5580000,0x00000007bb1eb3d8,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfd00000,0x00000007bffc0000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34207K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2167e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                   

                  Card table byte_map: [0x0000000112c4c000,0x0000000112d4d000] byte_map_base: 0x000000010ef4c000

                   

                  Marking Bits: (ParMarkBitMap*) 0x00000001030dee20

                  Begin Bits: [0x0000000113610000, 0x0000000113e10000)

                  End Bits:   [0x0000000113e10000, 0x0000000114610000)

                   

                  Polling page: 0x0000000101779000

                   

                  CodeCache: size=245760Kb used=20152Kb max_used=24836Kb free=225607Kb

                  bounds [0x000000010388c000, 0x00000001051ec000, 0x000000011288c000]

                  total_blobs=6749 nmethods=6173 adapters=487

                  compilation: enabled

                   

                  Compilation events (10 events):

                  Event: 361,792 Thread 0x00007f9a8b001000 9248       3       java.util.concurrent.ThreadPoolExecutor::ensurePrestart (41 bytes)

                  Event: 361,793 Thread 0x00007f9a8b001000 nmethod 9248 0x0000000104eeffd0 code [0x0000000104ef0160, 0x0000000104ef04b8]

                  Event: 362,262 Thread 0x00007f9a8b001000 9249       3       org.xnio.nio.NioSocketConduit::awaitReadable (22 bytes)

                  Event: 362,263 Thread 0x00007f9a8b001000 nmethod 9249 0x0000000104690750 code [0x0000000104690940, 0x00000001046913c8]

                  Event: 362,264 Thread 0x00007f9a8b001000 9250       3       org.xnio.nio.NioSocketConduit::getWorker (8 bytes)

                  Event: 362,264 Thread 0x00007f9a8b001000 nmethod 9250 0x00000001049fc110 code [0x00000001049fc280, 0x00000001049fc650]

                  Event: 362,265 Thread 0x00007f9a8b001000 9251   !   3       org.xnio.nio.SelectorUtils::await (65 bytes)

                  Event: 362,267 Thread 0x00007f9a8b001000 nmethod 9251 0x0000000104c484d0 code [0x0000000104c48780, 0x0000000104c49a48]

                  Event: 364,433 Thread 0x00007f9a8b001000 9252       3       java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue::finishPoll (44 bytes)

                  Event: 364,434 Thread 0x00007f9a8b001000 nmethod 9252 0x00000001047a9dd0 code [0x00000001047a9f80, 0x00000001047aa568]

                   

                  GC Heap History (10 events):

                  Event: 361,053 GC heap before

                  {Heap before GC invocations=131 (full 3):

                  PSYoungGen      total 171520K, used 171264K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 100% used [0x00000007b5580000,0x00000007bfa00000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfa00000,0x00000007bfcc0000,0x00000007bfd00000)

                    to   space 3072K, 0% used [0x00000007bfd00000,0x00000007bfd00000,0x00000007c0000000)

                  ParOldGen       total 93184K, used 34183K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2161e38,0x00000007a5b00000)

                  Metaspace       used 71003K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  Event: 361,066 GC heap after

                  Heap after GC invocations=131 (full 3):

                  PSYoungGen      total 171520K, used 2816K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 0% used [0x00000007b5580000,0x00000007b5580000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfd00000,0x00000007bffc0000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34191K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2163e38,0x00000007a5b00000)

                  Metaspace       used 71003K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  }

                  Event: 361,881 GC heap before

                  {Heap before GC invocations=132 (full 3):

                  PSYoungGen      total 171520K, used 171264K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 100% used [0x00000007b5580000,0x00000007bfa00000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfd00000,0x00000007bffc0000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34191K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2163e38,0x00000007a5b00000)

                  Metaspace       used 71004K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  Event: 361,889 GC heap after

                  Heap after GC invocations=132 (full 3):

                  PSYoungGen      total 171520K, used 2784K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 0% used [0x00000007b5580000,0x00000007b5580000,0x00000007bfa00000)

                    from space 3072K, 90% used [0x00000007bfa00000,0x00000007bfcb8000,0x00000007bfd00000)

                    to   space 3072K, 0% used [0x00000007bfd00000,0x00000007bfd00000,0x00000007c0000000)

                  ParOldGen       total 93184K, used 34191K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2163e38,0x00000007a5b00000)

                  Metaspace       used 71004K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  }

                  Event: 362,680 GC heap before

                  {Heap before GC invocations=133 (full 3):

                  PSYoungGen      total 171520K, used 171232K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 100% used [0x00000007b5580000,0x00000007bfa00000,0x00000007bfa00000)

                    from space 3072K, 90% used [0x00000007bfa00000,0x00000007bfcb8000,0x00000007bfd00000)

                    to   space 3072K, 0% used [0x00000007bfd00000,0x00000007bfd00000,0x00000007c0000000)

                  ParOldGen       total 93184K, used 34191K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2163e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  Event: 362,694 GC heap after

                  Heap after GC invocations=133 (full 3):

                  PSYoungGen      total 171520K, used 2848K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 0% used [0x00000007b5580000,0x00000007b5580000,0x00000007bfa00000)

                    from space 3072K, 92% used [0x00000007bfd00000,0x00000007bffc8000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34199K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2165e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  }

                  Event: 363,501 GC heap before

                  {Heap before GC invocations=134 (full 3):

                  PSYoungGen      total 171520K, used 171296K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 100% used [0x00000007b5580000,0x00000007bfa00000,0x00000007bfa00000)

                    from space 3072K, 92% used [0x00000007bfd00000,0x00000007bffc8000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34199K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2165e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  Event: 363,516 GC heap after

                  Heap after GC invocations=134 (full 3):

                  PSYoungGen      total 171520K, used 2816K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 0% used [0x00000007b5580000,0x00000007b5580000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfa00000,0x00000007bfcc0000,0x00000007bfd00000)

                    to   space 3072K, 0% used [0x00000007bfd00000,0x00000007bfd00000,0x00000007c0000000)

                  ParOldGen       total 93184K, used 34199K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2165e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  }

                  Event: 364,301 GC heap before

                  {Heap before GC invocations=135 (full 3):

                  PSYoungGen      total 171520K, used 171264K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 100% used [0x00000007b5580000,0x00000007bfa00000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfa00000,0x00000007bfcc0000,0x00000007bfd00000)

                    to   space 3072K, 0% used [0x00000007bfd00000,0x00000007bfd00000,0x00000007c0000000)

                  ParOldGen       total 93184K, used 34199K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2165e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  Event: 364,309 GC heap after

                  Heap after GC invocations=135 (full 3):

                  PSYoungGen      total 171520K, used 2816K [0x00000007b5580000, 0x00000007c0000000, 0x00000007c0000000)

                    eden space 168448K, 0% used [0x00000007b5580000,0x00000007b5580000,0x00000007bfa00000)

                    from space 3072K, 91% used [0x00000007bfd00000,0x00000007bffc0000,0x00000007c0000000)

                    to   space 3072K, 0% used [0x00000007bfa00000,0x00000007bfa00000,0x00000007bfd00000)

                  ParOldGen       total 93184K, used 34207K [0x00000007a0000000, 0x00000007a5b00000, 0x00000007b5580000)

                    object space 93184K, 36% used [0x00000007a0000000,0x00000007a2167e38,0x00000007a5b00000)

                  Metaspace       used 71006K, capacity 78368K, committed 78592K, reserved 1116160K

                    class space    used 8872K, capacity 11222K, committed 11264K, reserved 1048576K

                  }

                   

                  Deoptimization events (10 events):

                  Event: 281,671 Thread 0x00007f9a8dd08800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000010462450c method=org.apache.cxf.ws.mex.MEXInInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V @ 59

                  Event: 281,671 Thread 0x00007f9a8e123800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000010462450c method=org.apache.cxf.ws.mex.MEXInInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V @ 59

                  Event: 283,950 Thread 0x00007f9a8c2a3800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000103a9391c method=sun.nio.ch.SocketChannelImpl.translateAndSetInterestOps(ILsun/nio/ch/SelectionKeyImpl;)V @ 45

                  Event: 283,950 Thread 0x00007f9a8c2a3800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x000000010454c028 method=sun.nio.ch.SelectorImpl.lockAndDoSelect(J)I @ 37

                  Event: 285,920 Thread 0x00007f9a8b986000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000103a9391c method=sun.nio.ch.SocketChannelImpl.translateAndSetInterestOps(ILsun/nio/ch/SelectionKeyImpl;)V @ 45

                  Event: 285,920 Thread 0x00007f9a8b986000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x000000010454c028 method=sun.nio.ch.SelectorImpl.lockAndDoSelect(J)I @ 37

                  Event: 286,370 Thread 0x00007f9a8cc31000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000103cafed8 method=sun.nio.ch.SocketChannelImpl.translateAndSetInterestOps(ILsun/nio/ch/SelectionKeyImpl;)V @ 45

                  Event: 287,588 Thread 0x00007f9a8e173000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000103ffbabc method=sun.nio.ch.SocketChannelImpl.translateAndSetInterestOps(ILsun/nio/ch/SelectionKeyImpl;)V @ 45

                  Event: 302,703 Thread 0x00007f9a88d49800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000001050d5fcc method=java.nio.channels.spi.AbstractSelector.begin()V @ 31

                  Event: 362,703 Thread 0x00007f9a88d49800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000001050d5fcc method=java.nio.channels.spi.AbstractSelector.begin()V @ 31

                   

                  Internal exceptions (10 events):

                  Event: 253,644 Thread 0x00007f9a8e173000 Exception <a 'java/io/FileNotFoundException'> (0x00000007b62df870) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/prims/jni.cpp, line 709]

                  Event: 253,644 Thread 0x00007f9a8e173000 Exception <a 'java/io/FileNotFoundException'> (0x00000007b62e0548) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/prims/jni.cpp, line 709]

                  Event: 253,693 Thread 0x00007f9a8e173000 Exception <a 'java/lang/NoClassDefFoundError': org/jvnet/staxex/XMLStreamReaderEx> (0x00000007b63f8810) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]

                  Event: 253,757 Thread 0x00007f9a8e173000 Exception <a 'java/lang/NoClassDefFoundError': org/apache/cxf/databinding/WrapperHelper> (0x00000007b65c9858) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]

                  Event: 253,777 Thread 0x00007f9a8e173000 Exception <a 'java/lang/NoClassDefFoundError': org/apache/cxf/databinding/WrapperHelper> (0x00000007b667ae28) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]

                  Event: 270,465 Thread 0x00007f9a8c2c3000 Implicit null exception at 0x0000000104d8b49e to 0x0000000104d8bfb9

                  Event: 270,465 Thread 0x00007f9a8e123800 Implicit null exception at 0x0000000104d8b49e to 0x0000000104d8bfb9

                  Event: 270,670 Thread 0x00007f9a8c2a8800 Exception <a 'java/lang/LinkageError': loader (instance of  org/jboss/modules/ModuleClassLoader): attempted  duplicate class definition for name: "com/sun/xml/bind/v2/runtime/AssociationMap"> (0x00000007bbf41c28) thrown at [/Users/java_re/workspace/8-2-bu

                  Event: 270,670 Thread 0x00007f9a8c2a8800 Exception <a 'java/lang/LinkageError'> (0x00000007bbf41c28) thrown at [/Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u60/4407/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 1528]

                  Event: 271,772 Thread 0x00007f9a8e000000 Implicit null exception at 0x00000001047796b9 to 0x0000000104779945

                   

                  Events (10 events):

                  Event: 361,889 Executing VM operation: ParallelGCFailedAllocation done

                  Event: 362,680 Executing VM operation: ParallelGCFailedAllocation

                  Event: 362,695 Executing VM operation: ParallelGCFailedAllocation done

                  Event: 362,703 Thread 0x00007f9a88d49800 Uncommon trap: trap_request=0xffffffde fr.pc=0x00000001050d5fcc

                  Event: 362,703 Thread 0x00007f9a88d49800 DEOPT PACKING pc=0x00000001050d5fcc sp=0x0000000123a397c0

                  Event: 362,703 Thread 0x00007f9a88d49800 DEOPT UNPACKING pc=0x0000000103891229 sp=0x0000000123a39730 mode 2

                  Event: 363,500 Executing VM operation: ParallelGCFailedAllocation

                  Event: 363,516 Executing VM operation: ParallelGCFailedAllocation done

                  Event: 364,300 Executing VM operation: ParallelGCFailedAllocation

                  Event: 364,309 Executing VM operation: ParallelGCFailedAllocation done

                   

                   

                  Dynamic libraries:

                  0x0000000003430000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

                  0x0000000003430000 /System/Library/Frameworks/Security.framework/Versions/A/Security

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

                  0x0000000003430000 /usr/lib/libz.1.dylib

                  0x0000000003430000 /usr/lib/libSystem.B.dylib

                  0x0000000003430000 /usr/lib/libobjc.A.dylib

                  0x0000000003430000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

                  0x0000000003430000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

                  0x0000000003430000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

                  0x0000000003430000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

                  0x0000000003430000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

                  0x0000000003430000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation

                  0x0000000003430000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

                  0x0000000003430000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

                  0x0000000003430000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

                  0x0000000003430000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

                  0x0000000003430000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

                  0x0000000003430000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

                  0x0000000003430000 /usr/lib/libauto.dylib

                  0x0000000003430000 /usr/lib/libicucore.A.dylib

                  0x0000000003430000 /usr/lib/libxml2.2.dylib

                  0x0000000003430000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

                  0x0000000003430000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

                  0x0000000003430000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

                  0x0000000003430000 /usr/lib/liblangid.dylib

                  0x0000000003430000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

                  0x0000000003430000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

                  0x0000000003430000 /usr/lib/libDiagnosticMessagesClient.dylib

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

                  0x0000000003430000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

                  0x0000000003430000 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

                  0x0000000003430000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

                  0x0000000003430000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

                  0x0000000003430000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

                  0x0000000003430000 /usr/lib/libextension.dylib

                  0x0000000003430000 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

                  0x0000000003430000 /usr/lib/libarchive.2.dylib

                  0x0000000003430000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

                  0x0000000003430000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

                  0x0000000003430000 /usr/lib/libCRFSuite.dylib

                  0x0000000003430000 /usr/lib/libc++.1.dylib

                  0x0000000003430000 /usr/lib/libc++abi.dylib

                  0x0000000003430000 /usr/lib/system/libcache.dylib

                  0x0000000003430000 /usr/lib/system/libcommonCrypto.dylib

                  0x0000000003430000 /usr/lib/system/libcompiler_rt.dylib

                  0x0000000003430000 /usr/lib/system/libcopyfile.dylib

                  0x0000000003430000 /usr/lib/system/libcorecrypto.dylib

                  0x0000000003430000 /usr/lib/system/libdispatch.dylib

                  0x0000000003430000 /usr/lib/system/libdyld.dylib

                  0x0000000003430000 /usr/lib/system/libkeymgr.dylib

                  0x0000000003430000 /usr/lib/system/liblaunch.dylib

                  0x0000000003430000 /usr/lib/system/libmacho.dylib

                  0x0000000003430000 /usr/lib/system/libquarantine.dylib

                  0x0000000003430000 /usr/lib/system/libremovefile.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_asl.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_blocks.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_c.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_configuration.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_coreservices.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_coretls.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_dnssd.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_info.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_kernel.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_m.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_malloc.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_network.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_networkextension.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_notify.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_platform.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_pthread.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_sandbox.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_secinit.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_stats.dylib

                  0x0000000003430000 /usr/lib/system/libsystem_trace.dylib

                  0x0000000003430000 /usr/lib/system/libunc.dylib

                  0x0000000003430000 /usr/lib/system/libunwind.dylib

                  0x0000000003430000 /usr/lib/system/libxpc.dylib

                  0x0000000003430000 /usr/lib/libbz2.1.0.dylib

                  0x0000000003430000 /usr/lib/liblzma.5.dylib

                  0x0000000003430000 /usr/lib/libbsm.0.dylib

                  0x0000000003430000 /usr/lib/libsqlite3.dylib

                  0x0000000003430000 /usr/lib/system/libkxld.dylib

                  0x0000000003430000 /usr/lib/libxar.1.dylib

                  0x0000000003430000 /usr/lib/libpam.2.dylib

                  0x0000000003430000 /usr/lib/libOpenScriptingUtil.dylib

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

                  0x0000000003430000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

                  0x0000000003430000 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

                  0x0000000003430000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

                  0x0000000003430000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport

                  0x0000000003430000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

                  0x0000000003430000 /usr/lib/libmecabra.dylib

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

                  0x0000000003430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

                  0x0000000003430000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

                  0x0000000003430000 /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

                  0x0000000003430000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

                  0x0000000003430000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

                  0x0000000003430000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

                  0x0000000003430000 /usr/lib/libcups.2.dylib

                  0x0000000003430000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

                  0x0000000003430000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS

                  0x0000000003430000 /usr/lib/libresolv.9.dylib

                  0x0000000003430000 /usr/lib/libiconv.2.dylib

                  0x0000000003430000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

                  0x0000000003430000 /usr/lib/libheimdal-asn1.dylib

                  0x0000000003430000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

                  0x0000000003430000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

                  0x0000000003430000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

                  0x0000000003430000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

                  0x0000000003430000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling

                  0x0000000003430000 /usr/lib/libcmph.dylib

                  0x0000000003430000 /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

                  0x0000000003430000 /usr/lib/libxslt.1.dylib

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

                  0x0000000003430000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

                  0x0000000003430000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport

                  0x0000000003430000 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

                  0x0000000003430000 /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

                  0x0000000003430000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A_/DesktopServicesPriv

                  0x0000000003430000 /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

                  0x0000000003430000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

                  0x0000000003430000 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

                  0x0000000003430000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

                  0x0000000003430000 /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

                  0x0000000003430000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

                  0x0000000003430000 /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi

                  0x0000000003430000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

                  0x0000000003430000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

                  0x0000000003430000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication

                  0x0000000003430000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

                  0x0000000003430000 /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore

                  0x0000000102800000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/server/libjvm.dylib

                  0x0000000003430000 /usr/lib/libstdc++.6.dylib

                  0x0000000101736000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libverify.dylib

                  0x0000000101744000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libjava.dylib

                  0x0000000101783000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libzip.dylib

                  0x00000001170e4000 /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport

                  0x00000001170fc000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation

                  0x00000001017f1000 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

                  0x0000000117111000 /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

                  0x0000000003430000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

                  0x0000000119189000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libmanagement.dylib

                  0x0000000119502000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libnet.dylib

                  0x0000000119561000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libnio.dylib

                  0x000000011a830000 /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libsunec.dylib

                   

                  VM Arguments:

                  jvm_args: -D[Standalone] -XX:+UseCompressedOops -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/Users/marchetti/servers/wildfly-9.0.1.Final/standalone/log/server.log -Dlogging.configuration=file:/Users/marchetti/servers/wildfly-9.0.1.Final/standalone/configuration/logging.properties

                  java_command: /Users/marchetti/servers/wildfly-9.0.1.Final/jboss-modules.jar -mp /Users/marchetti/servers/wildfly-9.0.1.Final/modules org.jboss.as.standalone -Djboss.home.dir=/Users/marchetti/servers/wildfly-9.0.1.Final -Djboss.server.base.dir=/Users/marchetti/servers/wildfly-9.0.1.Final/standalone -c standalone-full.xml

                  java_class_path (initial): /Users/marchetti/servers/wildfly-9.0.1.Final/jboss-modules.jar

                  Launcher Type: SUN_STANDARD

                   

                  Environment Variables:

                  JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home

                  CLASSPATH=:

                  PATH=/opt/apache-maven-3.2.3/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Oracle/instantclient_11_2

                  SHELL=/bin/bash

                  DISPLAY=/private/tmp/com.apple.launchd.IkDvrJofsI/org.macosforge.xquartz:0

                  DYLD_LIBRARY_PATH=:/Library/Oracle/instantclient_11_2

                   

                  Signal Handlers:

                  SIGSEGV: [libjvm.dylib+0x5a6d31], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO

                  SIGBUS: [libjvm.dylib+0x5a6d31], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGFPE: [libjvm.dylib+0x480a4c], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGPIPE: [libjvm.dylib+0x480a4c], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGXFSZ: [libjvm.dylib+0x480a4c], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGILL: [libjvm.dylib+0x480a4c], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGUSR1: SIG_DFL, sa_mask[0]=11011111011111100000000111000110, sa_flags=none

                  SIGUSR2: [libjvm.dylib+0x48056a], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGHUP: [libjvm.dylib+0x47eb41], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGINT: [libjvm.dylib+0x47eb41], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGTERM: [libjvm.dylib+0x47eb41], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                  SIGQUIT: [libjvm.dylib+0x47eb41], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

                   

                   

                  ---------------  S Y S T E M  ---------------

                   

                  OS:Bsduname:Darwin 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64

                  rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity

                  load average:6,78 4,06 2,59

                   

                  CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, ht, tsc, tscinvbit

                   

                  Memory: 4k page, physical 33554432k(2386568k free)

                   

                  /proc/meminfo:

                   

                   

                  vm_info: Java HotSpot(TM) 64-Bit Server VM (25.60-b23) for bsd-amd64 JRE (1.8.0_60-b27), built on Aug  4 2015 10:47:24 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

                   

                  time: Wed Sep 30 17:57:42 2015

                  elapsed time: 364 seconds (0d 0h 6m 4s)



                  Thanks for your support and advice.


                  Davide

                   

                  • 6. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
                    llper16

                    BTW: I forgot to tell you that just for the sake of testing, I've download a fresh glassfish 4.1 AS, then deployed the very same WAR, and it did not crash after more than 45 min of work on the same machine with the same JAVA version.

                     

                    KR,

                    Davide

                    • 7. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
                      llper16

                      I've also launched the same WAR on wildfly 8.1.0-Final resulting in JVM crash (after about 1'500'000 requests):

                       

                       

                      # A fatal error has been detected by the Java Runtime Environment:

                      #

                      #  SIGBUS (0xa) at pc=0x000000010cfc6068, pid=48438, tid=129027

                      #

                      # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)

                      # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops)

                      # Problematic frame:

                      # J 836 C2 java.util.HashMap.resize()[Ljava/util/HashMap$Node; (359 bytes) @ 0x000000010cfc6068 [0x000000010cfc5e60+0x208]

                      #

                      # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

                      #



                      • 8. Re: Wildfly 9.0.1 SOAP webservice causes VM crash
                        asoldano

                        I've commented on [WFLY-5432] Wildfly SOAP webservice causes JVM crash - JBoss Issue Tracker , basically I can't reproduce the problem.

                        Perhaps you can share the exact server configuration you're using and the SOAPUi setup?