Thushar,
I am not sure that the configuration that you load is good.
On 24 Jun 2013, at 12:44, Thushar G R <thushar.gr@gmail.com> wrote:
> Hi Sven,
>
> I loaded seaside from the ConfigurationBrowser , Seaside30 install.
>
> After i loaded ZincHTTPComponents and started server by.
>
> ZnZincServerAdaptor startOn: 8080
>
> i opened the localhost:8080
>
> and i got the error on Duration.
Maybe a faster way to start is by downloading a prebuilt Seaside image
https://ci.inria.fr/pharo-contribution/job/Seaside/47/PHARO=20,SEASIDE_VERSION=30,VERSION=stable,VM=vm/
Sadly, that is incomplete as well: it does not include ZnZincServerAdaptor ;-)
So next, update Zinc by loading its configuration from the ConfigurationBrowser (that one is OK).
Finally, load the adaptor
ConfigurationOfZincHTTPComponents project latestVersion load: 'Seaside'.
And you should be good (provided you have a recent VM of course). It works for me.
HTH,
Sven
> Thanks,
>
> thushar
>
> thuchu
>
>
> On Mon, Jun 24, 2013 at 3:36 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
> Hi,
>
> On 24 Jun 2013, at 11:57, Thushar G R <thushar.gr@gmail.com> wrote:
>
> > Hi ,
> >
> > I have Seaside 3.0 running on pharo 2.0. I started the Zinc server adaptor and when i opened url for seaside i got an error on Duration(Object)>>doesNotUnderstand: #adaptToNumber:andSend:. Is it normal. Am i missing something in the load chain?
>
> We'll need more info: how did you load Seaside ? Stacktrace ?
>
> > Thanks in Advance.
> >
> > G R Thushar
>
> Sven
>
>
> --
> Sven Van Caekenberghe
> Proudly supporting Pharo
> http://pharo.org
> http://association.pharo.org
> http://consortium.pharo.org
>
>
>
>
>
>