Seaside, Zinc Server Adaptor - Isuue with Duration

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

Seaside, Zinc Server Adaptor - Isuue with Duration

grt
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?


Thanks in Advance.

G R Thushar
Reply | Threaded
Open this post in threaded view
|

Re: Seaside, Zinc Server Adaptor - Isuue with Duration

Sven Van Caekenberghe-2
Hi,

On 24 Jun 2013, at 11:57, Thushar G R <[hidden email]> 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





grt
Reply | Threaded
Open this post in threaded view
|

Re: Seaside, Zinc Server Adaptor - Isuue with Duration

grt
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.


Thanks,

thushar

thuchu


On Mon, Jun 24, 2013 at 3:36 PM, Sven Van Caekenberghe <[hidden email]> wrote:
Hi,

On 24 Jun 2013, at 11:57, Thushar G R <[hidden email]> 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






Reply | Threaded
Open this post in threaded view
|

Re: Seaside, Zinc Server Adaptor - Isuue with Duration

Sven Van Caekenberghe-2
Thushar,

On 24 Jun 2013, at 12:44, Thushar G R <[hidden email]> 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.

I am not sure that the configuration that you load is good.

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 <[hidden email]> wrote:
> Hi,
>
> On 24 Jun 2013, at 11:57, Thushar G R <[hidden email]> 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
>
>
>
>
>
>


grt
Reply | Threaded
Open this post in threaded view
|

Re: Seaside, Zinc Server Adaptor - Isuue with Duration

grt
Hi Sven,

The part that "(provided you have a recent VM of course)" was the problem , i think. I have done a latest update (the said image and vm were a bit old ) and reloaded everything once again . It seems things go smooth now. Apologies for wasting your time too. By the way the Dropbox connect seems great.  Thanks a lot. 

Regards,

Thushar

thuchu


On Mon, Jun 24, 2013 at 4:51 PM, Sven Van Caekenberghe <[hidden email]> wrote:
Thushar,

On 24 Jun 2013, at 12:44, Thushar G R <[hidden email]> 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.

I am not sure that the configuration that you load is good.

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 <[hidden email]> wrote:
> Hi,
>
> On 24 Jun 2013, at 11:57, Thushar G R <[hidden email]> 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
>
>
>
>
>
>