Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

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

Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
Hi

on trying to install Seaside on Pharo4 I get the following warning popup
===
This package depends on the following classes:
  ContextPart
You must resolve these dependencies before you will be able to load these definitions:
  localAt:
  localAt:put:
  localSize
  serialiseOn:
Select Proceed to continue, or close this window to cancel the operation.
===
I selected [proceed] and the option Tools->seaside control panel did come and could start Zn server ...

but what is the warning and how to resolve it ?

and
just as a point of interest
how to get the Kom and Swazoo web servers as they are not appearing in the option "Add adaptor ..."

regards
Sanjay
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Philippe Marschall
On Thu, Nov 13, 2014 at 6:45 AM, Sanjay-M <[hidden email]> wrote:

> Hi
>
> on trying to install Seaside on Pharo4 I get the following warning popup
> ===
> This package depends on the following classes:
>   ContextPart
> You must resolve these dependencies before you will be able to load these
> definitions:
>   localAt:
>   localAt:put:
>   localSize
>   serialiseOn:
> Select Proceed to continue, or close this window to cancel the operation.
> ===
> I selected [proceed] and the option Tools->seaside control panel did come
> and could start Zn server ...
>
> but what is the warning and how to resolve it ?

Switch to Seaside 3.2 ;-)

> and
> just as a point of interest
> how to get the Kom and Swazoo web servers as they are not appearing in the
> option "Add adaptor ..."

If you're using Metacello by loading the groups 'Kom' or 'Swazoo'.
They may or may not work in Pharo 4.

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

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
Thanks Philippe

can you pls help me on how to loade seaside 3.2

In Monticello I added a repository
type HTTP - with the following info
       "MCHttpRepository
        location: 'http://smalltalkhub.com/mc/Seaside/Seaside32/main'
        user: ''
        password: ''
       "

next popup is as folows - pls advice what is to be done


and incidentally how to get Kom / Swazoo

thanks
Sanjay

Philippe Marschall wrote
On Thu, Nov 13, 2014 at 6:45 AM, Sanjay-M <[hidden email]> wrote:
> Hi
>
> on trying to install Seaside on Pharo4 I get the following warning popup
> ===
> This package depends on the following classes:
>   ContextPart
> You must resolve these dependencies before you will be able to load these
> definitions:
>   localAt:
>   localAt:put:
>   localSize
>   serialiseOn:
> Select Proceed to continue, or close this window to cancel the operation.
> ===
> I selected [proceed] and the option Tools->seaside control panel did come
> and could start Zn server ...
>
> but what is the warning and how to resolve it ?

Switch to Seaside 3.2 ;-)

> and
> just as a point of interest
> how to get the Kom and Swazoo web servers as they are not appearing in the
> option "Add adaptor ..."

If you're using Metacello by loading the groups 'Kom' or 'Swazoo'.
They may or may not work in Pharo 4.

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

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Paul DeBruicker
You don't want Kom or Swazoo.  You want to use Zinc.  Its the only supported webserver with Pharo 3 & 4.  


Load the ConfigurationOfSeaside3 from this metacello repo:


MCHttpRepository
        location: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
        user: ''
        password: ''



Then in a workspace run

(ConfigurationOfSeaside 3 project version:'3.2.0') load: 'Tests'.


Hope this helps get you sorted

Paul





Sanjay-M wrote
Thanks Philippe

can you pls help me on how to loade seaside 3.2

In Monticello I added a repository
type HTTP - with the following info
       "MCHttpRepository
        location: 'http://smalltalkhub.com/mc/Seaside/Seaside32/main'
        user: ''
        password: ''
       "

next popup is as folows - pls advice what is to be done


and incidentally how to get Kom / Swazoo

thanks
Sanjay

Philippe Marschall wrote
On Thu, Nov 13, 2014 at 6:45 AM, Sanjay-M <[hidden email]> wrote:
> Hi
>
> on trying to install Seaside on Pharo4 I get the following warning popup
> ===
> This package depends on the following classes:
>   ContextPart
> You must resolve these dependencies before you will be able to load these
> definitions:
>   localAt:
>   localAt:put:
>   localSize
>   serialiseOn:
> Select Proceed to continue, or close this window to cancel the operation.
> ===
> I selected [proceed] and the option Tools->seaside control panel did come
> and could start Zn server ...
>
> but what is the warning and how to resolve it ?

Switch to Seaside 3.2 ;-)

> and
> just as a point of interest
> how to get the Kom and Swazoo web servers as they are not appearing in the
> option "Add adaptor ..."

