Hi,
I'm trying to enable users to be able to save new contacts into their
address books. But when clicking on save, the form for filling out the
contact data disappears but the contact is never shown. The server shows
these errors for that time stamp:

Apr 15 15:09:01 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key '/Users/user/Contacts/personal':
> "SERVER HAS FAILED AND IS\
>  DISABLED UNTIL TIMED RETRY"
> Apr 15 15:09:01 sogod [620575]: [ERROR] <0x0x560e14f21560[GCSFolder]>
>  could not open storage channel!
> Apr 15 15:09:01 sogod [620575]: 127.0.0.1 "POST
> /SOGo/so/user/Contacts/personal/view HTTP/1.1" 200 209/46 0.024 - - 0 - 13
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'session:azs7xxxxxxx': "SERVER HAS
> FAILED AND IS DISABLE\
> D UNTIL TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'user+dn': "SERVER HAS FAILED AND IS
> DISABLED UNTIL TIMED \
> RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'user+attributes': "SERVER HAS FAILED
> AND IS DISABLED UNTI\
> L TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'user+attributes': "SERVER HAS FAILED
> AND IS DISABLED UNTI\
> L TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'u...@domain.de+attributes': "SERVER
> HAS FAILED\
>  AND IS DISABLED UNTIL TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'session:azs7xxxxxxx': "SERVER HAS
> FAILED AND IS DISABLE\
> D UNTIL TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'user+defaults': "SERVER HAS FAILED AND
> IS DISABLED UNTIL \
> TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: <0x0x560e14c461e0[SOGoCache]> an error
> occurred when caching value for key 'session:azs7xxxxxxx': "SERVER HAS
> FAILED AND IS DISABLE\
> D UNTIL TIMED RETRY"
> Apr 15 15:09:04 sogod [620575]: 127.0.0.1 "POST
> /SOGo/so/user/Contacts/users/view HTTP/1.1" 200 66/46 0.048 - - 0 - 13


This is the database config for sogo:

> SOGoProfileURL = "postgresql://
> sogo:password@127.0.0.1:5432/sogo/sogo_user_profile";
> OCSFolderInfoURL = "postgresql://
> sogo:password@127.0.0.1:5432/sogo/sogo_folder_info";
> OCSSessionsFolderURL = "postgresql://
> sogo:password@127.0.0.1:5432/sogo/sogo_sessions_folder";
> OCSEMailAlarmsFolderURL = "postgresql://
> sogo:password@127.0.0.1:5432/sogo/sogo_alarms_folder";


So what exactly is going wrong?

Reply via email to