[GroupDAV] Unable to create Groupdav Syncsource

Adam Tauno Williams groupdav@opengroupware.org
Tue, 16 Jan 2007 16:41:02 -0500


On Tue, 2007-01-16 at 16:11 -0500, Adam Tauno Williams wrote:
> On Sat, 2007-01-13 at 10:56 +1100, matt wrote:
> > The most likely root cause to all of these problems are missing
> > dependency libraries, or the VM refusing to work with Funambol's
> > module loading behavior (application server logs will often reveal
> > this). Is the entire contents of the library package
> > (gdav_libs.tar.bz2)  in the application servers classpath folder
> > (<tomcat>/server/lib/... / <jboss>/server/funambol/lib / etc..)

I do a:

pwd
# /opt/Funambol/tools/tomcat/server/lib
for FILE in `ls /opt/Funambol/ds-server/lib/*.jar`; 
 do 
  ln -s $FILE; 
 done

Which sym-links in all the jar files from /opt/Funambol/ds-server/lib
to /opt/Funambol/tools/tomcat/server/lib

Restart Funambol

Now I get "16 Jan 2007 16:38 [INFO] SyncSource correctly added" when I
try to save my GroupDAV settings. :)