Hi,
anyone test the new version of Gemstone/S 3.01 installed with installGemstone3.0.1.sh ( from http://seaside.gemstone.com/ page ) on MacBook with the Leon Operating System ? Any consideration ? Thanks , Dario |
Hi,
I install it and all works fine on the Mac with Lion O/S. I download the GemTools 1.0-beta.8.6 for Gemstone/S 3.0.1 all platforms and udate to GLASS to 8.7.1. ( all works fine ) Now i'm interested to load Seaside3.0 / Magritte e Pier on: A) Pharo-1.0 Latest update: #10517 with GemTools 1.0-beta..8.6 image B ) and into Gemstone 3.0.1. For A) i do the : Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) load. After some works the system erase the error : MessageNotUnderstood: receiver of "adaptToNumber:andSend:" is nil
UndefinedObject(Object)>>doesNotUnderstand: #adaptToNumber:andSend:
UndefinedObject(Object)>>adaptToInteger:andSend:
UndefinedObject(Object)>>adaptToInteger:andCompare:
SmallInteger(Integer)>>>
SmallInteger>>>
SmallInteger(Magnitude)>><=
SmallInteger>><=
GoferResolvedReference>><=
SortedCollection>>defaultSort:to:
SortedCollection>>defaultSort:to:
SortedCollection>>defaultSort:to:
SortedCollection>>defaultSort:to:
SortedCollection>>sort:to:
SortedCollection>>reSort
SortedCollection>>addAll:
SortedCollection class(OrderedCollection class)>>newFrom:
Array(Object)>>as: where the GoferResolvedReference parameter is: a GoferResolvedReference name: 'Swazoo-2.3beta1' with version set to nil. For B) Development groupThe development group for Seaside 3.0.0-alpha5.15 includes the following targets:
MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [ It's correct for GLASS ? Thank for any consideration. Dario |
Dario,
A) I'm not sure about the environment that your using to load Seaside. I did the following in a GLASS 1.0-beta.8.7.1 system and the load completed successfully: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. GsDeployer deploy: [ (Smalltalk at: #ConfigurationOfSeaside30) load. ]. I used GsDeployer>>deploy: to manage out of memory, because I ran out of memory the first time I tried ... perhaps you hit an out of memory situation without realizing it? B) What you load depends upon what you are trying to do... The 'Base' group plus one of the adaptors (Swazoo, FastCCGI, or Zinc) gives you the bare minimum for running Seaside30. The choice of what to add depends upon what additional features and functionality you want ... If you know what you things you use (or don't use) then base your decision on that ... If you're not sure, then load the whole thing. Dale ----- Original Message ----- | From: "Dario Trussardi" <[hidden email]> | To: "GemStone Seaside beta discussion" <[hidden email]> | Sent: Monday, December 5, 2011 8:21:52 AM | Subject: Re: [GS/SS Beta] GS/S 3.01 on MacBook with Leon O/S | | | | | Hi, | | | | | | | | anyone test the new version of Gemstone/S 3.01 installed with | installGemstone3.0.1.sh ( from http://seaside.gemstone.com/ page ) | | | on MacBook with the Lion Operating System ? | | | I install it and all works fine on the Mac with Lion O/S. | | | | | I download the GemTools 1.0-beta.8.6 for Gemstone/S 3.0.1 all | platforms and udate to GLASS to 8.7.1. ( all works fine ) | | | | | Now i'm interested to load Seaside3.0 / Magritte e Pier on: | | | A) Pharo-1.0 Latest update: #10517 with GemTools 1.0-beta..8.6 image | | | B ) and into Gemstone 3.0.1. | | | | | | | | | For A) i do the : | | | Gofer new | squeaksource: 'MetacelloRepository'; | package: 'ConfigurationOfSeaside30'; | load. | | | (Smalltalk at: #ConfigurationOfSeaside30) load. | | | After some works the system erase the error : | | MessageNotUnderstood: receiver of "adaptToNumber:andSend:" is nil | UndefinedObject(Object)>>doesNotUnderstand: #adaptToNumber:andSend: | UndefinedObject(Object)>>adaptToInteger:andSend: | UndefinedObject(Object)>>adaptToInteger:andCompare: | SmallInteger(Integer)>>> SmallInteger>>> SmallInteger(Magnitude)>><= | SmallInteger>><= GoferResolvedReference>><= | SortedCollection>>defaultSort:to: SortedCollection>>defaultSort:to: | SortedCollection>>defaultSort:to: SortedCollection>>defaultSort:to: | SortedCollection>>sort:to: SortedCollection>>reSort | SortedCollection>>addAll: SortedCollection class(OrderedCollection | class)>>newFrom: Array(Object)>>as: | | | where the GoferResolvedReference parameter is: a | GoferResolvedReference name: 'Swazoo-2.3beta1' with version set to | nil. | | | | | | | | | For B) | | In http://code.google.com/p/glassdb/wiki/Seaside30Configuration i | found this instructions : | Development group | | | The development group for Seaside 3.0.0-alpha5.15 includes the | following targets: | | * Base group | * Seaside-Development | To install the development group into GLASS evaluate the following | expression: | | MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [ | ConfigurationOfMetacello project updateProject . | ConfigurationOfMetacello loadLatestVersion . | Gofer project load : 'Seaside30' group : 'Development' . | ]. | | | It's correct for GLASS ? | | | | | Thank for any consideration. | | Dario | | | | |
Dale, > Dario, > > A) > > I'm not sure about the environment that your using to load Seaside. I did the following in a GLASS 1.0-beta.8.7.1 system and the load completed successfully: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfSeaside30'; > load. > > GsDeployer deploy: [ > (Smalltalk at: #ConfigurationOfSeaside30) load. > ]. > > I used GsDeployer>>deploy: to manage out of memory, because I ran out of memory the first time I tried ... perhaps you hit an out of memory situation without realizing it? > OK i do it in GemTools workspace and go right. ( it load in automatic Swazoo and FastCCGI support ). My problem for A is erase when i do the following last command in Pharo-1.0 workspace Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) load. Thanks, Dario > B) > > What you load depends upon what you are trying to do... The 'Base' group plus one of the adaptors (Swazoo, FastCCGI, or Zinc) gives you the bare minimum for running Seaside30. The choice of what to add depends upon what additional features and functionality you want ... > > If you know what you things you use (or don't use) then base your decision on that ... If you're not sure, then load the whole thing. > > Dale > > ----- Original Message ----- > | From: "Dario Trussardi" <[hidden email]> > | To: "GemStone Seaside beta discussion" <[hidden email]> > | Sent: Monday, December 5, 2011 8:21:52 AM > | Subject: Re: [GS/SS Beta] GS/S 3.01 on MacBook with Leon O/S > | > | > | > | > | Hi, > | > | > | > | > | > | > | > | anyone test the new version of Gemstone/S 3.01 installed with > | installGemstone3.0.1.sh ( from http://seaside.gemstone.com/ page ) > | > | > | on MacBook with the Lion Operating System ? > | > | > | I install it and all works fine on the Mac with Lion O/S. > | > | > | > | > | I download the GemTools 1.0-beta.8.6 for Gemstone/S 3.0.1 all > | platforms and udate to GLASS to 8.7.1. ( all works fine ) > | > | > | > | > | Now i'm interested to load Seaside3.0 / Magritte e Pier on: > | > | > | A) Pharo-1.0 Latest update: #10517 with GemTools 1.0-beta..8.6 image > | > | > | B ) and into Gemstone 3.0.1. > | > | > | > | > | > | > | > | > | For A) i do the : > | > | > | Gofer new > | squeaksource: 'MetacelloRepository'; > | package: 'ConfigurationOfSeaside30'; > | load. > | > | > | (Smalltalk at: #ConfigurationOfSeaside30) load. > | > | > | After some works the system erase the error : > | > | MessageNotUnderstood: receiver of "adaptToNumber:andSend:" is nil > | UndefinedObject(Object)>>doesNotUnderstand: #adaptToNumber:andSend: > | UndefinedObject(Object)>>adaptToInteger:andSend: > | UndefinedObject(Object)>>adaptToInteger:andCompare: > | SmallInteger(Integer)>>> SmallInteger>>> SmallInteger(Magnitude)>><= > | SmallInteger>><= GoferResolvedReference>><= > | SortedCollection>>defaultSort:to: SortedCollection>>defaultSort:to: > | SortedCollection>>defaultSort:to: SortedCollection>>defaultSort:to: > | SortedCollection>>sort:to: SortedCollection>>reSort > | SortedCollection>>addAll: SortedCollection class(OrderedCollection > | class)>>newFrom: Array(Object)>>as: > | > | > | where the GoferResolvedReference parameter is: a > | GoferResolvedReference name: 'Swazoo-2.3beta1' with version set to > | nil. > | > | > | > | > | > | > | > | > | For B) > | > | In http://code.google.com/p/glassdb/wiki/Seaside30Configuration i > | found this instructions : > | Development group > | > | > | The development group for Seaside 3.0.0-alpha5.15 includes the > | following targets: > | > | * Base group > | * Seaside-Development > | To install the development group into GLASS evaluate the following > | expression: > | > | MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [ > | ConfigurationOfMetacello project updateProject . > | ConfigurationOfMetacello loadLatestVersion . > | Gofer project load : 'Seaside30' group : 'Development' . > | ]. > | > | > | It's correct for GLASS ? > | > | > | > | > | Thank for any consideration. > | > | Dario > | > | > | > | |
Free forum by Nabble | Edit this page |