[flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Alistair McLeod
Hi all, It turns out that the log4j JAR file that ships with the CairngormStore example in Cairngorm conflicts with the one that is pre-installed with the version of JRun that ships with Flex, and stops the application context from starting up successfully. So, to get it running, delete

R: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Paolo Bernardini
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Per conto di Alistair McLeod Inviato: giovedì 19 maggio 2005 11.05 A: flexcoders@yahoogroups.com Oggetto: [flexcoders] Cairngorm 0.99, JRun and Log4J Hi all, It turns out that the log4j JAR file that ships with the CairngormStore

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
I'm running Tomcat. I see two log4j warnings when launching Tomcat through Eclipse: log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. Then I get the following error when I run Main.mxml:

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
I resolved the log4j warnings. I had imported log4j.properties into the wrong webapp. :-( However, I still get the unresolved compilation problems. Any ideas? On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote: I'm running Tomcat. I see two log4j warnings when launching Tomcat through Eclipse:

Re: [flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Hans Omli
Resolved the compilation problems. I needed to add the libraries to the Tomcat project I'm using in Eclipse, not just import the libraries into the lib folder. On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote: I resolved the log4j warnings. I had imported log4j.properties into the wrong webapp.