reassing 579206 libjpf-java thanks Hi all.
Hi Gregor and Tony, I'm reassigning a bug to libjpf-java. The bug is rather minor and the log is really short. Please, let me know if you don't agree about the reassignment! :-) Il 27/04/2010 10:37, Giovanni Mascellani ha scritto: > Il 26/04/2010 10:58, v.nix.is ha scritto: >> After upgrading osmosis I get output like this from cron jobs using it: >> >> log4j:WARN No appenders could be found for logger >> (org.java.plugin.ObjectFactory). >> log4j:WARN Please initialize the log4j system properly. >> log4j:WARN No appenders could be found for logger >> (org.java.plugin.ObjectFactory). >> log4j:WARN Please initialize the log4j system properly. >> log4j:WARN No appenders could be found for logger >> (org.java.plugin.ObjectFactory). >> log4j:WARN Please initialize the log4j system properly. >> log4j:WARN No appenders could be found for logger >> (org.java.plugin.ObjectFactory). >> log4j:WARN Please initialize the log4j system properly. >> >> Steps to reproduce: > > Thanks for the nice report. I could reproduce the bug. > > I'm not very into log4j, but I'll have a look at it and try to solve the > bug. I think I traced this bug, back to libjpf-java. The short program attached should demonstrate it. The related line in osmosis is src/org/openstreetmap/osmosis/core/TaskRegistrar.java, line 422 (referring to the version currently in unstable). Thanks, Giovanni. -- Giovanni Mascellani <[email protected]> Pisa, Italy Web: http://poisson.phc.unipi.it/~mascellani Jabber: [email protected] / [email protected]
import org.java.plugin.ObjectFactory;
import org.java.plugin.PluginManager;
public class JPFTry {
public static void main(String[] args) {
PluginManager manager = ObjectFactory.newInstance().createManager();
}
}
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

