Pb weblogic 11g et WebService
Bonjour,
je viens d'installer weblogic 11g mais je n'arrive pas faire fonctionner un web service fonctionnant sous oracle 9ias.
Visiblement le classpath n'est pas définit pour l'application mais je ne sais vraiment pas où le définir.
Voilà l'erreur:
Citation:
####<Jun 9, 2011 3:56:45 PM CEST> <Error> <HTTP> <rmsfiblinux> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <11d1def534ea1be0:-6676f06a:13074ad60ab:-8000-0000000000000017> <1307627805466> <BEA-101249> <[ServletContext@274378645[app:expeditionws module:expeditionws.war path:/ExpeditionWS spec-version:2.5]]: Servlet class oracle.j2ee.ws.StatelessJavaRpcWebService for servlet com.test.rms.services.expeditions.ExpeditionsImpl could not be loaded because the requested class was not found in the classpath /apps/oracle/product/Middleware/user_projects/domains/formrms/servers/AdminServer/tmp/_WL_user/expeditionws/jphmj0/war/WEB-INF/lib/_wl_cls_gen.jar:/apps/oracle/product/Middleware/oracle_common/modules/oracle.jsp_11.1.1/ojsp.jar:/apps/oracle/product/Middleware/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar:/apps/oracle/product/Middleware/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar:/apps/oracle/product/Middleware/user_projects/domains/formrms/servers/AdminServer/tmp/_WL_user/expeditionws/jphmj0/war/WEB-INF/classes:/apps/oracle/product/Middleware/user_projects/domains/formrms/servers/AdminServer/tmp/_WL_user/expeditionws/jphmj0/war/WEB-INF/lib/log4j-1.2.15.jar.
java.lang.ClassNotFoundException: oracle.j2ee.ws.StatelessJavaRpcWebService.>
####<Jun 9, 2011 3:56:45 PM CEST> <Error> <HTTP> <rmsfiblinux> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:-6676f06a:13074ad60ab:-8000-0000000000000017> <1307627805466> <BEA-101017> <[ServletContext@274378645[app:expeditionws module:expeditionws.war path:/ExpeditionWS spec-version:2.5]] Root cause of ServletException.
javax.servlet.ServletException: [HTTP:101249][ServletContext@274378645[app:expeditionws module:expeditionws.war path:/ExpeditionWS spec-version:2.5]]: Servlet class oracle.j2ee.ws.StatelessJavaRpcWebService for servlet com.test.rms.services.expeditions.ExpeditionsImpl could not be loaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: oracle.j2ee.ws.StatelessJavaRpcWebService.
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:551)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)