Skip to content

Instantly share code, notes, and snippets.

@emag
Created January 30, 2016 07:37
Show Gist options
  • Select an option

  • Save emag/b395bfd9b63603bb2cf7 to your computer and use it in GitHub Desktop.

Select an option

Save emag/b395bfd9b63603bb2cf7 to your computer and use it in GitHub Desktop.
$ git clone https://github.com/emag/wildfly-swarm-quickstarts.git \
    && cd wildfly-swarm-quickstarts \
    && git checkout -b jpa-duplicate-service-exception-with-arq-5 origin/jpa-duplicate-service-exception-with-arq-5 \
    && mvn clean verify -pl jpa-duplicate-service-exception-with-arq
[...]
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running wildflyswarm.jpa_duplicate_service_exception_with_arq.ArqIT
Dependencies not bundled, will resolve from local M2REPO
setting default Datasource to ExampleDS
16:23:51,321 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
16:23:51,451 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 2.0.5.Final "Kenny" starting
2016-01-30 16:23:52,123 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 19) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
2016-01-30 16:23:52,136 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 20) WFLYNAM0001: Activating Naming Subsystem
2016-01-30 16:23:52,148 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 21) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
2016-01-30 16:23:52,154 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.3.11.Final starting
2016-01-30 16:23:52,156 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 28) WFLYSEC0002: Activating Security Subsystem
2016-01-30 16:23:52,155 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0003: Undertow 1.3.11.Final starting
2016-01-30 16:23:52,199 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.3.4.Final
2016-01-30 16:23:52,210 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.3.4.Final
2016-01-30 16:23:52,204 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
2016-01-30 16:23:52,212 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.4.Final
2016-01-30 16:23:52,224 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.1.Final)
2016-01-30 16:23:52,269 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2016-01-30 16:23:52,274 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
2016-01-30 16:23:52,338 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
2016-01-30 16:23:52,344 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.17.Final-wildfly-1
2016-01-30 16:23:52,478 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
2016-01-30 16:23:52,592 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2016-01-30 16:23:52,693 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 2.0.5.Final "Kenny" started in 1403ms - Started 119 of 128 services (22 services are lazy, passive or on-demand)
2016-01-30 16:23:53,494 INFO  [org.wildfly.swarm.runtime.deployer] (main) deploying e1567900-e2a2-4203-af64-43f8d2b022be.war
2016-01-30 16:23:53,517 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "e1567900-e2a2-4203-af64-43f8d2b022be.war" (runtime-name: "e1567900-e2a2-4203-af64-43f8d2b022be.war")
2016-01-30 16:23:54,583 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for primary
2016-01-30 16:23:54,716 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.e1567900-e2a2-4203-af64-43f8d2b022be.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
2016-01-30 16:23:54,738 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 6) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'e1567900-e2a2-4203-af64-43f8d2b022be.war#primary'
2016-01-30 16:23:54,768 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 6) HHH000204: Processing PersistenceUnitInfo [
	name: primary
	...]
