Issue 273 in glassdb: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 273 in glassdb: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream

glassdb
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231

New issue 273 by [hidden email]: Squeak-dkh.258 gives FastCGI error:  
InterpreterError 2192: End of stream was encountered in ReadStream
http://code.google.com/p/glassdb/issues/detail?id=273

History:
I found that the integration in Squeak-NickAger.262 somehow causes the  
FastCGI server to stop functioning. I've tried debugging with breakpoints  
in #internalServerMalfunction: and #internalServerErrorMessage: but to no  
avail.

My front end server (Nginx) reports:
FastCGI sent in stderr: "InterpreterError 2192: End of stream was  
encountered in ReadStream:  <anAnsiReadStream>" while reading response  
header from upstream, client: 172.16.181.1, server: _, request: "GET /  
HTTP/1.1", upstream: "fastcgi://127.0.0.1:9001", host: "172.16.181.203"

followed by:

upstream prematurely closed connection while reading response header from  
upstream, client: 172.16.181.1, server: _, request: "GET / HTTP/1.1",  
upstream: "fastcgi://127.0.0.1:9001", host: "172.16.181.203"

Working back along the integrations it appears the problem is with the code  
brought in by Squeak-dkh.258

The check-in details for Squeak-dkh.258 are:

Name: Squeak-dkh.258
Author: dkh
Time: 25 March 2011, 14:02:05
UUID: 99c21aef-2115-425f-82a9-98f7ead16e24
Ancestors: Squeak-dkh.257

- fix Issue 229: ScaledDecimal class>>readFrom: returns Number not  
ScaledDecimal
   http://code.google.com/p/glassdb/issues/detail?id=229
- fix Issue 230: Number class>>readFrom: fails when Locale  
class>>decimalPoint not '.'
   http://code.google.com/p/glassdb/issues/detail?id=230

In the meantime I've rolled back Squeak-dkh.258 with a new integration  
Squeak-NickAger.263, which includes all previous work without  
Squeak-dkh.258.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 273 in glassdb: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream

glassdb
Updates:
        Status: Accepted
        Labels: Milestone-1.0-beta.8.7

Comment #1 on issue 273 by [hidden email]: Squeak-dkh.258 gives FastCGI  
error: InterpreterError 2192: End of stream was encountered in ReadStream
http://code.google.com/p/glassdb/issues/detail?id=273

Hmm, I am using Squeak-dkh.258 with FastCGI for SqueakSource3 without  
issues, but then again I have the development version of GLASS 1.0-beta.8.7  
loaded, so when I release 1.0-beta.8.7 the issue will be resolved.

GsCore 0.245 (also development) is the configuration that specifies  
Squeak-dkh.258, but I see that you have been doing work to integrate Ken  
and Ottos work...

A little closer look at the bugfixes reveals that Core-dkh.43 was also  
involved in the fixes, so without that package all bets _are_ off ...

For the time being bypassing the changes to Squeak-dkh.258 makes the most  
sense...

Reply | Threaded
Open this post in threaded view
|

Re: Issue 273 in glassdb: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream

glassdb
Updates:
        Status: Fixed

Comment #2 on issue 273 by [hidden email]: Squeak-dkh.258 gives FastCGI  
error: InterpreterError 2192: End of stream was encountered in ReadStream
http://code.google.com/p/glassdb/issues/detail?id=273

For Seaside 3.0.6 (dkh.328) picking up GsCore 0.245 and the latest Squeak  
changes so this issue should be resolved.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 273 in glassdb: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream

glassdb
Updates:
        Labels: -Version-GLASS0.231 Version-1.0-beta.8.6 Fixed-1.0-beta.8.7

Comment #3 on issue 273 by [hidden email]: Squeak-dkh.258 gives FastCGI  
error: InterpreterError 2192: End of stream was encountered in ReadStream
http://code.google.com/p/glassdb/issues/detail?id=273

(No comment was entered for this change.)