You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/05/29 00:47:04 UTC

DO NOT REPLY [Bug 9473] New: - problem with the basic install of Axis on Web Server Resin 2.1.0

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9473>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9473

problem with the basic install of Axis on Web Server Resin 2.1.0

           Summary: problem with the basic install of Axis on Web Server
                    Resin 2.1.0
           Product: Axis
           Version: beta-1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: jairtonfs@hotmail.com


I installed the Axis context in webapps directory of Resin web server. 
I started Resin web server and I invoked the URL http://localhost:8080/axis/ . 
The web server answered with the Apache-Axis page, without any problem.
When I attempt to invoke the URL 
http://localhost:8080/axis/servlet/AxisServlet, I got the error shown below.

I don't know what happen.

Could someone help me?

Jose Airton.
jairtonfs@hotmail.com

 
ERROR:

500 Servlet Exception
org.apache.axis.InternalException: org.apache.axis.ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: java.lang.Exception: Must
include type attribute for Handler deployment!
 at org.apache.axis.AxisEngine.init(Unknown Source)
 at org.apache.axis.AxisEngine.<init>(Unknown Source)
 at org.apache.axis.server.AxisServer.<init>(Unknown Source)
 at org.apache.axis.server.DefaultAxisServerFactory.createNewServer(Unknown 
Source)
 at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown Source)
 at org.apache.axis.server.AxisServer.getServer(Unknown Source)
 at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
 at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
 at org.apache.axis.transport.http.AxisServlet.doGet(Unknown Source)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:126)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
 at com.caucho.server.http.FilterChainServlet.doFilter
(FilterChainServlet.java:95)
 at com.caucho.server.http.Invocation.service(Invocation.java:291)
 at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:132)
 at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:217)
 at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:159)
 at com.caucho.server.TcpConnection.run(TcpConnection.java:136)
 at java.lang.Thread.run(Thread.java:479)