Catalyst on Windows with FastCGI

View: New views
2 Messages — Rating Filter:   Alert me  

Catalyst on Windows with FastCGI

by Renee Bäcker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I want to run my Catalyst app on Windows with FastCGI. I followed the
instructions at
http://dev.catalystframework.org/wiki/deployment/apache_fastcgi_win32

But when I try to run the app, I get these errors:


[Tue Oct 06 16:03:20 2009] [notice] Child 2252: Child process is running
[Tue Oct 06 16:03:20 2009] [notice] Child 2252: Acquired the start mutex.
[Tue Oct 06 16:03:20 2009] [notice] Child 2252: Starting 64 worker threads.
[Tue Oct 06 16:03:20 2009] [notice] FastCGI: process manager initialized
[Tue Oct 06 16:03:20 2009] [notice] Child 2252: Starting thread to
listen on port 4000.
[Tue Oct 06 16:03:20 2009] [notice] Child 2252: Starting thread to
listen on port 8080.
[Tue Oct 06 16:03:24 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" started (pid 3744)
[Tue Oct 06 16:03:24 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" (pid 3744) terminated with exit with
status '9'
[Tue Oct 06 16:03:29 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" restarted (pid 2744)
[Tue Oct 06 16:03:29 2009] [error] [client 127.0.0.1] (OS 109)Die Pipe
wurde beendet.  : FastCGI: comm with server
"C:/GriPS/script/grips_fastcgi.pl" aborted: GetOverlappedResult() failed
[Tue Oct 06 16:03:29 2009] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server
"C:/GriPS/script/grips_fastcgi.pl"
[Tue Oct 06 16:03:29 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" (pid 2744) terminated with exit with
status '9'
[Tue Oct 06 16:03:34 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" restarted (pid 2368)
[Tue Oct 06 16:03:34 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" (pid 2368) terminated with exit with
status '9'
[Tue Oct 06 16:03:39 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" restarted (pid 3836)
[Tue Oct 06 16:03:39 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" (pid 3836) terminated with exit with
status '9'
[Tue Oct 06 16:03:39 2009] [warn] FastCGI: (dynamic) server
"C:/GriPS/script/grips_fastcgi.pl" has failed to remain running for 30
seconds given 3 attempts, its restart interval has been backed off to
600 seconds


Does anybody know, what goes wrong?

- Renee

--

Perl-Magazin: http://perl-magazin.de
Perl-Nachrichten: http://perl-nachrichten.de

_______________________________________________
List: Catalyst@...
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@.../
Dev site: http://dev.catalyst.perl.org/

Re: Catalyst on Windows with FastCGI

by Will Hawes-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/6 Renee Bäcker <mailinglisten@...>:
> Hi,
>
> I want to run my Catalyst app on Windows with FastCGI. I followed the
> instructions at
> http://dev.catalystframework.org/wiki/deployment/apache_fastcgi_win32
>
> But when I try to run the app, I get these errors:

First, have you tried running the code in question without FastCGI
(e.g. from the command line) to eliminate obvious things like missing
modules and syntax errors? Those can present symptoms similar to those
you mention, with FastCGI masking the real error.

Also double check the version of mod_fastcgi you are using. Make
absolutely sure you are using the most recent snapshot version of
mod_fastcgi. Older versions do not work well, if at all, with Apache
on Win32.

_______________________________________________
List: Catalyst@...
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@.../
Dev site: http://dev.catalyst.perl.org/