From: <And...@Be...> - 2004-09-23 07:59:58
|
Hi, Restart the apache services and look in the error.log file after that. I = guess you will find complaints of perl packages, which could not be = found. Regards, Andreas PS: if you do not know the exact file, then do ps ax|grep httpd , then = find a PID and do lsof -p PID -----Urspr=FCngliche Nachricht----- Von: ope...@li... = [mailto:ope...@li...]=20 Gesendet: Mittwoch, 22. September 2004 20:15 An: ch...@cw... Cc: ope...@li... Betreff: Re: [Openinteract-help] Trouble getting an old server up On Mon, 20 Sep 2004 07:15:33 -0500 (EST), Chris Winters = <ch...@cw...> wrote: >=20 > > Okay, I located the correct logs . > > > > The error is that it cant find packages that are already installed=20 > > in /opt/OpenInteract . I have verified that the installs were=20 > > succesful but the server can't seem to find it. >=20 > At startup the server grabs all the package libraries and copies them=20 > to a flattened temporary library directory. Typically this is=20 > '$WEBSITE_DIR/tmplib' and in your case this appears to be=20 > '/home/httpd/www.website.com/tmplib' -- see that the directory exists, = > the webuser has permission to write, etc. >=20 > Chris That error dissappeared after I appended default repository.perl to the = old existing one. Now I get this ( in the virtualhost logs, not main server logs ) Error: Can't locate object method "throw" via package = "Website::ErrorObject"=20 Im running suse 9.1 , apache 1.3 , oi 1.61 ,modperl 1.29 and = apachestartup 1.26 -v > -- > Chris Winters (ch...@cw...) > Building enterprise-capable snack solutions since 1988. > ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 = Project Admins to receive an Apple iPod Mini FREE for your judgement on = who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php = _______________________________________________ openinteract-help mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openinteract-help |
From: Vijai R. <vij...@gm...> - 2004-10-01 19:57:58
|
well, I have had no luck. I tried reinstalling the whole thing and now get a whole bunch of errors with INITIAL install_sql Structure: * create_structure for mysql: no action taken Data: * Error: Cannot create SPOPS object! Basic: DBD::mysql::st execute failed: Duplicate entry A lot of these... -v On Thu, 23 Sep 2004 09:59:41 +0200, and...@be... <and...@be...> wrote: > Hi, >=20 > Restart the apache services and look in the error.log file after that. I = guess you will find complaints of perl packages, which could not be found. >=20 > Regards, >=20 > Andreas >=20 > PS: if you do not know the exact file, then do ps ax|grep httpd , then fi= nd a PID and do lsof -p PID >=20 > -----Urspr=FCngliche Nachricht----- > Von: ope...@li... [mailto:openinteract-h= elp...@li...] > Gesendet: Mittwoch, 22. September 2004 20:15 > An: ch...@cw... > Cc: ope...@li... > Betreff: Re: [Openinteract-help] Trouble getting an old server up >=20 > On Mon, 20 Sep 2004 07:15:33 -0500 (EST), Chris Winters <chris@cwinters.c= om> wrote: > > > > > Okay, I located the correct logs . > > > > > > The error is that it cant find packages that are already installed > > > in /opt/OpenInteract . I have verified that the installs were > > > succesful but the server can't seem to find it. > > > > At startup the server grabs all the package libraries and copies them > > to a flattened temporary library directory. Typically this is > > '$WEBSITE_DIR/tmplib' and in your case this appears to be > > '/home/httpd/www.website.com/tmplib' -- see that the directory exists, > > the webuser has permission to write, etc. > > > > Chris >=20 > That error dissappeared after I appended default repository.perl to the o= ld existing one. >=20 > Now I get this ( in the virtualhost logs, not main server logs ) >=20 > Error: Can't locate object method "throw" via package "Website::ErrorObje= ct" >=20 > Im running suse 9.1 , apache 1.3 , oi 1.61 ,modperl 1.29 and apachestart= up 1.26 >=20 > -v >=20 > > -- > > Chris Winters (ch...@cw...) > > Building enterprise-capable snack solutions since 1988. > > >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Projec= t Admins to receive an Apple iPod Mini FREE for your judgement on who ports= your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php ______________= _________________________________ > openinteract-help mailing list ope...@li... > https://lists.sourceforge.net/lists/listinfo/openinteract-help > |
From: Salve J. N. <sal...@me...> - 2004-10-01 22:17:24
|
Vijai Rao said: > well, I have had no luck. > > I tried reinstalling the whole thing and now get a whole bunch of > errors with INITIAL install_sql > > Structure: > * create_structure for mysql: no action taken > Data: > * Error: Cannot create SPOPS object! > Basic: DBD::mysql::st execute failed: Duplicate entry > > A lot of these... Try dropping the database before trying again... ;-) - Salve |
From: Chris W. <ch...@cw...> - 2004-10-02 04:26:24
|
On Oct 1, 2004, at 3:56 PM, Vijai Rao wrote: > well, I have had no luck. > > I tried reinstalling the whole thing and now get a whole bunch of > errors with INITIAL install_sql > > Structure: > * create_structure for mysql: no action taken > Data: > * Error: Cannot create SPOPS object! > Basic: DBD::mysql::st execute failed: Duplicate entry > > A lot of these... Here's the standard way I run an install for PostgreSQL: # dropdb foo # createdb foo # ...edit conf/server.ini with db params... # ...edit conf/global_override.ini to set Postgres as db... # oi_manage install_sql --package=INITIAL As Salve said, you might want to make sure you don't have an existing database with tables. Then again, if you want to keep the data you don't need to run the 'install_sql' piece at all. Chris -- Chris Winters Creating enterprise-capable snack systems since 1988 |