I'm using resteasy-jaxrs-3.0-beta-5 and want to deploy the oauth2 skeleton code
examples into a JBoss EAP 6.0.1 domain and getting this error on the deploy
(deploying via the cli and getting a rollback):
11:17:00,567 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7)
MSC000001: Failed to start service
jboss.module.service."deployment.auth-server.war".main:
org.jboss.msc.service.StartException in service
jboss.module.service."deployment.auth-server.war".main: JBAS018759: Failed to
load module: deployment.auth-server.war:main
at
org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:92)
[jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_17]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
Caused by: org.jboss.modules.ModuleNotFoundException: Module
org.jboss.resteasy.security.smime.MultipartSignedReader:main is not found in
local module loader @7bf5f379 (roots:
/Users/dougtoppin/Desktop/JBoss/jboss-eap-6.0/modules)
at org.jboss.modules.LocalModuleLoader.findModule(LocalModuleLoader.java:126)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.ModuleLoader.loadModuleLocal(ModuleLoader.java:275)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.ModuleLoader.preloadModule(ModuleLoader.java:222)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.LocalModuleLoader.preloadModule(LocalModuleLoader.java:94)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.Module.addPaths(Module.java:851)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.Module.link(Module.java:1206)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.Module.relinkIfNecessary(Module.java:1235)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:208)
[jboss-modules.jar:1.1.3.GA-redhat-1]
at
org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:71)
[jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
... 5 more
11:17:00,772 INFO [org.jboss.as.server] (host-controller-connection-threads -
4) JBAS015870: Deploy of deployment "auth-server.war" was rolled back with
failure message {"JBAS014671: Failed services" =>
{"jboss.module.service.\"deployment.auth-server.war\".main" =>
"org.jboss.msc.service.StartException in service
jboss.module.service.\"deployment.auth-server.war\".main: JBAS018759: Failed to
load module: deployment.auth-server.war:main
Caused by: org.jboss.modules.ModuleNotFoundException: Module
org.jboss.resteasy.security.smime.MultipartSignedReader:main is not found in
local module loader @7bf5f379 (roots:
/Users/dougtoppin/Desktop/JBoss/jboss-eap-6.0/modules)"},"JBAS014771: Services
with missing/unavailable dependencies" =>
["jboss.deployment.unit.\"auth-server.war\".POST_MODULE Missing[JBAS014861:
<one or more transitive dependencies>]"]}
In a standalone deployment via maven the same warning occurs but maven does a
force and the examples still work. I have not been able to to do a force in
domain mode and it rolls the deploy back.
For domain mode I copied the mods from the standalone.xml to my domain.xml to
try to try to get the example to work in domain mode.
Has anyone seen and/or solved this? I would appreciate any tips on what to do
about this.
tks
Doug
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users