If you're using Metacello by loading the groups 'Kom' or 'Swazoo'.
They may or may not work in Pharo 4.

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

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
Thanks Paul but Nope I get the error and worse ...

i loaded ConfigurationOfSeaside3-JohanBrichau.218

I get the error
    ===
    This package depends on the following classes:
        ContextPart
    You must resolve these dependencies before you will be able to load these definitions:
        localAt:
        localAt:put:
        localSize
     serialiseOn:
   Select Proceed to continue, or close this window to cancel the operation.
   ===

and (worse ...)
in Seaside Control panel in Add Adaptor ...
I do not get the option ZnZinc Server
I only get WATestServerAdaptor which shows as Stopped - the [start] is disabled and I cannot  remove either.

(also just for others who newbie like me who may be trying ... the command would be
    (ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'.
i.e. no space between ConfigurationOfSeaside and 3)

Thanks
Sanjay
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Philippe Marschall
In reply to this post by Sanjay Minni
On Thu, Nov 13, 2014 at 11:35 AM, Sanjay-M <[hidden email]> wrote:

> Thanks Philippe
>
> can you pls help me on how to loade seaside 3.2
>
> In Monticello I added a repository
> type HTTP - with the following info
>        "MCHttpRepository
>         location: 'http://smalltalkhub.com/mc/Seaside/Seaside32/main'
>         user: ''
>         password: ''
>        "
>
> next popup is as folows - pls advice what is to be done
> <http://forum.world.st/file/n4789956/Pharo4Seaside32.jpg>
>
> and incidentally how to get Kom / Swazoo

Do you load "by hand" (select each package manually) or do you use Metacello?

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

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
Philippe

here is what I do:

World Menu->Monticello Browser
click on [+repository]
Select->HTTP
in the Popup-Information Required
replace the current content with
     MCHttpRepository
        location: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
        user: ''
        password: ''
I get a Popup titled "Repository:http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main"
Select ConfigurationOfSeaside3 in the left Panel
Select ConfigurationOfSeaside3-JohanBrischau.218.mcz in the right panel
click on [Load]


... and then run in a workspace
(ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'. by DoIt
 

regards
Sanjay
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Johan Brichau-2
Mind that there is currently a bug in using the Zinc adaptor with (the not released) Seaside 3.2
I sent a patch to Sven so it should soon be available, so ensure to use the latest Zinc-Seaside package.

Johan

> On 15 Nov 2014, at 03:26, Sanjay-M <[hidden email]> wrote:
>
> Philippe
>
> here is what I do:
>
> World Menu->Monticello Browser
> click on [+repository]
> Select->HTTP
> in the Popup-Information Required
> replace the current content with
>     MCHttpRepository
>        location:
> 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
>        user: ''
>        password: ''
> I get a Popup titled
> "Repository:http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main"
> Select ConfigurationOfSeaside3 in the left Panel
> Select ConfigurationOfSeaside3-JohanBrischau.218.mcz in the right panel
> click on [Load]
> <http://forum.world.st/file/n4790360/Seaside320Load.jpg>
>
> ... and then run in a workspace
> (ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'. by DoIt
>
>
> regards
> Sanjay
>
>
>
> -----
> ---
> Regards, Sanjay
> --
> View this message in context: http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-tp4789949p4790360.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> 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: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
Thanks

but how to resolve this issue ?

===
    This package depends on the following classes:
        ContextPart
    You must resolve these dependencies before you will be able to load these definitions:
        localAt:
        localAt:put:
        localSize
     serialiseOn:
   Select Proceed to continue, or close this window to cancel the operation.
   ===

also am I using the right procedure to load the package as I have listed below:

Johan Brichau-2 wrote
Mind that there is currently a bug in using the Zinc adaptor with (the not released) Seaside 3.2
I sent a patch to Sven so it should soon be available, so ensure to use the latest Zinc-Seaside package.

Johan

> On 15 Nov 2014, at 03:26, Sanjay-M <[hidden email]> wrote:
>
> Philippe
>
> here is what I do:
>
> World Menu->Monticello Browser
> click on [+repository]
> Select->HTTP
> in the Popup-Information Required
> replace the current content with
>     MCHttpRepository
>        location:
> 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
>        user: ''
>        password: ''
> I get a Popup titled
> "Repository:http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main"
> Select ConfigurationOfSeaside3 in the left Panel
> Select ConfigurationOfSeaside3-JohanBrischau.218.mcz in the right panel
> click on [Load]
> <http://forum.world.st/file/n4790360/Seaside320Load.jpg> 
>
> ... and then run in a workspace
> (ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'. by DoIt
>
>
> regards
> Sanjay
>
>
>
> -----
> ---
> Regards, Sanjay
> --
> View this message in context: http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-tp4789949p4790360.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> 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
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
also not sure if this has a bearing but none of the options in Halos is working

regards
Sanjay

Sanjay-M wrote
Thanks

but how to resolve this issue ?

===
    This package depends on the following classes:
        ContextPart
    You must resolve these dependencies before you will be able to load these definitions:
        localAt:
        localAt:put:
        localSize
     serialiseOn:
   Select Proceed to continue, or close this window to cancel the operation.
   ===

also am I using the right procedure to load the package as I have listed below:

Johan Brichau-2 wrote
Mind that there is currently a bug in using the Zinc adaptor with (the not released) Seaside 3.2
I sent a patch to Sven so it should soon be available, so ensure to use the latest Zinc-Seaside package.

Johan

> On 15 Nov 2014, at 03:26, Sanjay-M <[hidden email]> wrote:
>
> Philippe
>
> here is what I do:
>
> World Menu->Monticello Browser
> click on [+repository]
> Select->HTTP
> in the Popup-Information Required
> replace the current content with
>     MCHttpRepository
>        location:
> 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
>        user: ''
>        password: ''
> I get a Popup titled
> "Repository:http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main"
> Select ConfigurationOfSeaside3 in the left Panel
> Select ConfigurationOfSeaside3-JohanBrischau.218.mcz in the right panel
> click on [Load]
> <http://forum.world.st/file/n4790360/Seaside320Load.jpg> 
>
> ... and then run in a workspace
> (ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'. by DoIt
>
>
> regards
> Sanjay
>
>
>
> -----
> ---
> Regards, Sanjay
> --
> View this message in context: http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-tp4789949p4790360.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> 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
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Paul DeBruicker
In reply to this post by Sanjay Minni
If you don't have to use Pharo 4, you might be better off using Pharo 3 as Pharo 4 is beta and I think not officially supported by the Seaside team just yet.  







Sanjay-M wrote
Thanks

but how to resolve this issue ?

===
    This package depends on the following classes:
        ContextPart
    You must resolve these dependencies before you will be able to load these definitions:
        localAt:
        localAt:put:
        localSize
     serialiseOn:
   Select Proceed to continue, or close this window to cancel the operation.
   ===

also am I using the right procedure to load the package as I have listed below:

Johan Brichau-2 wrote
Mind that there is currently a bug in using the Zinc adaptor with (the not released) Seaside 3.2
I sent a patch to Sven so it should soon be available, so ensure to use the latest Zinc-Seaside package.

Johan

> On 15 Nov 2014, at 03:26, Sanjay-M <[hidden email]> wrote:
>
> Philippe
>
> here is what I do:
>
> World Menu->Monticello Browser
> click on [+repository]
> Select->HTTP
> in the Popup-Information Required
> replace the current content with
>     MCHttpRepository
>        location:
> 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
>        user: ''
>        password: ''
> I get a Popup titled
> "Repository:http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main"
> Select ConfigurationOfSeaside3 in the left Panel
> Select ConfigurationOfSeaside3-JohanBrischau.218.mcz in the right panel
> click on [Load]
> <http://forum.world.st/file/n4790360/Seaside320Load.jpg> 
>
> ... and then run in a workspace
> (ConfigurationOfSeaside3 project version:'3.2.0') load: 'Tests'. by DoIt
>
>
> regards
> Sanjay
>
>
>
> -----
> ---
> Regards, Sanjay
> --
> View this message in context: http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-tp4789949p4790360.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> 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: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sanjay Minni
This post was updated on .
I could continue on Pharo3 but just that I thought Seaside is quite glued to Pharo and maybe would also develop in parallel.

(I am in adapting stages to Pharo+seaside from other platforms and wanted to get used to upcoming (Pharo) version for products I have in mind)
cheers,
Sanjay
Reply | Threaded
Open this post in threaded view
|

Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Sean P. DeNigris
Administrator
In reply to this post by Sanjay Minni
Sanjay Minni wrote
on trying to install Seaside on Pharo4 I get the following warning popup
Sanjay, I stumbled upon this old thread. Hoepfully, you got this sorted long ago, but if not, Seaside 3.1 can now be installed on Pharo 4.0 via the Configuration Browser. HTH.
Cheers,
Sean