I am working in a struts-hibernate application. I have seen a error on 3rd time deployment of application in jboss4.2.0. When i deployed it for first time, it runs. Even in 2nd time deployment, it works. But, in 3rd time deployment, it shows an error "Servlet is unavailable". Why it fails in 3rd time?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

PermGenSpace could be too small? Try increasing this value. Do you get any messages in the JBoss log?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.