I was wondering if anyone has gotten xwiki working with resin 3.0.18, i have tried to follow the resin install docs and tried to follow the xwiki install docs, but have not been able to get it completely working. Everytime i try to load the site I get the following: 500 Servlet Exception java.lang.NullPointerException at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891) at org.apache.commons.digester.Digester.parse(Digester.java:1572) at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:708) at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:670) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:329) at javax.servlet.GenericServlet.init(GenericServlet.java:69) at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:600) at com.caucho.server.dispatch.ServletManager.init(ServletManager.java:152) at com.caucho.server.webapp.Application.start(Application.java:1599) at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:587) at com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:550) at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.alarm(StartAutoRedeployAutoStrategy.java:176) at com.caucho.server.deploy.DeployController.handleAlarm(DeployController.java:708) at com.caucho.util.Alarm.handleAlarm(Alarm.java:350) at com.caucho.util.Alarm.run(Alarm.java:320) at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:492) at com.caucho.util.ThreadPool.run(ThreadPool.java:425) at java.lang.Thread.run(Thread.java:595) ------------------------------ Resin-3.0.18 (built Fri, 24 Feb 2006 02:47:03 PST) Any pointers people can recommend i would greatly appreciate it. Adam