[Glass] Load Seaside30 in GLASS 3.1.0.6

Dale Henrichs dale.henrichs at gemtalksystems.com
Tue Jun 10 05:59:26 PDT 2014


I would recommend loading using GsDeployer and a Metacello driver ...

GsDeployer bulkMigrate: [
  Metacello new
    configuration: 'fPier3AddOns';
    squeaksource: 'MetacelloRepository';
    version: '???';
    load: #('??').
].

GsDeployer has an almoust out of memory handler built in which was your
first error ... Seaside uses baselines in the configs, so one must use the
Metacello drivers. Look at ConfigurationOfPier3AddOns class>>load to
determine the version and the load list ... doing a bulkMigrate: defers
class migration until all new class versions have been created and makes
only one pass through the db to migrate instances ...



On Tue, Jun 10, 2014 at 2:55 AM, Dario Trussardi <dario.trussardi at tiscali.it
> wrote:

> Ciao,
>
>         i have a new GLASS 3.1.0.6 image where i need to load ****
> Seaside30 - Magritte - Pier Package,
>
>         In GLASS 3.1.0.4 i load all from Gemtools ( without error )  with
> the command:
>
>
>         A)      Gofer it
>                 squeaksource: 'MetacelloRepository';
>                 package: 'ConfigurationOfPier3AddOns';
>                 load
>
>         B)      ConfigurationOfPier3AddOns load
>
>         Now when i do B into new GLASS 3.1.0.6 the system erase the error:
>
>                         Error: VM temporary object memory is full
>                         , almost out of memory, too many markSweeps since
> last successful scavenge
>
>
>         Can anyone suggest the best method to load All   ***
>
>         Thanks,
>
>                 Dario
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140610/d033b906/attachment-0001.html>


More information about the Glass mailing list