[Glass] SafelyPerformBlockRequiringAbort error when running Seaside

BrunoBB smalltalk at adinet.com.uy
Wed Feb 19 13:20:27 PST 2020


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


More information about the Glass mailing list