Hello André,

I don't even see any login actions in the logs neither in sogo's nor in tomcat's nor in funambol's logs. I turned debug on for tomcat and funambol in /opt/Funambol/bin/funambol-server.

All I found is that funambol tries to use SOGoOfficer:
[2011-07-17 10:56:36,482] [funambol.transport.http] [INFO] [] [] [] [] [] Engine configuration: > store: com.funambol.server.store.PersistentStoreManager - {stores: com.funambol.server.store.ClientMappingPersistentStore@6a4d1a,com.funambol.server.store.ModulesPersistentStore@ec1f9e,com.funambol.server.store.SyncSourcePersistentStore@fe89a,com.funambol.server.store.PrincipalPersistentStore@6fdca5,com.funambol.server.store.LastTimestampPersistentStore@1ff0a34,com.funambol.server.store.IDPersistentStore@f6e005 > officer: ca.inverse.sogo.security.SOGoOfficer@1eda64e (ca/inverse/sogo/security/SOGoOfficer.xml) > strategy: com.funambol.server.engine.Sync4jStrategy@1415727 (com/funambol/server/engine/Strategy.xml)
> default encoding: UTF8
> server URI:       not specified

Funambol/config/ca/inverse/sogo/security/SOGoOfficer.xml reads
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.4.0" class="java.beans.XMLDecoder">
    <object class="ca.inverse.sogo.security.SOGoOfficer">

        <void property="host">
            <string>localhost</string>
        </void>
        <void property="port">
            <string>20000</string>
        </void>

    </object>
</java>

Which reflects my SOGod-setting:
one:/opt# netstat -nlp | grep sogo
tcp 0 0 0.0.0.0:20000 0.0.0.0:* LISTEN 10663/sogod


Could it be that Funambol 10.0 and sogo-connector 1.0.9 are not working that well together? I could go back to funambol v8.7 but I hate using old versions.
Yours,
Simon


Am 15.07.2011 08:42, schrieb André Schild:
Hello Simon,

not sure what is missing, but one thing used for authentification
is the sogo officer.
Have you configured it step by step as described ?

Also have a look at the logs of funambol....

André

Am 15.07.2011 00:30, schrieb Simon Veit:
Hello,
I'm trying to set up SOGo with funambol.
I already managed to set up funambol so that I can connect to it with
the desktop admin program,
I also managed to get SOGo working (without funambol).

My problem is that SOGo connector for funambol doesn't seem to work.
When using the funambol webdemo (or trying to sync from my Nokia N97)
I get the message "Authentication failed. Please try again.".
I'm using funambol 10.0.2 and the 1.0.9-connector.

ls -la tools/tomcat/lib/comm*
-rw-r--r-- 1 root root 575389 Apr 11 2008
tools/tomcat/lib/commons-collections-3.2.1.jar
-rw-rw-rw- 1 user root 298829 Dec 19 2008
tools/tomcat/lib/commons-configuration-1.6.jar
-rw-r--r-- 1 root root 284220 Jan 14 00:06
tools/tomcat/lib/commons-lang-2.6.jar
-rw-r--r-- 1 root root 60841 Nov 22 2007
tools/tomcat/lib/commons-logging-1.1.1.jar
ls -la tools/tomcat/lib/jso*
-rw-r--r-- 1 root root 14435 Feb 16 2009 tools/tomcat/lib/json_simple.jar
and:
-rw-r--r-- 1 root root 787920 Jul 14 23:15
mysql-connector-java-5.1.17-bin.jar
I also set up the SOGo Officer in the admin interface and set it to
port 20000 on which SOGod is running:
netstat -nlp | grep sogo
tcp 0 0 0.0.0.0:20000 0.0.0.0:*
LISTEN 7807/sogod

What am I missing?

Yours,
Simon

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to