Benoît Thiébault a écrit : > I don't think it comes from my version of log4j : I have log4j 1.2.15 > which is supposed to be the last one... And curiously, it works on other > machines with the same classpath...
If TRACE is the only element causing a NoSuchFieldError (I mean if there is no similar error for other fields like INFO, or for methods), then I don't have other idea at this time... Checking in the javadoc, TRACE was not presents in versions prior 1.2.12 while all other fields that we use were already there: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html#TRACE It may be worth to check the value returned by System.getProperty("java.class.path") at runtime. Martin ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
