How to restart Pier, Seaside, KomHTTP after an update

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

How to restart Pier, Seaside, KomHTTP after an update

Torsten Sadowski-2
Hi,

I tried to play with Pier again a bit and as I could not change the
environment from the SM packages I updated via Monticello as suggested
somewhere else (found it through web search). Now I just get things like
MessageNotUnderstood: WAAnchorTag>>accessKey:
WAAnchorTag(Object)>>doesNotUnderstand: #accessKey:

in the web browser and as this is probably an initialization problem would
like to know what, how, and in what order I have to reinitialize to make
it work again?

Cheers, Torsten

Reply | Threaded
Open this post in threaded view
|

Re: How to restart Pier, Seaside, KomHTTP after an update

Lukas Renggli
> I tried to play with Pier again a bit and as I could not change the
> environment from the SM packages I updated via Monticello as suggested
> somewhere else (found it through web search).

The Monticello repositories of Pier and Magritte are automatically
added during the SqueakMap installation.

> Now I just get things like
> MessageNotUnderstood: WAAnchorTag>>accessKey:
> WAAnchorTag(Object)>>doesNotUnderstand: #accessKey:

You also need to update Seaside from <http://www.squeaksource.com/Seaside>.

Cheers,
Lukas


>
> in the web browser and as this is probably an initialization problem would
> like to know what, how, and in what order I have to reinitialize to make
> it work again?
>
> Cheers, Torsten
>
>


--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: How to restart Pier, Seaside, KomHTTP after an update

Torsten Sadowski-2
Thanks Lukas,

I did now this:
update from Monticello

Seaside2.6a3
Magritte-Core
Magritte-Model
Magritte-Morph
Magritte-Seaside
Magritte-Tests
Pier-Model
Pier-Seaside
Pier-Security
Pier-Tests

Magritte-Model seems to change Magritte-Core. I did not get any messages
in the Transcript during update which is normally a good thing.

I get the Pier main page again but about all buttons give:

MessageNotUnderstood: UndefinedObject>>for:
UndefinedObject(Object)>>doesNotUnderstand: #for:
self nil
temps
aMessage for: PRContext
MADescriptionBuilder class>>for:
self MADescriptionBuilder

so there seems to be a Magritte initialization problem.

Cheers, Torsten

On Tue, 23 May 2006, Lukas Renggli wrote:

> > I tried to play with Pier again a bit and as I could not change the
> > environment from the SM packages I updated via Monticello as suggested
> > somewhere else (found it through web search).
>
> The Monticello repositories of Pier and Magritte are automatically
> added during the SqueakMap installation.
>
> > Now I just get things like
> > MessageNotUnderstood: WAAnchorTag>>accessKey:
> > WAAnchorTag(Object)>>doesNotUnderstand: #accessKey:
>
> You also need to update Seaside from <http://www.squeaksource.com/Seaside>.
>
> Cheers,
> Lukas
>
>
> >
> > in the web browser and as this is probably an initialization problem would
> > like to know what, how, and in what order I have to reinitialize to make
> > it work again?
> >
> > Cheers, Torsten
> >
> >
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to restart Pier, Seaside, KomHTTP after an update

Torsten Sadowski-2
In reply to this post by Lukas Renggli
MADescriptionBuilder initialize

solves this.

Cheers, Torsten


Reply | Threaded
Open this post in threaded view
|

Re: How to restart Pier, Seaside, KomHTTP after an update

Lukas Renggli
> Magritte-Model seems to change Magritte-Core.

Magritte-Core was renamed to Magritte-Model a long time ago.

> MADescriptionBuilder initialize

This also changed some time ago. You can find further instructions how
to migrate existing code in the Pier/Magritte mailing-list.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch