Setting up GCALDaemon in Eclipse
Posted
by amadib
on Stack Overflow
See other posts from Stack Overflow
or by amadib
Published on 2010-03-12T04:21:15Z
Indexed on
2010/03/12
4:27 UTC
Read the original article
Hit count: 172
Hello, my eventual goal is to be able to use the authentication and communication to a GMail inbox. In my attempt, I stumbled up on GCALDaemon and am trying to set it up as a project within eclipse. However, I am running into problems running the project from the included .launch
files.
I am receiving the following errors after running with -Dlog4j.debug
on
log4j: Trying to find [log4j.xml] using context classloader sun.misc.Launcher$AppClassLoader@1ba34f2.
log4j: Trying to find [log4j.xml] using sun.misc.Launcher$AppClassLoader@1ba34f2 class loader.
log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().
log4j: Trying to find [log4j.properties] using context classloader sun.misc.Launcher$AppClassLoader@1ba34f2.
log4j: Trying to find [log4j.properties] using sun.misc.Launcher$AppClassLoader@1ba34f2 class loader.
log4j: Trying to find [log4j.properties] using ClassLoader.getSystemResource().
log4j: Could not find resource: [null].
log4j:WARN No appenders could be found for logger (org.gcaldaemon.core.Configurator).
log4j:WARN Please initialize the log4j system properly.
FATAL | Service terminated!
Thanks.
© Stack Overflow or respective owner