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/09/30 19:41:11 UTC

DO NOT REPLY [Bug 13149] New: - Client requires servlet.jar

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=13149>.
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=13149

Client requires servlet.jar

           Summary: Client requires servlet.jar
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: dug@us.ibm.com


We now get:
java.lang.NoClassDefFoundError: javax/servlet/ServletContext
		 at 
org.apache.axis.configuration.EngineConfigurationFactoryServlet.newFactory
(EngineConfigurationFactoryServlet.java:119)
		 at 
org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run
(EngineConfigurationFactoryFinder.java:172)
		 at java.security.AccessController.doPrivileged(Native Method)
		 at 
org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory
(EngineConfigurationFactoryFinder.java:146)
		 at 
org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory
(EngineConfigurationFactoryFinder.java:211)
		 at org.apache.axis.client.Service.<init>(Service.java:111)


which (unless I'm missing something) means the client now requires servlet.jar,
which shouldn't be.