On 03/23/2012 01:34 PM, Rick Mann wrote: > WTF. > > I have resin 4.0.23 running on a server on rackspace. They just forcibly > migrated my host (I had rebooted a different one earlier to control when the > migration happened, but dropped the ball on this one). > > When it came back up, resin didn't restart (config problem on my end). So I > logged in an re-started it. Everything seemed fine. > > Then a while later, it died (ran out of permgen space). Note that this is a > very unloaded server. > > So, I killed it (I tried using resin.sh stop, but that took so long, I used > kill -kill on all the resin processes). > > Now it starts up, and I'm getting this: > > [show] > javax.servlet.UnavailableException: > org.apache.commons.digester.Digester.parse(Ljava/net/URL;)Ljava/lang/Object; > > > javax.servlet.UnavailableException: > org.apache.commons.digester.Digester.parse(Ljava/net/URL;)Ljava/lang/Object; > at org.apache.struts.action.ActionServlet.init(ActionServlet.java:402) > at javax.servlet.GenericServlet.init(GenericServlet.java:70) > at > com.caucho.server.dispatch.ServletConfigImpl.createServletImpl(ServletConfigImpl.java:1356) > at > com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:1204) > at > com.caucho.server.dispatch.ServletManager.init(ServletManager.java:232) > > > > I haven't changed anything else. Any ideas?
Possibly a missing or out-of-date jar file for struts or one of its dependencies? The exception is a servlet exception, but the message string looks more like a JVM linking error, so maybe struts is rethrowing a linking problem. -- Scott > > Thanks, > Rick > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
