Probebly you have some problem with path. check the \usr\local\resin\lib\, if it exists or not..... and find where you have installed the resin somewhere......
________________________________ From: Claire Loto <l...@taosolutions.biz> To: axis-user@ws.apache.org Sent: Tuesday, July 7, 2009 10:40:12 AM Subject: How do I deploy Axis2 on an Existing Application server running on RESIN? Hi guys, I really need your help very badly. I have an existing application running on Resin server and I want to deploy Axis2 on the Resin Server. What I did was to drop the axis2.war on the webapps folder inside resin (resin/webapps). My problem is that when I started our application, I got the below error: [15:40:05.843] WebApp[http://localhost:90/axis] starting [15:40:07.859] WebApp[http://localhost:90/axis2] starting [15:40:19.609] com.caucho.config.ConfigException: java.io.FileNotFoundException:\\usr\local\resin\lib\resin.jar (The network path was not found) [15:40:19.609] at com.caucho.config.TypeStrategyFactory.init(TypeStrategyFactory.java:162) When I removed axis2.war, I was able to successfully start our application so I am certain that it's axis2.war that is causing this problem. From the given logs above, \\usr\local\resin\lib\resin.jar is really an invalid directory because it should be \usr\local\resin\lib\resin.jar.Does anybody knows how to resolve this problem? This issue is bugging for days already. Thanks in advance for your help. -Claire