Jose, Which version of Java are you running? If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism. If that's the case, then you could try step 3 of the following modified version of the installation instructions.
http://home.attbi.com/~danchisholm/axis/doc/install.html Dan ----- Original Message ----- From: "Jose Airton F. da Silva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 8:07 PM Subject: Re: Please Help-me - Basic install of Axis on Web Server Resin 2.1.0 > Dear Vidyanand Murunikkara, > > I didn't understand your answer. Could you give more details? > Is the server-config.wsdd wrong? > > Thanks for help. > > Jose Airton. > > ----- Original Message ----- > From: "Vidyanand Murunikkara" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 28, 2002 7:23 PM > Subject: RE: Please Help-me - Basic install of Axis on Web Server Resin > 2.1.0 > > > could u attach the server-config.wsdd that is being used. I have seen > this error usually pop up when the wsdd is wrong. > > -----Original Message----- > From: Jose Airton F. da Silva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 28, 2002 3:25 PM > To: [EMAIL PROTECTED] > Subject: Please Help-me - Basic install of Axis on Web Server Resin > 2.1.0 > > > > > 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 > <http://localhost:8080/axis/servlet/AxisServlet> , I got the error shown > below. > > I don't know what happen. > > Could someone help me? > > Jose Airton. > > > 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.ja > va: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) > >