[GroupDAV] GroupDAV Funambol Modules does not appear in admin client

Adam Tauno Williams groupdav@opengroupware.org
Tue, 19 Sep 2006 15:38:03 -0400


I'm attempting to setup Funambol + GroupDAV.  And everything seems to
install OK, but the GroupDAV module does not appear in the Admin client.
The really annoying thing is that I've done this before and it worked!
Grrrr....

My setup procedure is:
$ rug install java
$ rug install java-1_5_0-sun-devel
$ rug install postgresql-jdbc
$ cd /tmp
$ ./funambol-3.0b5b.bin

- Accept the license agreement
- Specify the root directory [ /opt ]

When prompted if you want to start the server say "no".

$ export FUNAMBOL_HOME=/opt/Funambol
$ export DS_SERVER_HOME=$FUNAMBOL_HOME/ds-server
$ mv /tmp/groupdav-1.1.1700.s4j $DS_SERVER_HOME/modules
$ vi $DS_SERVER_HOME/install.properties
----------
server-uri=
context-path=/funambol
dbms=postgresql
jdbc.classpath=/usr/share/pgsql/postgresql-8.1-404.jdbc2ee.jar
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbc:postgresql://{DB SERVER}/{DB NAME}
jdbc.user={DB USER NAME}
jdbc.password={DB PASSWORD}
modules-to-install=foundation-3.0.6,pdi-3.0.2,pimweb-3.0.5,funambol-db-3.0.4,funambol-email-3.0.12,groupdav-1.1.1700
modules-to-uninstall=
$ cd $DS_SERVER_HOME
$ bin/install-modules.sh tomcat50
- Answer "y" to all questions.
....
....output includes
     [echo] groupdav-1.1.1700 installation...
[available] DEPRECATED - <available> used to override an existing
property.
[available]   Build file should not reuse the same property name for
different values.
     [echo] Database installation for module groupdav-1.1.1700 on
postgresql (/opt/Funambol/ds-server)

  [iterate] The Funambol Data Synchronization Server installation
program can now create
  [iterate] the database required by the module groupdav-1.1.1700 (if
any is needed).
  [iterate] You can skip this step if you have already a valid database
created
  [iterate] or the module does not require a database.

  [iterate] If you choose 'y' your existing data will be deleted.

  [iterate] Do you want to recreate the database?
  [iterate]       (y,n)
y
     [echo] groupdav-1.1.1700 installation successfully completed
......
BUILD SUCCESSFUL
Total time: 29 seconds
$ cd $FUNAMBOL_HOME
$ cp /usr/share/pgsql/postgresql-8.1-404.jdbc2ee.jar \
    $FUNAMBOL_HOME/tools/tomcat/webapps/funambol/WEB-INF/lib/
$ tools/bin/funambol.sh start

Visit http://spider.mormail.com:8080/ and see the Tomcat splash page.
Visit http://spider.mormail.com:8080/funambol and see the Funambol
splash page, reports "Funambol DS Server: 5.0.6"
Visit http://spider.mormail.com:8080/pimweb and see the pimweb demo.

All works.

But admin client does not show GroupDAV module; just db, email,
foundation, and pdi. :(