JBoss Community

Re: Error deploying app on 7.1.0

created by Peter Johnson in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community