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/10/10 08:35:48 UTC

DO NOT REPLY [Bug 9473] - 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

atkinsonr@rba.gov.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |
            Version|beta-1                      |1.0-rc1



------- Additional Comments From atkinsonr@rba.gov.au  2002-10-10 06:35 -------
Hello, just installed axis release version 1.0 in resin 2.1.0 / sun jdk 1.3.1-b24 / Win 
2k.

happyaxis works fine, but both view and administer throw the 
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!

stack trace begins with:

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)
...

stdout.log 
reports the same exception with the additional message:

- Problem with servlet engine config 
file: /WEB-INF/server-config.wsdd

Note that this is a clean installation, and there is no 
server-config file created yet.

thanks.
Richard