[Seaside] Installing seaside fresh squeak 4.3 image

H. Hirzel hannes.hirzel at gmail.com
Sat Aug 25 07:54:32 UTC 2012


''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
I did the test with a pristine image another time.
http://ftp.squeak.org/4.3/Squeak-4.3-All-in-One.zip (used as is; NO
updates applied)

This time instead of manually loading
   ConfigurationOfSeaside30-dkh.375

I used the command which Casimiro used

and again with the logging info Dale recommended



Installer ss project: 'MetacelloRepository';
    install: 'ConfigurationOfSeaside30'.

(Smalltalk at: #ConfigurationOfSeaside30) project latestVersion record.


The same MetaCello Spec error came up
No version found for #stable of ConfigurationOfZincHTTPComponents


-- Hannes

''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
The Transcript log follows
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

reading http://www.squeaksource.com/MetacelloRepository...
 found ConfigurationOfSeaside30-dkh.375.mcz...
loaded

ConfigurationOfMetacello>>project (MetacelloMCProject is Undeclared)
Loading 1.0-beta.31.1.4 of ConfigurationOfMetacello...
Fetched -> ConfigurationOfGofer-dkh.36 ---
http://www.squeaksource.com/MetacelloRepository ---
http://seaside.gemstone.com/ss/metacello
Loaded -> ConfigurationOfGofer-dkh.36 ---
http://www.squeaksource.com/MetacelloRepository ---
http://www.squeaksource.com/MetacelloRepository
Project: Gofer Core 1.0.5.1
Fetched -> Gofer-Core.squeak-dkh.135 ---
http://seaside.gemstone.com/ss/metacello ---
http://seaside.gemstone.com/ss/metacello
Loaded -> Gofer-Core.squeak-dkh.135 ---
http://seaside.gemstone.com/ss/metacello --- cache
...finished 1.0-beta.31.1.4
Loading 1.0-beta.31.1.4 of ConfigurationOfMetacello...
Project: Gofer Core 1.0.5.1
...finished 1.0-beta.31.1.4
Recording 3.0.7 of ConfigurationOfSeaside30...
Project: Grease Core 1.0.7
Fetched -> ConfigurationOfGrease-dkh.187 ---
http://www.squeaksource.com/MetacelloRepository ---
http://www.squeaksource.com/MetacelloRepository
Loaded -> ConfigurationOfGrease-dkh.187 ---
http://www.squeaksource.com/MetacelloRepository ---
C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test5\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
Project: Grease Core Tests 1.0.7
Project: Zinc stable
Fetched -> ConfigurationOfZincHTTPComponents-SeanDeNigris.26 ---
http://www.squeaksource.com/ZincHTTPComponents ---
http://www.squeaksource.com/ZincHTTPComponents
Loaded -> ConfigurationOfZincHTTPComponents-SeanDeNigris.26 ---
http://www.squeaksource.com/ZincHTTPComponents ---
C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test5\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
Project: OB stable
Fetched -> ConfigurationOfOmniBrowser-EstebanLorenzano.163 ---
http://www.squeaksource.com/MetacelloRepository ---
http://www.squeaksource.com/MetacelloRepository
Loaded -> ConfigurationOfOmniBrowser-EstebanLorenzano.163 ---
http://www.squeaksource.com/MetacelloRepository ---
C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test5\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
Project: SPort2 2.31
Fetched -> ConfigurationOfSPort2-DaleHenrichs.4 ---
http://www.squeaksource.com/MetacelloRepository ---
http://www.squeaksource.com/MetacelloRepository
Loaded -> ConfigurationOfSPort2-DaleHenrichs.4 ---
http://www.squeaksource.com/MetacelloRepository ---
C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test5\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
...finished 3.0.7

On 8/25/12, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> On 8/22/12, Dale Henrichs <dhenrich at vmware.com> wrote:
>> Casimiro,
>>
>> If I look at the ConfigurationOfSeaside30 I am also surprised that you
>> didn't get the zinc adaptor or Kom loaded by default...
>>
>> I'd be interested to see the results of printing record in your image:
>>
>>   ConfigurationOfSeaside30 project latestVersion record.
>>
>> this might give us some clues as to what is going on ...
>>
>> BTW, I'll be flying to ESUG tomorrow, so I might not get back to the list
>> until Saturday ...
>>
>> Dale
>
> Hello Dale and Casimiro
>
> I did the test as well with a pristine Squeak 4.3 All-in-One image
> from www.squeak.org
> http://ftp.squeak.org/4.3/Squeak-4.3-All-in-One.zip
> (just the release, no updates applied)
>
> The my activity log and the results from the Transcript window are below.
>
> HTH
> --Hannes
>
>
>
> "ACTIVITIES HJH"
> Open Monticello Browser, click on '+Repository' / Http repository
>
>
> MCHttpRepository
>     location: 'http://www.squeaksource.com/Seaside30'
>     user: ''
>     password: ''
>
>
> Manually load
>
> ConfigurationOfSeaside30-dkh.375
> Author: dkh
> Time: 24 May 2012, 2:52:57 pm
>
>
> Open Transcript window
>
> Execute:
>
> ConfigurationOfSeaside30 project latestVersion record.
>
>
>
> A DEBUGGER WINDOW appearswith the message
>
> No version found for #stable of ConfigurationOfZincHTTPComponents
>
> 'Proceed' key was pressed ...
>
>
>
>
>
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Content of Transcript
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> ConfigurationOfMetacello>>project (MetacelloMCProject is Undeclared)
> Loading 1.0-beta.31.1.4 of ConfigurationOfMetacello...
> Fetched -> ConfigurationOfGofer-dkh.36 ---
> http://www.squeaksource.com/MetacelloRepository ---
> http://seaside.gemstone.com/ss/metacello
> Loaded -> ConfigurationOfGofer-dkh.36 ---
> http://www.squeaksource.com/MetacelloRepository ---
> http://www.squeaksource.com/MetacelloRepository
> Project: Gofer Core 1.0.5.1
> Fetched -> Gofer-Core.squeak-dkh.135 ---
> http://seaside.gemstone.com/ss/metacello ---
> http://seaside.gemstone.com/ss/metacello
> Loaded -> Gofer-Core.squeak-dkh.135 ---
> http://seaside.gemstone.com/ss/metacello --- cache
> ...finished 1.0-beta.31.1.4
> Loading 1.0-beta.31.1.4 of ConfigurationOfMetacello...
> ...RETRY->ConfigurationOfGofer
> Project: Gofer Core 1.0.5.1
> ...finished 1.0-beta.31.1.4
> Recording 3.0.7 of ConfigurationOfSeaside30...
> Project: Grease Core 1.0.7
> Fetched -> ConfigurationOfGrease-dkh.187 ---
> http://www.squeaksource.com/MetacelloRepository ---
> http://www.squeaksource.com/MetacelloRepository
> Loaded -> ConfigurationOfGrease-dkh.187 ---
> http://www.squeaksource.com/MetacelloRepository ---
> C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test4\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
> Project: Grease Core Tests 1.0.7
> Project: Zinc stable
> Fetched -> ConfigurationOfZincHTTPComponents-SeanDeNigris.26 ---
> http://www.squeaksource.com/ZincHTTPComponents ---
> http://www.squeaksource.com/ZincHTTPComponents
> Loaded -> ConfigurationOfZincHTTPComponents-SeanDeNigris.26 ---
> http://www.squeaksource.com/ZincHTTPComponents ---
> C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test4\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
>
>
>
> " Note by Hannes:
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
> " Debugger window with
> " No version found for #stable of ConfigurationOfZincHTTPComponents "
> " Hannes hits the 'proceed' key"
>
>
>
>
> Project: OB stable
> Fetched -> ConfigurationOfOmniBrowser-EstebanLorenzano.163 ---
> http://www.squeaksource.com/MetacelloRepository ---
> http://www.squeaksource.com/MetacelloRepository
> Loaded -> ConfigurationOfOmniBrowser-EstebanLorenzano.163 ---
> http://www.squeaksource.com/MetacelloRepository ---
> C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test4\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
> Project: SPort2 2.31
> Fetched -> ConfigurationOfSPort2-DaleHenrichs.4 ---
> http://www.squeaksource.com/MetacelloRepository ---
> http://www.squeaksource.com/MetacelloRepository
> Loaded -> ConfigurationOfSPort2-DaleHenrichs.4 ---
> http://www.squeaksource.com/MetacelloRepository ---
> C:\Users\Hannes\Documents\Squeak4.3Test\Squeak-4.3-All-in-One-Seaside-Test4\Squeak-4.3-All-in-One.app\Contents\Resources\package-cache
> ...finished 3.0.7
>
>
>
>
>
>
>
>>
>> ----- Original Message -----
>> | From: "Casimiro de Almeida Barreto" <casimiro.barreto at gmail.com>
>> | To: "Seaside - general discussion" <seaside at lists.squeakfoundation.org>
>> | Sent: Wednesday, August 22, 2012 12:47:38 PM
>> | Subject: [Seaside] Installing seaside fresh squeak 4.3 image
>> |
>> |
>> | Hello,
>> |
>> | Yesterday I tried to install (for didactic purposes) seaside in a
>> | fresh squeak 4.3 image. The following script was used:
>> |
>> |
>> |
>> | Installer ss project: 'MetacelloRepository';
>> | install: 'ConfigurationOfSeaside30'.
>> |
>> | (Smalltalk at: #ConfigurationOfSeaside30) load.
>> |
>> | And, to my surprise, no ZnServer neither WAKom or other server was
>> | installed. Interesting enough, installation went smooth (no errors
>> | or other weird stuff except by the traditional 'version not found').
>> | Guess some dependency went to limbo. In order to proceed I used a
>> | backup image some six months old for which installation went OK.
>> |
>> | CdAB
>> |
>> | _______________________________________________
>> | seaside mailing list
>> | seaside at lists.squeakfoundation.org
>> | http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> |
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>


More information about the seaside mailing list