[OGo-Users] Re: starting ogo-webui-1.0 ...: [FAILED]

James Watkins users@opengroupware.org
Wed, 29 Nov 2006 13:49:38 -0600


Ok, you guys are great. I found libobjc at
http://fr.rpmfind.net/linux/rpm2html/search.php?query=libobjc and
added it with rpm and the webui started right up, but now i am
configuring apache according to
http://www.opengroupware.org/en/install/apache13.html and when i run
$ ogo-webui-1.1 \
  -WOPort 20000 -WOHttpAllowHost localhost

it returns the following until it crashes:

----

### child 31212 (#21) exited with status 1 (#fails=21, uptime=0s).

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: storing cached vCards
files in: '/var/lib/opengroupware.org/documents'

Nov 29 19:26:27 ogo-webui-1.1 [31214]: account::change-password: using
password field: 'userPassword'

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: members of role team
'team creators' are allowed to create teams.

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: located no additional themes.

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: located translations:
German, English

Nov 29 19:26:27 ogo-webui-1.1 [31214]: |ogo-webui-1.1| CTI Dialers:

Nov 29 19:26:27 ogo-webui-1.1 [31214]: WOCompoundElement: pool embedding is on.

Nov 29 19:26:27 ogo-webui-1.1 [31214]: WOCompoundElement: id logging is on.

Nov 29 19:26:27 ogo-webui-1.1 [31214]: OGoProject: available project
bases: FileSystem,Database

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: load storage bundle:
'OGoFileSystemProject.ds'

Nov 29 19:26:27 ogo-webui-1.1 [31214]: Note: load storage bundle:
'OGoDatabaseProject.ds'

Nov 29 19:26:28 ogo-webui-1.1 [31214]: Note: doc-viewer did not find Epoz.

Nov 29 19:26:28 ogo-webui-1.1 [31214]: Note: found doc-viewers
attributes,contents,versions,access,logs

Nov 29 19:26:28 ogo-webui-1.1 [31214]: Note: using default doc-viewer rules.

Nov 29 19:26:28 ogo-webui-1.1 [31214]: Note: folder-view did not find Epoz.

Nov 29 19:26:28 ogo-webui-1.1 [31214]: SkyPersonViewer: form letter
types: excel, framemaker, winword

Nov 29 19:26:28 ogo-webui-1.1 [31214]: |ogo-webui-1.1| root has no
password, you need to assign one!

Nov 29 19:26:28 ogo-webui-1.1 [31214]: |ogo-webui-1.1|
OpenGroupware.org instance initialized.

Nov 29 19:26:28 ogo-webui-1.1 [31214]: |ogo-webui-1.1| WOHttpAdaptor
listening on address *:20000

Uncatched Objective-C exception:

exceptionClass <class NGCouldNotBindSocketException>

Reason: Could not bind to address
<0x0x86a9d4c[NGInternetSocketAddress]: *host port=20000>: Address
already in use

UserInfo: no userinfo
----

Any suggestions?