Hi,
       Iam having a some issues in deploying webservice in websphere.
Iam trying to deploy an "ear" in which i have two webmodules, one
related to axis and other related to my application.
Iam getting following error when iam trying to access view
service.

can any body give some inputs on this.

regards,
Chary

/**********Error********/

[03.09.06 12:01:38:259 GMT+05:30] 542d3edd Server        I
WSVR0023I: Server Default Server open for e-business
[03.09.06 12:02:35:554 GMT+05:30] 4aadbec8 WebGroup      I
SRVE0091I: [Servlet LOG]: AxisServlet: init
[03.09.06 12:02:38:492 GMT+05:30] 4aadbec8 SystemOut     U -
Exception:
org.apache.axis.ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException:
java.lang.Exception: Must include type attribute for Handler
deployment!
java.lang.Exception: Must include type attribute for Handler
deployment!
       at
org.apache.axis.ConfigurationException.<init>(ConfigurationException.java:89)
       at
org.apache.axis.deployment.wsdd.WSDDException.<init>(WSDDException.java:72)
       at
org.apache.axis.deployment.wsdd.WSDDHandler.<init>(WSDDHandler.java:90)
       at
org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:225)
       at
org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:107)
       at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:210)
       at org.apache.axis.AxisEngine.init(AxisEngine.java:188)
       at org.apache.axis.AxisEngine.<init>(AxisEngine.java:173)
       at
org.apache.axis.server.AxisServer.<init>(AxisServer.java:127)
       at
org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:152)
       at
org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:116)
       at
org.apache.axis.server.AxisServer.getServer(AxisServer.java:112)
       at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:221)
       at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:187)
       at
org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:218)
       at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
       at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
       at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
       at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:718)
       at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
       at
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:287)
       at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:105)
       at
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:428)
       at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:870)
       at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:788)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:439)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:239)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:104)
       at
com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:61)
       at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:132)
       at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
       at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
       at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:271)
       at
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:49)
       at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:303)
       at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:232)
       at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)

org.apache.axis.deployment.wsdd.WSDDException:
java.lang.Exception: Must include type attribute for Handler
deployment!
java.lang.Exception: Must include type attribute for Handler
deployment!
       at
org.apache.axis.ConfigurationException.<init>(ConfigurationException.java:89)
       at
org.apache.axis.deployment.wsdd.WSDDException.<init>(WSDDException.java:72)
       at
org.apache.axis.deployment.wsdd.WSDDHandler.<init>(WSDDHandler.java:90)
       at
org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:225)
       at
org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:107)
       at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:210)
       at org.apache.axis.AxisEngine.init(AxisEngine.java:188)
       at org.apache.axis.AxisEngine.<init>(AxisEngine.java:173)
       at
org.apache.axis.server.AxisServer.<init>(AxisServer.java:127)
       at
org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:152)
       at
org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:116)
       at
org.apache.axis.server.AxisServer.getServer(AxisServer.java:112)
       at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:221)
       at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:187)
       at
org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:218)
       at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
       at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
       at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
       at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:718)
       at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
       at
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:287)
       at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:105)
       at
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:428)
       at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:870)
       at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:788)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:439)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:239)
       at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:104)
       at
com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:61)
       at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:132)
       at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
       at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
       at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:271)
       at
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:49)
       at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:303)
       at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:232)
       at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
___________________________________________________
Meet your old school or college friends from
1 Million + database...
Click here to reunite www.batchmates.com/rediff.asp

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to