Il 09/01/2015 16:40, Deng Ching-Mallete ha scritto:
Hi Patrick,
After inspecting the log snippet you've provided, the error seems to be
related to the issue mentioned here:
https://docs.jboss.org/author/display/WFLY8/Developer+Guide?_sscc=t#DeveloperGuide-jbossweb.xml
Could you try removing the class-loading element in the descriptor file
then re-deploy it again?
Thanks,
Deng
Hi Deng, thank you for reply, i've tried to remove the class-loading
element, but a warn about classpath and some error about module remains.
The deployment system try to find the jar in /%USERPROFILE%/content e
not in %WILDFLY_HOME%/content.
%USERPROFILE% = C:/Users/Patrick
%WILDFLY_HOME% = C:/Users/Patrick/Development/wildfly
I put here an excerpt of the stacktrace:
...
WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBA
S015960: Class Path entry smack.jar in
/C:/Users/Patrick/content/apache-continuum-1.4.2.war/WEB-INF/lib/smackx-2.0.0.jar
does not point to a valid jar for a Cl ass-Path reference.
...
When deployment was rolled back the outcome message is:
[standalone@localhost:9990 /] deploy
Downloads\Software\Dev\Tools\Apache\continu
um\apache-continuum-1.4.2.war
{"JBAS014653: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-2" => {"JBAS014771: Services with
missing/unavailable dependencies" =>
["jboss.naming.context.java.module.\"apache-continuum-1.4.2\".\"apache-continuum-1.4.2\".env.jdbc.continuum
is missing
[jboss.naming.context.java.continuum]","jboss.naming.context.java.module.\"apache-continuum-1.4.2\".\"apache-continuum-1.4.2\".env.mail.Session
is missing [jboss.naming.context.java.Mail]"
,"jboss.naming.context.java.module.\"apache-continuum-1.4.2\".\"apache-continuum-1.4.2\".env.jdbc.users
is missing [jboss.naming.context.java.users]"]}}}
Best regards