2016-01-30 16:23:54,844 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 6) HHH000412: Hibernate Core {5.0.6.Final}
2016-01-30 16:23:54,846 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 6) HHH000206: hibernate.properties not found
2016-01-30 16:23:54,848 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 6) HHH000021: Bytecode provider name : javassist
2016-01-30 16:23:54,865 WARN  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment deployment "e1567900-e2a2-4203-af64-43f8d2b022be.war" contains CDI annotations but no bean archive was not found. (No beans.xml nor class with bean defining annotations)
2016-01-30 16:23:54,885 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 6) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
2016-01-30 16:23:54,889 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
2016-01-30 16:23:54,897 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 6) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2016-01-30 16:23:54,958 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 6) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'e1567900-e2a2-4203-af64-43f8d2b022be.war#primary'
2016-01-30 16:23:55,051 INFO  [org.wildfly.swarm.arquillian.daemon.server.Server] (MSC service thread 1-1) Arquillian Daemon server started on xps:12345
2016-01-30 16:23:55,234 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 6) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2016-01-30 16:23:55,241 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 6) HHH000431: Unable to determine H2 database version, certain features may not work
2016-01-30 16:23:55,310 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 6) Envers integration enabled? : true
2016-01-30 16:23:55,545 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 6) HV000001: Hibernate Validator 5.2.2.Final
2016-01-30 16:23:55,873 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 6) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2016-01-30 16:23:55,874 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 6) HHH000431: Unable to determine H2 database version, certain features may not work
2016-01-30 16:23:55,877 INFO  [stdout] (ServerService Thread Pool -- 6) Hibernate: 
2016-01-30 16:23:55,878 INFO  [stdout] (ServerService Thread Pool -- 6)     drop table Employee if exists
2016-01-30 16:23:55,882 INFO  [stdout] (ServerService Thread Pool -- 6) Hibernate: 
2016-01-30 16:23:55,882 INFO  [stdout] (ServerService Thread Pool -- 6)     create table Employee (
2016-01-30 16:23:55,882 INFO  [stdout] (ServerService Thread Pool -- 6)         id integer generated by default as identity,
2016-01-30 16:23:55,882 INFO  [stdout] (ServerService Thread Pool -- 6)         name varchar(255),
2016-01-30 16:23:55,883 INFO  [stdout] (ServerService Thread Pool -- 6)         primary key (id)
2016-01-30 16:23:55,883 INFO  [stdout] (ServerService Thread Pool -- 6)     )
2016-01-30 16:23:56,111 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.wildfly.swarm.generated.WildFlySwarmDefaultJAXRSApplication
2016-01-30 16:23:56,116 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.InputStreamProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,116 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.SerializableProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,116 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,117 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.StringTextStar is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,117 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.SourceProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,117 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,117 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.ReaderProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,118 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FileProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,118 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DocumentProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,118 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,118 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DataSourceProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,119 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.IIOImageProvider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,119 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,119 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,119 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,119 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,134 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider is already registered.  2nd registration is being ignored.
2016-01-30 16:23:56,281 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 3) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher
	at org.jboss.resteasy.spi.metadata.ResourceBuilder.constructor(ResourceBuilder.java:692)
	at org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory.registered(POJOResourceFactory.java:42)
	at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
	at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:194)
	at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:180)
	at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:157)
	at org.jboss.resteasy.core.ResourceMethodRegistry.addPerRequestResource(ResourceMethodRegistry.java:76)
	at org.jboss.resteasy.spi.ResteasyDeployment.registration(ResteasyDeployment.java:404)
	at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:245)
	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:113)
	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
	at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
	at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:231)
	at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:132)
	at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:526)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:101)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
	... 6 more

2016-01-30 16:23:56,286 ERROR [org.jboss.as.controller.management-operation] (main) WFLYCTL0013: Operation ("add") failed - address: (("deployment" => "e1567900-e2a2-4203-af64-43f8d2b022be.war")) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher
    Caused by: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher"}}
2016-01-30 16:23:56,292 ERROR [org.jboss.as.server] (main) WFLYSRV0021: Deploy of deployment "e1567900-e2a2-4203-af64-43f8d2b022be.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher
    Caused by: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher"}}
