[Glass] GS3.2.2 Seasise 3.1.2 Zinc FastCGI debugging

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Thu Sep 18 17:31:58 PDT 2014


It occurs to me that the handling of adaptors should be changed a bit to
allow for being able to run multiple adaptors without having to go through
the stop/register/stop cha cha ...

On Thu, Sep 18, 2014 at 5:27 PM, Dale Henrichs <
dale.henrichs at gemtalksystems.com> wrote:

> Juptier,
>
> If you are using fastCGI, then you should be using the FastCGI adaptor.
>
> If you haven't already loaded the FastCGI packages,  add  'FastCGI' to
> your load list for the Seaside3 project entry:
>
> ^ TDProjectSpecEntryDefinition new
>     configuration: 'Seaside3'
>       version: '3.1.3'
>       repository:
>         '
> http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
>       loads: #('Development' 'Zinc' 'Examples' 'Tests'  'FastCGI');
>     status: #(#'active');
>     locked: false;
>     yourself
>
> Then refresh the project list and use the 'load' menu item to load the
> Seaside3 project and the code for FastCGI will be loaded ...
>
> Then you can register and launch a fastCGI server using the following
>
>   cd /home/seaside
>   ./webServer --stop                                           # stop
> running zinc server
>   ./webServer --register=fastcgi --port=9003  # register the fastcgi
> adaptor
>   ./webServer --start                                           # start
> the fastcgi server
>
> Note that the webServer script only adds a single server/port ... if you
> want to launch several fastCGI servers, I can update the webServer script...
>
> Dale
>
> On Thu, Sep 18, 2014 at 5:07 PM, Jupiter Jones via Glass <
> glass at lists.gemtalksystems.com> wrote:
>
>> Hi All,
>>
>> I am attempting to deploy a testing server on ubuntu and everything
>> installs and starts up nicely. From tODE i can start the web server and
>> connect, however when connecting via FastCGI I get a 500 - Internal Server
>> error.
>>
>> The only log entry appears to be in lighttpd error.log…
>>
>> 2014-09-18 23:47:10: (mod_fastcgi.c.3032) got proc: pid: 0 socket: tcp:
>> 127.0.0.1:9003 load: 1
>> 2014-09-18 23:47:39: (mod_fastcgi.c.2540) unexpected end-of-file (perhaps
>> the fastcgi process died): pid: 0 socket: tcp:127.0.0.1:9003
>> 2014-09-18 23:47:39: (mod_fastcgi.c.3326) response not received, request
>> sent: 725 on socket: tcp:127.0.0.1:9003 for /?, closing connection
>> 2014-09-18 23:47:39: (mod_fastcgi.c.1491) released proc: pid: 0 socket:
>> tcp:127.0.0.1:9003 load: 0
>>
>> How would I go about getting more debug info from the Zinc FastCGI server?
>>
>> There is nothing else installed in GemStone just seaside installed
>> through tODE’s “project load Seaside3”
>>
>> Any help would be much appreciated.
>>
>> Cheers,
>>
>> Jupiter
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com
>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140918/91b49506/attachment.html>


More information about the Glass mailing list