It is not a problem of rewriting

After a "make install", sogo files that could be in /usr/lib/GNUstep/SOGo/WebServerResources/ are not found !!

Any bug ?

Stéphane

Le 24/06/2013 13:27, Stéphane PERON a écrit :
Ok ... The problem was probably coming from the ubuntu package ( and the library link with libmemcached.so.6 as sogo ask for libmemcached.so.2 )

So I took soureces, and after a compilation ... It works !!

Now .. I can try : http://192.168.1.91/SOGo ... And I see the login screen ...

But the problem is that the logo of Sogo is not displayed and the .css are not used ... I get a white background ! In the log file of apache, files are not found : eg : File does not exist: /usr/lib/GNUstep/SOGo/WebServerResources/sogo.ico

So it seems to be a problem of url rewriting

So, I have copied the SOGo.conf file in sources of sogo toward /etc/apache2/conf.d

and I have modified this file like this :
  RequestHeader set "x-webobjects-server-port" "80"
  RequestHeader set "x-webobjects-server-name" "192.168.1.91"
  RequestHeader set "x-webobjects-server-url" "http://192.168.1.91";

And then :

a2enmod proxy
a2enmod proxy_http
a2enmod headers
a2enmod rewrite
a2dismod reqtimeout

service apache2 restart

But ... same problem !

Any idea ?

Cheers
Stéphane

Le 24/06/2013 10:53, Stéphane PERON a écrit :
Ok ... I'm totally lost by sogo config ...

As I wrote last week, /etc/sogo/sogo.conf does not seem to be read ... Sogo refuse to work after I have filled it.

As soon as I have filled the file ~sogo/GNUstep/Defaults/.GNUstepDefaults, sogo accepted to work

You will find my sogo config file below :


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
    <key>NGImap4ConnectionStringSeparator</key>
    <string>.</string>
    <key>OCSFolderInfoURL</key>
<string>mysql://sogo:xxxxx@127.0.0.1:3306/sogo/sogo_folder_info</string>
    <key>OCSSessionsFolderURL</key>
<string>mysql://sogo:xxxxx@127.0.0.1:3306/sogo/sogo_sessions_folder</string>
    <key>SOGoAppointmentSendEMailNotifications</key>
    <string>YES</string>
    <key>SOGoDraftsFolderName</key>
    <string>INBOX.Drafts</string>
    <key>SOGoFirstDayOfWeek</key>
    <string>1</string>
    <key>SOGoLanguage</key>
    <string>French</string>
    <key>SOGoLoginModule</key>
    <string>Calendar</string>
    <key>SOGoMailDomain</key>
    <string>xxxx.com</string>
    <key>SOGoMailMessageCheck</key>
    <string>every_5_minutes</string>
    <key>SOGoProfileURL</key>
<string>mysql://sogo:xxxxxx@127.0.0.1:3306/sogo/sogo_user_profile</string>
    <key>SOGoSentFolderName</key>
    <string>INBOX.Sent</string>
    <key>SOGoSieveScriptsEnabled</key>
    <string>NO</string>
    <key>SOGoSuperUsernames</key>
    <array>
        <string>admin</string>
    </array>
    <key>SOGoTimeZone</key>
    <string>Europe/Paris</string>
    <key>SOGoTrashFolderName</key>
    <string>INBOX.Trash</string>
     <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>IMAPHostFieldName</key>
                <string>mailHost</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
<string>ou=Users,dc=xxxx,dc=com</string>
                <key>bindDN</key>
<string>uid=sogo,ou=Users,dc=xxxx,dc=com</string>
                <key>bindPassword</key>
                <string>xxxxxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Carnet T</string>
                <key>hostname</key>
                <string>192.168.xxx.xxx</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
    <key>SOGoVacationEnabled</key>
    <string>YES</string>
    </dict>
</dict>
</plist>


What could be wrong ?

Thanks a lot for yoyr help

Stéphane

Le 24/06/2013 10:37, André Schild a écrit :
Please show your sogo config...

I would look at searchMinimumWordLength for a start

André


Am 24.06.2013 10:31, schrieb Stéphane PERON:
Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't access sogo from my web client.
I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): SoDebugKeyLookup is enabled! 2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL is enabled! 2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base URLs are enabled. 2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder 2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool embedding is on. 2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging is on. 2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) count]): called NSNull -count (returns 0) !!! EXCEPTION: <NSException: 0x2217d410> NAME:NSInvalidArgumentException REASON:SOGoSystemDefaults(instance) does not recognize searchMinimumWordLength INFO:(null) Jun 24 10:26:20 sogod [14263]: <0x0x21f30340[WOWatchDogChild]> child 16158 exited Jun 24 10:26:20 sogod [14263]: <0x0x21f30340[WOWatchDogChild]> (terminated due to signal 6, coredump) Jun 24 10:26:20 sogod [14263]: <0x0x2200efe0[WOWatchDog]> child spawned with pid 17204 Jun 24 10:26:29 sogod [17204]: [ERROR] <0x0x221489f0[WOHttpAdaptor]> http server caught: (null)

Any idea about this issue ?

Thanks a lot for your help

Stéphane




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

Reply via email to