ERROR: did not find bundle for model OpenGroupware.org_PostgreSQL
Heinz-Josef Claes <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.discuss.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo,
ich hatte den Fehler schon 'mal weg, aber heute morgen beim Start von
OpenGroupware war er wieder da. Daraufhin habe ich die DB nochmals
aufgesetzt:
$ Defaults write NSGlobalDomain LSConnectionDictionary '{databaseName =
ogo; hostName = localhost; password = ""; port = 5432; userName = ogo}'
$ Defaults read NSGlobalDomain LSConnectionDictionary
{
databaseName = ogo;
hostName = localhost;
password = "";
port = 5432;
userName = ogo;
}
$ Defaults write NSGlobalDomain LSAdaptor PostgreSQL72
$ Defaults write NSGlobalDomain LSModelName OpenGroupware.org_PostgreSQL
$ Defaults write NSGlobalDomain NGBundlePath \
/opt/opengroupware.org/OpenGroupware.org
$ ./OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware -WOPort
20000 -WOHttpAllowHost -OGoMinimumActiveSessionCount 0 localhost
Jul 16 09:02:38 OpenGroupware [7293]: SNS disabled.
Jul 16 09:02:38 OpenGroupware [7293]: ERROR: did not find bundle for
model OpenGroupware.org_PostgreSQL (type=EOModels)
Jul 16 09:02:38 OpenGroupware [7293]: Couldn't setup LSOffice3 (probably
not yet configured) !
Jul 16 09:02:38 OpenGroupware [7293]: |OpenGroupware| CTI Dialers:
Jul 16 09:02:38 OpenGroupware [7293]: |OpenGroupware| SKYRiX instance
initialized ..
Jul 16 09:02:38 OpenGroupware [7293]: |OpenGroupware| WOHttpAdaptor
listening on address <InetSocketAddress: *:20000>
Was habe ich vergessen??
mfg,
HJC