Re: Fehler beim Start
| Newsgroups | gmane.comp.cms.opengroupware.discuss.german |
|---|---|
| Message-ID | <[email protected]> |
Burkhard Jagusch wrote: >Hi, > >habe OpenGroupware unter SuSE Linux 8.2 installiert. >Hat soweit geklappt, habe die Anleitung für RedHat benutzt. >Wenn ich jetzt OpenGroupware starte gibt es folgende Fehlermeldung: > >linux:/tmp # su - opengroupware >opengroupware@linux:~> source $HOME/OpenGroupware.org.sh >opengroupware@linux:~> export LD_ASSUME_KERNEL=2.4.1 >opengroupware@linux:~> $HOME/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware \ > > >>-WOPort 20000 -WOHttpAllowHost localhost.localdomain >> >> >Jul 28 15:14:35 OpenGroupware [1726]: SNS disabled. >Jul 28 15:14:35 OpenGroupware [1726]: |OpenGroupware| CTI Dialers: >Jul 28 15:14:35 OpenGroupware [1726]: |OpenGroupware| SKYRiX instance initialized .. >Jul 28 15:14:35 OpenGroupware [1726]: |OpenGroupware| WOHttpAdaptor listening on address <InetSocketAddress: *:20000> >Uncatched Objective-C exception: >exceptionClass <class NGCouldNotBindSocketException> >Reason: Could not bind to address <InetSocketAddress: *:20000>: Address already in use >UserInfo: no userinfo > > >Wer weiss Rat > nicht direkt, aber LD_ASSUME_KERNEL ist redhat-spezifisch, ab rhl 9 (nptl, aehm :-( so was aehnliches wie "native posix thread library") diese variable wird bei *rhl* fuer manche progs benoetigt *falls_es_probleme_gibt* einfach mal weg lassen $ echo $LD_ASSUME_KERNEL 2.4.1 $ unset LD_ASSUME_KERNEL und OGo nochmal starten es koennte natuerlich auch sein dass schon etwas anders auf port 20000 lauscht # lsof -Pi :20000 vielleicht hilfts -- shrek-m