[OGo-Users] exception after login when used hostname is different than its ServerName

Sebastian Reitenbach users@opengroupware.org
Fri, 24 Aug 2007 14:15:01 +0200


Hi,

my ogo is reachable via two names: ogo.mycompany.de/OpenGroupware and 
ogo.dmz.intern/OpenGroupware.

When I access the host https://ogo.mycompany.de/OpenGroupware, then 
everything is fine, when I access it via 
https://ogo.dmz.intern/OpenGroupware, then I see the following exception:

Application Server caught exception:

  session: 655865580146CEC9E2
  element: 
  context: <0x0875789C[WOContext]: 00446cec9e20875789c app=ogo-webui-1.1 
sn=655865580146CEC9E2 eid= rqeid=>
  request: <WORequest[0x08728764]: method=POST 
uri=/OpenGroupware.woa/x/login?da=&o=1187957210 app=OpenGroupware rqKey=x 
rqPath=login>

  class:   LSDBObjectCommandException
  name:    LSDBObjectCommandException
  reason:  userdefaults::write failed: LSAttachmentPath is not properly 
configured!
  info:
    {
    callStack = (
        "userdefaults::write (class=LSWriteUserDefaultsCommand, 
self=0x08AA13DC)"
    );
}

for ogo.mycompany.de there is a VirtualHost defined in apache configuration, 
for ogo.dmz.intern not. So not a big deal, I just wanted to mention it here, 
because I found the reason of the exception very misleading.

This host runs a OpenGroupware-trunk rpms from Adam on openSUSE 10.2.

kind regards
Sebastian