Hi,

I am using Resin and was attempting to deploy axis2 to it. However, when I dropped the axis2.rar in resin/webapps directory and tried to start the server using start.bat, I got the below error:

[15:47:41.656] WebApp[http://localhost:90/axis] starting
[15:47:42.812] WebApp[http://localhost:90/axis2] starting
*[15:47:49.890] com.caucho.config.ConfigException: java.io.FileNotFoundException:
\\usr\local\resin\lib\resin.jar (The network path was not found)*
[15:47:49.890] at com.caucho.config.TypeStrategyFactory.init(TypeStrategyFactor
y.java:162)
[15:47:49.890] at com.caucho.config.TypeStrategyFactory.getFactory(TypeStrategy
Factory.java:131)
[15:47:49.890] at com.caucho.config.TypeStrategyFactory.getTypeStrategy(TypeStr
ategyFactory.java:84)
[15:47:49.890] at com.caucho.config.NodeBuilder.configureBean(NodeBuilder.java:
200)
[15:47:49.890] at com.caucho.config.NodeBuilderProgram.configureImpl(NodeBuilde
rProgram.java:57)
[15:47:49.890] at com.caucho.config.BuilderProgram.configure(BuilderProgram.jav
a:68)
[15:47:49.890] at com.caucho.server.dispatch.ServletConfigImpl.configureServlet
(ServletConfigImpl.java:817)
[15:47:49.890] at com.caucho.server.dispatch.ServletConfigImpl.createServletImp
l(ServletConfigImpl.java:779)
[15:47:49.890] at com.caucho.server.dispatch.ServletConfigImpl.createServlet(Se
rvletConfigImpl.java:716)
[15:47:49.890] at com.caucho.server.dispatch.ServletManager.init(ServletManager
.java:150)

I am new to axis2 and am practically clueless as to which file to look into to resolve this error. From what I am seeing in the logs above, it is looking for the resin.jar at *\\usr\local\resin\lib\resin.jar*. This is not a valid directory though because it is supposed to be _*\usr\local\resin\lib\resin.jar.*_ However, I don't know which file to modify here.

Your help will be greatly appreciated.

Thanks a lot in advance.

-Claire

Reply via email to