Thanks for the pointer- even though I'm running the Web Server and not the Application Server I tried adding the security policy file to the <iws_root_dir>/Servers/<my_virtual_server>/config directory instead of the <sun_one_root_dir>/domains/<your_domain>/<your_instance>/config directory- but to no avail :(
> -----Original Message----- > From: Rick Kellogg [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 1:52 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: iPlanet Web Server Installation Issues > > > The following information might be of some help: > > http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SunOne > > > -----Original Message----- > From: Michael Joseph [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 01, 2003 6:21 AM > To: [EMAIL PROTECTED] > Subject: iPlanet Web Server Installation Issues > > 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(LogFactoryImp > l.ja > va:532) > at > org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp > l.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.ja > va: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(WServl > etEn > 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.j > ava: > 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
