Installing Magritte on squeak-web causes error

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

Installing Magritte on squeak-web causes error

Robert Stehwien
On Max OS X Squeak 3.9 I started with sq3.9-7067web07.08.1.image and
tested that Seaside worked.  Then I installed Margritte 1.0.13 using
SqueakMap and Seaside no longer works.  The counter example shows the
following error:
----------
Internal Server Error
MessageNotUnderstood: UndefinedObject>>new

Comanche/6.2 (Mac OS) Server at localhost Port 9090
----------

Any idea how to fix the error?

Thanks,
Robert
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Installing Magritte on squeak-web causes error

Robert Stehwien
On 8/9/07, Robert Stehwien <[hidden email]> wrote:

> On Max OS X Squeak 3.9 I started with sq3.9-7067web07.08.1.image and
> tested that Seaside worked.  Then I installed Margritte 1.0.13 using
> SqueakMap and Seaside no longer works.  The counter example shows the
> following error:
> ----------
> Internal Server Error
> MessageNotUnderstood: UndefinedObject>>new
>
> Comanche/6.2 (Mac OS) Server at localhost Port 9090
> ----------
>
> Any idea how to fix the error?
>
> Thanks,
> Robert
>

As it turns out Magritte is already installed on the image so I didn't
need to install using SqueakMap, but I checked SqueakMap before the
class browser and SM didn't show Magritte was installed.

So my problem isn't urgent, but I am curious.

--Robert
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Re: Installing Magritte on squeak-web causes error

Lukas Renggli
> As it turns out Magritte is already installed on the image so I didn't
> need to install using SqueakMap, but I checked SqueakMap before the
> class browser and SM didn't show Magritte was installed.

I guess Magritte from SqueakMap tries to install an older version of
Seaside. This breaks the dispatcher configuration.

Evaluate:

    WADispatcher resetAll

And then restart your server:

    WAKom startOn: 8080

> SM didn't show Magritte was installed.

squeak-web images are based on Package Universe, not SqueakMap.

Lukas


--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside