java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.httpclient.ChunkedInputStream
The solution is to reset Jboss completely,
- Stop Jboss
- Navigate to
/server/default - Delete data, work and tmp
- Restart JBoss
Be careful in Live, if you are using JMX, JMS or JEE. Shutting down Jboss can result in messages being lost. You need to find out how to stop the messaging service whilst JBoss is running, then flush it and then you can perform the procedure above.
No comments:
Post a Comment