Ce tuto fait partie de Open-change + Funambol
si error :
context 1 could not be created: Server response: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
j'ai regardé dans la bd configbd dans la table dbpool, le user et mdp sql encodé était pas bon, j'ai changé mot de passe *** en open (cpte mysql)
Error : javax.management.InstanceNotFoundException: com.funambol.oxlistener:type=OXListener
Du au port d'ox-listener identique à un port de Funambol : 3101
Résoudre :
Changer le port dans /opt/Funambol/bin/ox-listener Changer JMX_PORT=3101 en JMX_PORT=13101
Dans /opt/Funambol/config/com/funambol/oxlistener/task/OXListenerTask.xml
<void property="OXUrl"> <string>http://oxserver.mondomaine.be:80</string> </void>
/opt/Funambol/config/com/funambol/oxlistener/task/OXListenerOneShotTask.xml
<void property="OXUrl"> <string>http://oxserver.mondomaine.be:80</string> </void>
/opt/Funambol/ds-server/config/Funambol.xml
<void property="officer"> <string>com/funambol/server/security/OXOfficer.xml</string> </void>
funambol unable to find valid certification path to requested target
ou pour une version plus récente sur http://download.forge.objectweb.org/sync4j/ ou http://m2.funambol.org/repositories/snapshots/funambol/ox-module/7.1.0-SNAPSHOT/
reading configuration: /opt/open-xchange/etc/groupware/osgi/org.eclipse.osgi/.manager/.fileTableLock (Permission denied)
Impossible de se connecter à l'interface web alors que mes users ldap étaient bien importés
Résolut en remettant les bons droits sur /opt/open-xchange
chown root:root /opt/open-xchange/ -R chown open-xchange:open-xchange /opt/open-xchange/etc/groupware/osgi/config.ini chown open-xchange:open-xchange /opt/open-xchange/etc/groupware/osgi/org.eclipse.osgi/ -R chown root:root /opt/open-xchange/etc/groupware/osgi/bundle.d/ -R
Attention aussi à ne pas lancer via /opt/open-xchange/sbin/open-xchange-groupware au lieu de /etc/init.d/open-xchange-groupware!
Src: http://www.open-xchange.com/forum/showthread.php?t=3031
Discussion