[Opensource] Expresso installation problems with JBoss/Tomcat
?
Mike Traum
mtraum at cirnetwork.org
Thu Dec 26 15:37:06 PST 2002
I'm using tomcat 4.1.12, but I don't use JBoss so can't really help you out
furthur. I usually find that the best way to troubleshoot a semi-complex
problem is just to fire up your debugger. One of the great beauties of
opensource software is that you aren't totally at the mercy of the vendor...
Mike
-----Original Message-----
From: sdavenport at worldbank.org [mailto:sdavenport at worldbank.org]
Sent: Thursday, December 26, 2002 3:27 PM
To: opensource at jcorporate.com
Subject: RE: [Opensource] Expresso installation problems with
JBoss/Tomcat ?
Same problem on server startup....
OS: RedHat Linux 8.0
JDK: IBM J2SDK 1.4.0.0 (tried with Sun J2SE too)
JBOSS 3.0.4 with Tomcat 4.1.12 bundle installation, working properly.
1. We have tried removing the ConsoleAppender lines from the
expressoLogging.xml
file:
<appender name="console" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.Out"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d %-5p [%t]
%C{2} (%F:%L) -
</layout>
</appender>
(/usr/local/jboss/server/default/deploy/expresso.war/WEB-INF/config/) with
no
success...same error
07:05:35,451 INFO [STDOUT] DefaultInit: init
07:05:35,561 ERROR [STDERR] Expresso Configuration initializing...
ERROR: invalid console appender config detected, console stream is
loopingShutting down
Which, when Expresso called from browser leads to
org.apache.jasper.JasperException: ConfigManager not initialized
2. Then we tried renaming/replacing the log4j.jar file
(/usr/local/jboss/lib/)
for JBOSS with the one supplied by Expresso (log4j-1.2.7.jar)
(/usr/local/jboss/server/default/deploy/expresso.war/WEB-INF/lib/) ....same
error
3. We removed expressoLogging.xml & the DTD....same error
Any ideas?
_______________________________________________
Opensource mailing list
Opensource at jcorporate.com
http://mail.jcorporate.com/mailman/listinfo/opensource
Archives: http://mail.jcorporate.com/pipermail/opensource/
More information about the Opensource
mailing list