You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ga...@ercgroup.com on 2002/09/11 19:11:35 UTC

commons-logging.properties

Hi,
	I'm getting a problem when I restart my iPlanet Web Server 6.0 after
deploying the example application in struts 1.1 b2. I've included the stack
trace below. Is it because LogFactory.java is not able to find
commons-logging.properties? If yes, can someone tell me where I can find
this file and what is the location I should put this file into?

Thanks,
Gaurav

SERVER LOG AND STACK TRACE:

[11/Sep/2002:11:53:48] info (  357): successful server startup
[11/Sep/2002:11:53:48] info (  357): iPlanet-WebServer-Enterprise/6.0SP4
B07/17/2002 13:26
[11/Sep/2002:11:53:48] info (  357): Installing a new configuration
[11/Sep/2002:11:53:48] info (  357): [LS ls1]
http://L000434CERCGE.erc.gecapital.com, port 80 ready to accept requests
[11/Sep/2002:11:53:48] info (  357): A new configuration was successfully
installed
[11/Sep/2002:11:53:49] info (  357): Using the Classic VM v1.2.2 from Sun
Microsystems Inc.
[11/Sep/2002:11:53:49] info (  357): Java VM classpath:
C:/iplanet/servers/docs/Web-inf/lib/xerces.jar;C:/iplanet/servers/docs/Web-i
nf/lib/log4j.jar;C:/iplanet/servers/docs/Web-inf/lib/commons-logging.jar;C:/
iplanet/servers/docs/Web-inf/lib/commons-logging-api.jar;C:/iPlanet/Servers/
plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar;C:/iPlanet/Servers/
bin/https/jar/NSServletLayer.jar;C:/iPlanet/Servers/bin/https/jar/NSJavaUtil
.jar;C:/iPlanet/Servers/bin/https/jar/AdminNativeUtil.jar;C:/iPlanet/Servers
/bin/https/jar/NSJavaMiscUtil.jar;C:/iPlanet/Servers/bin/https/jar/servlet.j
ar;C:/iPlanet/Servers/bin/https/jar/servlet-2.3-filters-api.jar;C:/iPlanet/S
ervers/bin/https/jar/jsp092.jar;C:/iPlanet/Servers/bin/https/jar/jaxp.jar;C:
/iPlanet/Servers/bin/https/jar/crimson.jar;C:/iPlanet/Servers/bin/https/jar/
xalan.jar;C:/iPlanet/Servers/bin/https/jar/jspengine.jar;
[11/Sep/2002:11:53:49] info (  357): Loading IWSSessionManager by default.
[11/Sep/2002:11:53:49] info (  357): IWSSessionManager: Maximum number of
sessions is 1000
[11/Sep/2002:11:53:52] info (  357): Adding default web application at
(C:/iPlanet/Servers/docs)
[11/Sep/2002:11:53:52] info (  357): Loading IWSSessionManager by default.
[11/Sep/2002:11:53:52] info (  357): IWSSessionManager: Maximum number of
sessions is 1000
[11/Sep/2002:11:53:52] failure (  357): Internal error: Unexpected error
condition thrown (java.lang.ExceptionInInitializerError,no description),
stack: java.lang.ExceptionInInitializerError: java.lang.NullPointerException
	at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java,
Compiled Code)
	at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:382)
	at
org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
	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)

[11/Sep/2002:11:53:52] failure (  357): Internal Error: Failed to initialize
web application environment (web-apps.xml) for virtual server
(https-L000434CERCGE.erc.gecapital.com)
[11/Sep/2002:11:53:52] info (  357): Internal Error: Failed to initialize
web application environment (web-apps.xml) for virtual server
(https-L000434CERCGE.erc.gecapital.com)
[11/Sep/2002:11:53:52] failure (  357): The new configuration was rejected,
rolling back


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>