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=273History:
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=230In 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.