Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I run my war/ear file on jboss 7 and get the following error:

"Failed services" => {"jboss.deployment.unit.\PROJECTNAME.war\".PARSE" => "org.jboss.msc.services.StartException in service jboss.deployment.unit.\"PROJECTNAME.war\".PARSE: Failed to process phase PARSE of deployment \"PROJECTNAME.war\""}

Any suggestions or ideas on how to solve this??

share|improve this question
It looks like your project war failed to deploy due to something wrong with a file that is misconfigured, normally it would be less cryptic. Is there more to the stack trace? – gebuh Oct 24 '12 at 2:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.