Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A279EEE2 for ; Wed, 27 Feb 2013 15:57:53 +0000 (UTC) Received: (qmail 82496 invoked by uid 500); 27 Feb 2013 15:57:52 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 82413 invoked by uid 500); 27 Feb 2013 15:57:52 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Delivered-To: moderator for user@commons.apache.org Received: (qmail 41446 invoked by uid 99); 27 Feb 2013 14:09:04 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of extern.paul.schuetz@volkswagen.de designates 194.114.62.75 as permitted sender) From: "Schuetz, Paul (EXTERN: DOS)" To: "user@commons.apache.org" Subject: Class org.apache.commons.logging.impl.SimpleLog does not implement Log Thread-Topic: Class org.apache.commons.logging.impl.SimpleLog does not implement Log Thread-Index: Ac4U8l/SbwNbdfN0TlefXMZcsl80VA== Date: Wed, 27 Feb 2013 14:08:27 +0000 Message-ID: <06B9790655A81F4582B34B400D9014600596CD@VWAGWOXA0403.vw.vwg> Accept-Language: en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.180.157.202] Content-Type: multipart/alternative; boundary="_000_06B9790655A81F4582B34B400D9014600596CDVWAGWOXA0403vwvwg_" MIME-Version: 1.0 X-OriginalArrivalTime: 27 Feb 2013 14:08:31.0123 (UTC) FILETIME=[EC1C9E30:01CE14F3] X-EVG-VW-PASSED: outgoing X-EVG-WOB-VW-VWG-LOOP-COUNT: 1 X-SGG-UMAMSID: 20130227135419Z30996mr1.volkswagen.de 1UAhSd-00083w-Sc X-SGG-RESULT: 20130227135419Z30996mr1.volkswagen.de C1:OK E1:OK MX1:OK BL:OK SPF:off CT:Unknown CM: SIP:194.114.62.54 SMF:extern.paul.schuetz@volkswagen.de X-SGG-MF: extern.paul.schuetz@volkswagen.de X-SGG-CTRefId: str=0001.0A0C0204.512E1361.0177 X-Virus-Checked: Checked by ClamAV on apache.org --_000_06B9790655A81F4582B34B400D9014600596CDVWAGWOXA0403vwvwg_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am trying to get up and running a simple application under an IBM WAS 8.0= . My application consist of an simple jsf file and a bean used as an action= listener for a button inside the jsf. On pushing the button the bean should just log using commons-logging. I am = using WAS 8.0 own adaptation of myfaces and commons-logging. The complete s= tack trace as it is: [2/27/13 14:46:12:644 CET] 00000008 AbstractFaces E An error occured whil= e initializing MyFaces: org.apache.commons.logging.LogConfigurationExceptio= n: org.apache.commons.logging.LogConfigurationException: Class org.apache.c= ommons.logging.impl.SimpleLog does not implement Log org.apache.commons.logging.LogConfiguratio= nException: org.apache.commons.logging.LogConfigurationException: org.apach= e.commons.logging.LogConfigurationException: Class org.apache.commons.loggi= ng.impl.SimpleLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFa= ctoryImpl.java:532) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFa= ctoryImpl.java:272) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414= ) at org.apache.commons.digester.Digester.(Digester.java:308) at org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmar= shallerImpl.(DigesterFacesConfigUnmarshallerImpl.java:42) at org.apache.myfaces.config.DefaultFacesConfigurationProvider.getU= nmarshaller(DefaultFacesConfigurationProvider.java:93) at org.apache.myfaces.config.DefaultFacesConfigurationProvider.getS= tandardFacesConfig(DefaultFacesConfigurationProvider.java:131) at org.apache.myfaces.config.DefaultFacesConfigurationMerger.getFac= esConfigData(DefaultFacesConfigurationMerger.java:69) at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfi= gurator.java:456) at org.apache.myfaces.webapp.AbstractFacesInitializer.buildConfigur= ation(AbstractFacesInitializer.java:313) at org.apache.myfaces.webapp.Jsp21FacesInitializer.initContainerInt= egration(Jsp21FacesInitializer.java:73) at org.apache.myfaces.webapp.AbstractFacesInitializer.initFaces(Abs= tractFacesInitializer.java:136) at org.apache.myfaces.webapp.StartupServletContextListener.contextI= nitialized(StartupServletContextListener.java:111) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreate= d(WebApp.java:1680) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.= java:410) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(We= bGroupImpl.java:88) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(Virtua= lHostImpl.java:169) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.= java:749) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebCo= ntainer.java:634) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebCo= ntainerImpl.java:422) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebCont= ainerImpl.java:714) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(Applicatio= nMgrImpl.java:1160) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeploye= dObjectStart(DeployedApplicationImpl.java:1369) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedMo= duleImpl.java:639) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(Deplo= yedApplicationImpl.java:967) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication= (ApplicationMgrImpl.java:766) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(Applicatio= nMgrImpl.java:2153) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(Compos= itionUnitMgrImpl.java:445) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(Compositi= onUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(Compos= itionUnitMgrImpl.java:388) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(C= ompositionUnitMgrImpl.java:116) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitialize= r.run(CompositionUnitMgrImpl.java:994) at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializ= er.run(WsComponentImpl.java:349) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1690) Caused by: org.apache.commons.logging.LogConfigurationException: org.apache= .commons.logging.LogConfigurationException: Class org.apache.commons.loggin= g.impl.SimpleLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor= (LogFactoryImpl.java:416) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFa= ctoryImpl.java:525) ... 33 more Caused by: org.apache.commons.logging.LogConfigurationException: Class org.= apache.commons.logging.impl.SimpleLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor= (LogFactoryImpl.java:412) ... 34 more I read on the FAQ the similar problem but with log4j logger is common and t= hat you'd like to be contacted in similar cases. If you wish I can provide = the sample ear (including sources) so you can reproduce the error. The class loader settings are set as follow: EAR - PARENT_LAST WAR - PARENT_LAST Ich wende mich im Rahmen des zwischen der Volkswagen AG und der DOS Softwar= e-Systeme GmbH bestehenden Vertragsverh=E4ltnisses an Sie. Wenn Sie weitere Fragen haben sollten, k=F6nnen Sie sich jederzeit an mich = oder an Herrn Hans-Juergen Flaegel wenden. Mit freundlichem Gru=DF, Paul Sch=FCtz DOS Software-Systeme GmbH Amtsgericht G=F6ttingen HRB 112345 Gerichtsstand Hann. M=FCnden Gesch=E4ftsf=FChrer: Rolf Bilstein, Axel K=F6ppen St-Nr.: 2020038050 --_000_06B9790655A81F4582B34B400D9014600596CDVWAGWOXA0403vwvwg_--