[jboss-user] [Beginner's Corner] - Re: Error deploying app on 7.1.0

Peter Johnson do-not-reply at jboss.com
Thu May 9 14:39:25 EDT 2013


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: Error deploying app on 7.1.0"

To view the discussion, visit: https://community.jboss.org/message/817054#817054

--------------------------------------------------------------
Always follow the "caused by" trail of the first excpetion. If you do you will see this:

Caused by: java.lang.ClassNotFoundException: *com.sun.identity.authentication.UI.*
*taglib.DSAMEValueTag* from [Module "deployment.das.war:main" from Service Module
Loader]

The missing class is in neither JDK 7 nor JBoss AS 7, so you need  to include the JAR file that contains that class in your WAR file.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/817054#817054]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130509/0671701e/attachment.html 


More information about the jboss-user mailing list