[Seaside] error uploading file

Philippe Marschall philippe.marschall at gmail.com
Mon Nov 8 17:18:54 UTC 2010


2010/11/8 Esteban Lorenzano <estebanlm at gmail.com>:
> Hi,
> I'm using final Seaside 3.0 version, with comanche adaptor on a cog vm for
> linux (latest cog compiled by eliot).
> I'm uploading a very small pdf (250K) and uploading is failing with:
>
> Internal Server Error
>
> Error: basicNew: failed
> KomHttpServer/7.1.3 (unix) Server at 'orfgen'.'han-solo'.'net' Port 8081
>
>
> Any idea what happens?

It's a bit hard to tell ;-) Can you but a breakpoint in #basicNew:
right before #primitiveFailed? A stack trace with variable would be
helpful, something along the lines of

String streamContents: [ :stream |
	thisContext errorReportOn: stream ]

(watch out for truncation). Finally can you give us your Smalltalk and
Kom version?


Cheers
Philippe


More information about the seaside mailing list