Hi Sven

On 2012-09-10, at 6:04 AM, Sven Schwedas wrote:

> we've been having problems with one of our address books (others work
> fine) for a few days:
> 
> 1. I can't subscribe:
> If I try, the UI adds the address book, but won't show any content, nor
> show the subscription after a refresh
> 
>> localhost - - [10/Sep/2012:11:52:11 GMT] "POST
> /SOGo/so/USER1/Contacts/long-uuid/subscribe HTTP/1.1" 204 0/0 0.151 - - 0
>> localhost - - [10/Sep/2012:11:52:16 GMT] "POST
> /SOGo/so/USER2/Contacts/user1_same-long-uuid/view?noframe=1&sort=c_cn&asc=true
> HTTP/1.1" 404 208/0 0.215 - - 0
> 
> 2. I can't copy the address book:
> If I (using USER1) ex- and import the address book into an empty one,
> the importer just dies:
> 
>> EXCEPTION: <NSException: 0x1678280> NAME:NSInvalidArgumentException
> REASON:GSMutableString(instance) does not recognize count INFO:(nil)
> 
> The ldif is about 260KiB big and 10k lines long, not going to manually
> check it. Is there some kind of validator?


Send me in private your ldif file or provide us a stack trace. To do so, 
install the debug packages of SOPE/SOGo/GNUstep and run it inside gdb.

su - sogo
gdb --args /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 20000 
-WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid
(gdb) r
...
[CONTROL-C]
(gdb) b raise
Breakpoint 1 at 0xf147dfc: file NSException.m, line 956.
(gdb) c
Continuing.
[CRASH OR EXCEPTION RAISED]
(gdb) bt

Thanks,

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Reply via email to