[Glass] SafelyPerformBlockRequiringAbort error when running Seaside
Dale Henrichs
dale.henrichs at gemtalksystems.com
Wed Feb 19 13:27:57 PST 2020
A stack would be useful if you need help.
Dale
On 2/19/20 1:20 PM, BrunoBB via Glass wrote:
> Hi,
>
> A fresh GS 3.5.1 installation and installing Seaside with:
> Gofer new
> package: 'GsUpgrader-Core';
> url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
> load.
> (Smalltalk at: #GsUpgrader) upgradeGrease.
> GsDeployer deploy: [
> Metacello new
> baseline: 'Seaside3';
> repository: 'github://GsDevKit/Seaside31:gs_master/repository';
> onLock: [:ex | ex honor];
> load: 'CI' ].
>
> When running Seaside with:
> | handler commitThreshold |
> commitThreshold := 65.
> handler := AlmostOutOfMemory addDefaultHandler: [ :ex | self halt ].
> SessionTemps current at: #'AlmostOutOfMemoryStaticException' put:
> handler.
> System signalAlmostOutOfMemoryThreshold: commitThreshold.
> [WAGsZincAdaptor startOn: 8787]
> on: AlmostOutOfMemory enable
> do: [:ex | ex error: ex description].
>
> The Seaside server at http://192.168.178.130:8787/ answer the following
> exception:
> Internal server malfunction
> a MessageNotUnderstood occurred (error 2010), a
> SafelyPerformBlockRequiringAbort class does not understand #'do:'
> You should contact the system administrator
>
> Still researching on this error. Any comment is welcome ...
>
> regards,
> bruno
>
>
>
> --
> Sent from: http://forum.world.st/GLASS-f1460844.html
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> https://lists.gemtalksystems.com/mailman/listinfo/glass
More information about the Glass
mailing list