[Seaside] WAKom problem

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

[Seaside] WAKom problem

Robert Sirois
I'm getting this error:

WAToolFiles(WAFileLibrary)>>urlOf:using:

aHander does not understand #baseUrl

urlOf: aSymbol using: aHandler
    ^ aHandler baseUrl
        addToPath: self className;
        addToPath: (self asFilename: aSymbol);
        yourself

aHander is nil here (should be whatever "WAFileHander default" returns).

I can start the Kom server with "WAKom startOn: 9091", but when I point localhost at the port, it pops up that error.

RS


Hotmail: Free, trusted and rich email service. Get it now.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] WAKom problem

Julian Fitzell-2
Hi Robert,

Can you provide the Seaside version you are using and ideally a full
stack trace?

Julian

On Fri, Jan 22, 2010 at 10:03 AM, Robert Sirois <[hidden email]> wrote:

> I'm getting this error:
>
> WAToolFiles(WAFileLibrary)>>urlOf:using:
>
> aHander does not understand #baseUrl
>
> urlOf: aSymbol using: aHandler
>     ^ aHandler baseUrl
>         addToPath: self className;
>         addToPath: (self asFilename: aSymbol);
>         yourself
>
> aHander is nil here (should be whatever "WAFileHander default" returns).
>
> I can start the Kom server with "WAKom startOn: 9091", but when I point
> localhost at the port, it pops up that error.
>
> RS
>
> ________________________________
> Hotmail: Free, trusted and rich email service. Get it now.
> _______________________________________________
> 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: [Seaside] WAKom problem

Robert Sirois
I will when I get home. I used builder.seaside to make a changeset with the kom stuff, and that didn't work in a pharo image from last month or the newest one.

I ended up using ScriptLoader, but ill see if I can reproduce the problem.

RS

> From: jfitzell@gmail.com
> Date: Fri, 22 Jan 2010 17:04:33 -0800
> Subject: Re: [Seaside] WAKom problem
> To: seaside@lists.squeakfoundation.org
>
> Hi Robert,
>
> Can you provide the Seaside version you are using and ideally a full
> stack trace?
>
> Julian
>
> On Fri, Jan 22, 2010 at 10:03 AM, Robert Sirois <watchlala@hotmail.com> wrote:
> > I'm getting this error:
> >
> > WAToolFiles(WAFileLibrary)>>urlOf:using:
> >
> > aHander does not understand #baseUrl
> >
> > urlOf: aSymbol using: aHandler
> >     ^ aHandler baseUrl
> >         addToPath: self className;
> >         addToPath: (self asFilename: aSymbol);
> >         yourself
> >
> > aHander is nil here (should be whatever "WAFileHander default" returns).
> >
> > I can start the Kom server with "WAKom startOn: 9091", but when I point
> > localhost at the port, it pops up that error.
> >
> > RS
> >
> > ________________________________
> > Hotmail: Free, trusted and rich email service. Get it now.
> > _______________________________________________
> > seaside mailing list
> > seaside@lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
> _______________________________________________
> seaside mailing list
> seaside@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up now.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside