log4j:WARN Please initialize the log4j system properly.
1006896May 13 2013 — edited May 16 2013Hi all,
I tried running my application in JDeveloper but it kept giving me the following error:
13/05/13 12:25:43 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
May 13, 2013 12:25:45 PM oracle.wireless.its.ra.TelnetResourceAdapter run
INFO: Industrial Telnet Server version: Version 10.1.3.0.0 started-up successfully.
13/05/13 12:25:54 log4j:WARN No appenders could be found for logger (org.springframework.core.CollectionFactory).
13/05/13 12:25:54 log4j:WARN Please initialize the log4j system properly.
13/05/13 12:26:01 BkgBookingConfirmationReportJdbcDao: InsertStoreProcedure declare parameter begin
13/05/13 12:26:01 BkgBookingConfirmationReportJdbcDao InsertStoreProcedure declare parameter end
I know there's many threads on this issue, however none seems to fix my problem. I've tried deleting and addiing the libraries and even edit the log4j.properties files to log4j.rootlogger=DEBUG, but that doesnt seem to work either. So yeah is there any other way to resolve this issue?
Thanks