Note that there are some explanatory texts on larger screens.

plurals
  1. POServletException because of MessageDispatcherServlet.properties file not found
    text
    copied!<p>I am trying to acccess a webservice using weblogic. I have deployed the .war file but I am getting following exception whenever I try to access the service.</p> <pre><code>java.lang.IllegalStateException: Could not load 'class path resource [org/springframework/ws/transport/http/MessageDispatcherServlet.properties]': class path resource [org/springframework/ws/transport/http/MessageDispatcherServlet.properties] cannot be opened because it does not exist at org.springframework.ws.support.DefaultStrategiesHelper.&lt;init&gt;(DefaultStrategiesHelper.java:77) at org.springframework.ws.transport.http.MessageDispatcherServlet.&lt;init&gt;(MessageDispatcherServlet.java:133) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) Truncated. see log file for complete stacktrace </code></pre> <p>Following Spring jars are present in the WEB-INF/lib folder</p> <hr> <pre><code>spring-aop-3.0.2.RELEASE.jar spring-asm-3.0.2.RELEASE.jar spring-aspects-3.0.2.RELEASE.jar spring-beans-3.0.2.RELEASE.jar spring-context-3.0.2.RELEASE.jar spring-context-support-3.0.2.RELEASE.jar spring-core-3.0.2.RELEASE.jar spring-expression-3.0.2.RELEASE.jar spring-jdbc-3.0.2.RELEASE.jar spring-jms-3.0.2.RELEASE.jar spring-modules-validation-0.8a.jar spring-orm-3.0.2.RELEASE.jar spring-oxm-1.5.7.jar spring-oxm-tiger-1.5.7.jar spring-security-core-3.0.2.RELEASE.jar spring-security-web-3.0.2.RELEASE.jar spring-tx-3.0.2.RELEASE.jar spring-web-3.0.2.RELEASE.jar spring-webmvc-3.0.2.RELEASE.jar spring-ws-core-1.5.9.jar spring-xml-1.5.7.jar </code></pre> <hr> <p>What am I missing here? </p> <p>Thanks </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload