Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-2.4.x  
Version-1.0-beta.8

New issue 259 by [hidden email]: Installing seaside in GS 2.4.4.1  
/GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

What steps will reproduce the problem?
1.
MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
        [
                Gofer project load: 'Seaside30' version: '3.0.4'.
        ]
        on: Warning do: [:ex | ex resume ]].

What is the expected output? What do you see instead?

Loading the command results in the error, that no Stable version of
ConfigurationOfGsOB is found.
Indeed, issueing

   ConfigurationOfGsOB project version: #stable

results in nil.

However, running

   ConfigurationOfMetacello project updateProject.
   ConfigurationOfMetacello loadLatestVersion.

loads the latest Metacello-Version that supports named Versions,

   ConfigurationOfGoferProjectLoader project updateProject.
   ConfigurationOfGoferProjectLoader project load: #stable.

and GoferProject support for that
and Seaside loads again.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb
Updates:
        Labels: -GLASS-Server GLASS-Scripts

Comment #1 on issue 259 by [hidden email]: Installing seaside in GS  
2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb

Comment #2 on issue 259 by [hidden email]: Installing seaside in GS  
2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

Yes, another alternative is to update GLASS to the latest released version  
before loading Seaside3.0 ... use the Update button.

Reply | Threaded
Open this post in threaded view
|

Re: Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb
Updates:
        Status: Invalid

Comment #3 on issue 259 by [hidden email]: Installing seaside in GS  
2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

Ok, then I invalidate my Report :)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb
Updates:
        Status: Accepted

Comment #4 on issue 259 by [hidden email]: Installing seaside in GS  
2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

Nope... you were following the instructions and the documentation should be  
more explicit ... still a _valid_ bug report:)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 259 in glassdb: Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.

glassdb
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.8.7

Comment #5 on issue 259 by [hidden email]: Installing seaside in GS  
2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259

Added metacello update to all of the load expressions (that I found) so  
that Metacello will be kept up-to-date.