Deploy current application and it works fine on one server but get this error on another new installed server:
Initializing Spring FrameworkServlet 'SampleApp'
16:10:50,541 WARN [org.jboss.modules] (MSC service thread 1-4) Failed to define class org.codehaus.jackson.impl.WriterBasedGenerator in Module "deployment.application.war:main" from Service Module Loader: java.lang.OutOfMemoryError: PermGen space
Check module
folder for both application, and both have same valid jackon denpendencies.
So what could be the issue then?