Hi,
I'm attempting to setup Axis 1.1 in the iPlanet Web Server (v6.0 on Windows)
J2EE Container (Servlet 2.2 compliant).
I package the axis web-app as a WAR (/webapps/axis) and use the wdeploy
utility to deploy it:
$IWS_SERVER_HOME/bin/https/httpadmin/bin/wdeploy.bat deploy -u /axis -i
michael.jamwarehouse.com -v https-michael.jamwarehouse.com -d
"c:\iPlanet\Servers\https-michael.jamwarehouse.com\web-apps\axis"
"C:\java\axis-1_1\webapps\axis\axis.war"
I get the following error in the webserver error logs:
[01/Oct/2003:12:08:42] info ( 140): Adding web application (/axis) at
(C:/iPlanet/Servers/https-michael.jamwarehouse.com/web-apps/axis)
[01/Oct/2003:12:08:43] info ( 140): Loading IWSSessionManager by default.
[01/Oct/2003:12:08:43] info ( 140): IWSSessionManager: Maximum number of
sessions is 1000
[01/Oct/2003:12:08:43] failure ( 140): Internal error: Unexpected error
condition thrown (java.lang.ExceptionInInitializerError,no description),
stack: java.lang.ExceptionInInitializerError:
org.apache.commons.logging.LogConfigurationException:
java.lang.reflect.InvocationTargetException
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.ja
va:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.ja
va:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414)
at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:76)
at
org.apache.axis.transport.http.AxisServlet.<clinit>(AxisServlet.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:124)
at
org.apache.axis.transport.http.AxisServletBase.class$(AxisServletBase.java:9
5)
at
org.apache.axis.transport.http.AxisServletBase.<clinit>(AxisServletBase.java
:94)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at
com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEn
tity.java:71)
at com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java,
Compiled Code)
at com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java,
Compiled Code)
at
com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:
686)
Has anyone used Axis with iPlanet before? The log4j.properties and
simplelog.properties in the WAR are the default ones shipped with Axis 1.1.
thanks
michael