[OGo-Users] login problem after upgrade

Sebastian Reitenbach users@opengroupware.org
Wed, 07 Mar 2007 14:23:20 +0100


Hi all,

I plan to upgrade from ogo 1.1.4 to ogo 1.1.6. Right now I have two instances
running. They 
share the Documents directory via NFS. I dumped the database from the host where
the 1.1.4 is 
running and created it on the host where the 1.1.6 is running. Both are
connected to the same 
imap server. I took the precompiled mod_ngobjweb.so for suse 10.1. from 
docs.opengroupware.org from Adams pages. I can login with some users to the
1.1.6 
installation, but not with all. With the rest of the users I get a "internal
server error". 
I already removed my CompanyId.defaults file, then I saw the following error
message in the 
logs:


Mar 07 13:00:26 ogo-webui-1.1 [20478]: Note: PostgreSQL72 adaptor using timezone
'GMT' as 
default
Mar 07 13:00:28 ogo-webui-1.1 [20478]: (4FFE4FFE0145EEB76A) user sre logged in.
Mar 07 13:00:28 ogo-webui-1.1 [20478]: Note: using flat-array message
notifications!
ogo-webui-1.1: sockbuf.c:91: ber_sockbuf_ctrl: Assertion `(
(sb)->sb_opts.lbo_valid == 0x3 )' 
failed.
### child 20478 (#2) was terminated by signal 6 (uptime=7s).
Mar 07 13:00:30 ogo-webui-1.1 [20500]: Note: storing cached vCards files 
in: '/raid1/ogo/opengroupware.org/documents'
Mar 07 13:00:30 ogo-webui-1.1 [20500]: account::change-password: using password 
field: 'userPassword'

does it just expected the defaults file, and is therfore breaking because it is
missing?


whith an empty defautls file, or the one from the 1.1.4 version, I do get the
following:
error:

Mar 07 13:17:33 ogo-webui-1.1 [23923]: Note: PostgreSQL72 adaptor using timezone
'GMT' as 
default
Mar 07 13:17:33 ogo-webui-1.1 [23923]: (5D735D730145EEBB6D) user sre logged in.
Mar 07 13:17:34 ogo-webui-1.1 [23923]: Note: using flat-array message
notifications!
### child 23923 (#7) was terminated by signal 11 (uptime=82s).
Mar 07 13:17:35 ogo-webui-1.1 [24178]: Note: storing cached vCards files 
in: '/raid1/ogo/opengroupware.org/documents'
Mar 07 13:17:35 ogo-webui-1.1 [24178]: account::change-password: using password 
field: 'userPassword'


the 1.1.6 version of ogo is installed on a opensuse 10.1 server.

any hint what I can do?

Sebastian