Server is not starting !?
Subroutine main::pid redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 103.
Subroutine main::access redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 104.
Subroutine Outside::code redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 108.
Subroutine PerlTransHandler::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 114.
Subroutine MyClass::method redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 121.
Subroutine BaseClass::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 127.
Subroutine My::child_init redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 145.
Subroutine My::child_exit redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 155.
Subroutine My::restart redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 159.
Subroutine Apache::AuthenTest::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 167.
Subroutine My::DirIndex::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 189.
Subroutine My::ProxyTest::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 207.
Subroutine handler redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 241.
Subroutine new redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl line
263.
Subroutine DESTROY redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 265.
[notice] Destruction->DESTROY called for $global_object
Subroutine handler redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl
line 6.
Subroutine one redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
14.
Subroutine two redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
25.
Subroutine three redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl
line 31.
Subroutine four redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
37.
[Sun Jun 17 02:57:52 2001] [warn] pid file
/home/ian/mod_perl-1.25/t/logs/httpd.pid overwritten -- Unclean shutdown of
previous Apache run?
[notice] Destruction->DESTROY called for $global_object
[Sun Jun 17 02:57:55 2001] [warn] [notice] child_init for process 2497,
report any problems to [no address given]

~Ian

-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 3:07 AM
To: Ian (the webguy)
Cc: mod_perl list
Subject: RE: Make Test problems...


> I did a killall httpd as root then tried it again, but to no evail.
> <snip>
> [root@ian mod_perl-1.25]# killall httpd
> httpd: no process killed
> [root@ian mod_perl-1.25]# ps auxc | grep httpd
> [root@ian mod_perl-1.25]# make test

[..]

> ../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
> httpd listening on port 8529
> will write error_log to: t/logs/error_log
> letting apache warm up...\c
> done
> /usr/bin/perl t/TEST 0
> still waiting for server to warm up...............not ok
> server failed to start! (please examine t/logs/error_log) at t/TEST line
95.
> make: *** [run_tests] Error 9
> <snipped>


what the error_log says



>
> Ian
> -----Original Message-----
> From: Stas Bekman [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 17, 2001 2:47 AM
> To: Ian (the webguy)
> Cc: mod_perl list
> Subject: RE: Make Test problems...
>
>
>
> [parts of the message were snipped]
>
> On Sun, 17 Jun 2001, Ian (the webguy) wrote:
>
> > I used the makepl_args.mod_perl file that was given to me earlier, and I
> am
> > still getting the following error messages...
> > <snippet number=1>
> > make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util'
> > cp t/conf/mod_perl_srm.conf t/conf/srm.conf
> > ../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
> > httpd listening on port 8529
> > will write error_log to: t/logs/error_log
> > letting apache warm up...\c
> > done
> > /usr/bin/perl t/TEST 0
> > still waiting for server to warm up...............not ok
> > server failed to start! (please examine t/logs/error_log) at t/TEST line
> 95.
> > make: *** [run_tests] Error 9
> > </snippet>
> >
> > [Sun Jun 17 02:12:39 2001] [crit] (98)Address already in use: make_sock:
> > could not bind to port 8529
> > Server is not starting !?
>
> you already have a server running, kill it first.
>
> $ killall httpd
>
> test that you've it killed
>
> $ ps auxc | grep httpd
>
> now try again.
>
> $ make test
>
> _____________________________________________________________________
> Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
> http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
> mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
> http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
>
>
>



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Reply via email to