From: SourceForge.net <no...@so...> - 2003-07-14 02:18:55
|
Support Requests item #769348, was opened at 2003-07-11 07:40 Message generated for change (Comment added) made by skahl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448267&aid=769348&group_id=47038 Category: Install Problem (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Randall Dietz (rdietz) Assigned to: Nobody/Anonymous (nobody) Summary: SimpleLog does not implement Log? Initial Comment: G'day, I'm running HtmlUnit (1.2.2) and Junit (3.8.1) with Java V1.3.1, trying to run a very simple test from the examples when I get the following error: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.SimpleLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.newIns tance(LogFactoryImpl.java:555) etc... I'm using all the jar files from the HtmlUnit lib download. Is this a known problem or am I just lucky? ;^) cheers ---------------------------------------------------------------------- Comment By: Simon Kahl (skahl) Date: 2003-07-14 11:48 Message: Logged In: YES user_id=793481 I have experience this when using JUnit swing GUI with 'Reload classes every Run' switched on. Turn this off (or start GUI with '-noloading' option) and the problem should go away. ---------------------------------------------------------------------- Comment By: Mike Bowler (mbowler) Date: 2003-07-11 20:12 Message: Logged In: YES user_id=46756 You're just lucky ;) I'd guess that this is a classpath problem. Make sure that you don't have an older version of commons-logging in your classpath. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448267&aid=769348&group_id=47038 |