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

Mathew McBride groupdav@opengroupware.org
Thu, 21 Sep 2006 00:54:35 +1000


I've tried a slightly different path with the 3.0b5b bundle just then 
and the connector did appear in the admin panel

Configuration is slightly different - postgresql 7.4 (on debian sarge). 
I'll have a look at 8.1 if you still can't get it working

Try it without setting FUNAMBOL/DS_SERVER_HOME, shouldn't need it if 
bin/install.sh is executed while in ds-server/. I also didn't have 
funambol-db/email/pimweb in the install.properties for the first install
Adam Tauno Williams wrote:
> I completely cleaned out my install, manually dropped the tables, etc...
> and re-installed with this new connector.  Still doesn't appear in admin
> client.
>
> ---
>
> $ 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
> $ cp /tmp/groupdav-1.1.1711.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.1711
> modules-to-uninstall=
> $ cd $DS_SERVER_HOME
> $ psql -U funambol -h gourd-amber --file
> default/sql/postgresql/create_engine.ddl funambol
> $ psql -U funambol -h gourd-amber --file
> default/sql/postgresql/init_engine.sql funambol
> $ bin/install-modules.sh tomcat50
> - Answer "y" to all questions.
> ....
> ....output includes
>      [echo] groupdav-1.1.1711 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.1711 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.1711 (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.1711 installation successfully completed
>      [echo] Remove output dir
> ......
> BUILD SUCCESSFUL
> Total time: 33 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
>
>