2016-01-30 16:23:56,299 INFO  [stdout] (MSC service thread 1-7) [Server] Requesting shutdown...
2016-01-30 16:23:56,297 INFO  [null] (MSC service thread 1-7) Requesting shutdown...
2016-01-30 16:23:56,300 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 6) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'e1567900-e2a2-4203-af64-43f8d2b022be.war#primary'
2016-01-30 16:23:56,303 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 6) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'e1567900-e2a2-4203-af64-43f8d2b022be.war#primary'
2016-01-30 16:23:56,312 INFO  [stdout] (MSC service thread 1-7) [Server] Server shutdown.
2016-01-30 16:23:56,312 INFO  [null] (MSC service thread 1-7) Server shutdown.
2016-01-30 16:23:56,316 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
2016-01-30 16:23:56,331 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment e1567900-e2a2-4203-af64-43f8d2b022be.war (runtime-name: e1567900-e2a2-4203-af64-43f8d2b022be.war) in 38ms
2016-01-30 16:23:56,333 INFO  [org.jboss.as.controller] (main) WFLYCTL0183: Service status report
WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".deploymentCompleteService] 
      service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".deploymentCompleteService] 
      service jboss.persistenceunit."e1567900-e2a2-4203-af64-43f8d2b022be.war#primary" (missing) dependents: [service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".deploymentCompleteService] 
      service jboss.undertow.deployment.default-server.default-host./ (missing) dependents: [service jboss.deployment.unit."e1567900-e2a2-4203-af64-43f8d2b022be.war".deploymentCompleteService] 
WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./

2016-01-30 16:23:56,335 ERROR [stderr] (main) Exception in thread "main" java.lang.reflect.InvocationTargetException
2016-01-30 16:23:56,335 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-01-30 16:23:56,335 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2016-01-30 16:23:56,335 ERROR [stderr] (main) 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2016-01-30 16:23:56,335 ERROR [stderr] (main) 	at java.lang.reflect.Method.invoke(Method.java:497)
2016-01-30 16:23:56,336 ERROR [stderr] (main) 	at org.wildfly.swarm.bootstrap.Main.invoke(Main.java:86)
2016-01-30 16:23:56,336 ERROR [stderr] (main) 	at org.wildfly.swarm.bootstrap.Main.run(Main.java:50)
2016-01-30 16:23:56,336 ERROR [stderr] (main) 	at org.wildfly.swarm.bootstrap.Main.main(Main.java:45)
2016-01-30 16:23:56,336 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher
2016-01-30 16:23:56,336 ERROR [stderr] (main)     Caused by: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: org.jboss.resteasy.core.AsynchronousDispatcher"}}
2016-01-30 16:23:56,336 ERROR [stderr] (main) 	at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:139)
2016-01-30 16:23:56,337 ERROR [stderr] (main) 	at org.wildfly.swarm.container.Container.deploy(Container.java:473)
2016-01-30 16:23:56,337 ERROR [stderr] (main) 	at org.wildfly.swarm.container.Container.deploy(Container.java:457)
2016-01-30 16:23:56,337 ERROR [stderr] (main) 	at org.wildfly.swarm.Swarm.simpleMain(Swarm.java:64)
2016-01-30 16:23:56,337 ERROR [stderr] (main) 	at org.wildfly.swarm.Swarm.main(Swarm.java:56)
2016-01-30 16:23:56,337 ERROR [stderr] (main) 	... 7 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 141.543 sec <<< FAILURE! - in wildflyswarm.jpa_duplicate_service_exception_with_arq.ArqIT
wildflyswarm.jpa_duplicate_service_exception_with_arq.ArqIT  Time elapsed: 141.542 sec  <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not connect to the server at localhost:12345 in the allotted 10s
Caused by: org.jboss.arquillian.container.spi.client.container.LifecycleException: Could not connect to the server at localhost:12345 in the allotted 10s
Caused by: java.net.ConnectException: 接続を拒否されました


Results :

Tests in error: 
  ArqIT.wildflyswarm.jpa_duplicate_service_exception_with_arq.ArqIT » Deployment

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19:verify (default) @ jpa-duplicate-service-exception-with-arq ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:31 min
[INFO] Finished at: 2016-01-30T16:25:54+09:00
[INFO] Final Memory: 44M/508M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19:verify (default) on project jpa-duplicate-service-exception-with-arq: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/tanabe/workspace/wildfly-swarm-quickstarts/jpa-duplicate-service-exception-with-arq/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment