GsDevKit / glassdb

Automatically exported from code.google.com/p/glassdb
0 stars 0 forks source link

SafelyPerformBlockRequiringAbort missing #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from Norbert Hartl:

I did the following to start a individual seaside based project:

- bootstrapped gs 2.4 to GLASS beta.4 with user DataCurator
- added a user seaside
- bootstrapped gs 2.4 to GLASS beta.4 for user seaside
- logged in via gemtools to user seaside
- upgrade via metacello to GLASS beta.6
- loaded ConfigurationOfPier via monticello
- Did ConfigurationOfPier project latestVersion load

Somehow the ConfigurationOfPier project latestVersion gives 1.2.1.3 which
is tagged alpha. An extra upgrade of metacello gave the same result.

Anyway I started a fast cgi gem with user seaside and got the error

Internal Server Error:
MessageNotUnderstood 2010: No method was found for the selector
<#'exceptionSetWithException:'> when sent to #'removeInstVarName:',
Behavior->#'addInstVarName:', WAProcessMonitor->'critical:for:ifError:',
FSSeasideHandler->'answerResponderRoleCheckingLock:',
SeasideHTTPService->'answerToCheckingLock:')> with arguments contained in .

This is because the class

SafelyPerformBlockRequiringAbort

is missing which is in category Gemstone-Exceptions. Looking in monticello
there is a comment in the last version that the class has been moved to a
monticello package. But I didn't find it anywhere. Downgrading one version
helped a lot :)

Next stop: pier.

Original issue reported on code.google.com by henrichs...@gmail.com on 24 Mar 2010 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 24 Mar 2010 at 6:11

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 5 May 2010 at 4:48

GoogleCodeExporter commented 9 years ago
SafelyPerformBlockRequiringAbort was moved into the Monticello package:

  Monticello.g-Dalehenrichs.400

ConfigurationOfPier pulled in a version of GsCore that was incompatible with 
the old 
version of Monticello ... 

this will all be resolved with 1.0-beta.8

Original comment by henrichs...@gmail.com on 11 May 2010 at 6:46