MNU after clean install...

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

Re: MNU after clean install...

muthu.kc
On Wed, Jul 22, 2009 at 11:37 AM, Julian Fitzell <[hidden email]> wrote:
>
> Indeed. You'll see this problem if you use WAKom to start your
> adaptor. Nobody noticed because all we're all using the new control
> panel instead... :)
>
> http://code.google.com/p/seaside/issues/detail?id=411
>
> This is fixed in Seaside-Adaptors-Comanche-jf.41 if you want to update.
>

Updated to Seaside-Adaptors-Comanche-jf.41, and still getting

MessageNotUnderstood: WANullCodec class>>encoderFor:


Muthu

>
> Or:
>  - add a call to #new in WAKom>>defaultCodec and WAKomEncoded>>defaultCodec; or
>  - use the control panel available in the World->Tools->more... menu
> to add the instance instead; or
>  - execute "WAKom default codec: WANullCodec new"
>
> Julian
>
> On Tue, Jul 21, 2009 at 9:33 PM, Boris Popov<[hidden email]> wrote:
> > Same here, heh, my first time with pharo too.
> >
> > -Boris (via BlackBerry)
> >
> > ----- Original Message -----
> > From: [hidden email]
> > <[hidden email]>
> > To: [hidden email] <[hidden email]>
> > Sent: Tue Jul 21 21:16:34 2009
> > Subject: [Seaside] MNU after clean install...
> >
> > After I perform an install of Seaside 2.9.0a4 on a clean Pharo image,
> > I start Comanche and when I navigate to the url
> > (localhost:port/seaside), I receive the following error.
> > Does anyone else get this error?
> >
> > ==========================
> >
> > Internal Server Error
> >
> > MessageNotUnderstood: WANullCodec class>>url
> >
> > ==========================
> >
> > Thanks,
> >
> > Eric
> > _______________________________________________
> > seaside mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> > _______________________________________________
> > seaside mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MNU after clean install...

Julian Fitzell-2
On Fri, Jul 24, 2009 at 4:11 AM, muthu kutti<[hidden email]> wrote:

> On Wed, Jul 22, 2009 at 11:37 AM, Julian Fitzell <[hidden email]> wrote:
>>
>> Indeed. You'll see this problem if you use WAKom to start your
>> adaptor. Nobody noticed because all we're all using the new control
>> panel instead... :)
>>
>> http://code.google.com/p/seaside/issues/detail?id=411
>>
>> This is fixed in Seaside-Adaptors-Comanche-jf.41 if you want to update.
>>
>
> Updated to Seaside-Adaptors-Comanche-jf.41, and still getting
>
> MessageNotUnderstood: WANullCodec class>>encoderFor:

Mmm... doing the update won't actually set the correct codec value. If
you've already started an adaptor with WAKom it will still be wrong.
You'll have to run one of the doits I suggested in my last email. For
example "WAKom default codec: WANullCodec new".

Also note that WAKom is essentially being deprecated. It's there for
compatibility at the moment (too many tutorials out there that use it)
but it simply starts an instance of WAComancheAdaptor. If you can,
you're better to either start using WAComancheAdaptor directly or use
the Seaside control panel to manage adaptors.

Julian
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
12