Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
I will share this in PharoMOOC forum. Some persons were very stuked. 2016-06-05 15:25 GMT+00:00 Cheikhou Oumar KA : > Hi Johan. > > Nice !!! I have try with this (WAEnvironment reloadApplications) and it > really solves the problem. > > Then this permets to continue with our current Pharo image.

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
Hi Johan. Nice !!! I have try with this (WAEnvironment reloadApplications) and it really solves the problem. Then this permets to continue with our current Pharo image. Thanks to all pharoers. 2016-06-05 14:04 GMT+00:00 Johan Brichau : > I think this happens when you load Seaside 3.2 in an

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Johan Brichau
I think this happens when you load Seaside 3.2 in an image where Seaside 3.0 or 3.1 is present already. You need to reinitialize the already loaded applications as follows: WAEnvironment reloadApplications and re-register your own applications. cheers Johan > On 04 Jun 2016, at 20:58, Cheikhou

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
Hi. @Luc Yes I have posted the solution on #PharoMooc forum yesterday. @Serge. Wes are enjoying the MOOC :-) See you. 2016-06-05 8:52 UTC, serge.stinckw...@gmail.com : > Nice Cheikhou to see you there ! > I hope your enjoy the MOOC. > See you soon > > Sent from my iPhone > >> On 4 juin 2016, a

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread serge . stinckwich
Nice Cheikhou to see you there ! I hope your enjoy the MOOC. See you soon Sent from my iPhone > On 4 juin 2016, at 19:58, Cheikhou Oumar KA wrote: > > Hi Stef > > > You got a problem with such image > > > > > https://ci.inria.fr/pharo-contribution/job/PharoWeb/PHARO=50,VERSION=stable,VM=vm

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread stepharo
Ok Hi Stef > You got a problem with such image > https://ci.inria.fr/pharo-contribution/job/PharoWeb/PHARO=50,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/PharoWeb.zip Yes I saved my code in Smalltalkhub. i loaded it in this new image and It works perfectly. May be there the proble

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Luc Fabresse
Hi Cheikhou, Ok, this is good that you found a solution. Can you post your solution on the MOOC forum to help other people that might be blocked? Thanks, #Luc 2016-06-04 20:58 GMT+02:00 Cheikhou Oumar KA : > Hi Stef > > > You got a problem with such image > > > > https://ci.inria.fr/pharo-cont

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Cheikhou Oumar KA
Hi Stef > You got a problem with such image > https://ci.inria.fr/pharo-contribution/job/PharoWeb/PHARO=50,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/PharoWeb.zip Yes I saved my code in Smalltalkhub. i loaded it in this new image and It works perfectly. May be there the problem come from

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread stepharo
Hi Cheikhou We will have a look. I will contact Luc and Damien because I do not follow the Seaside set up. May be we messed up with the setup of the seaside image we gave you. Did you save your code? So that you can reload it with the https://ci.inria.fr/pharo-contribution/job/Seaside/

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Cheikhou Oumar KA
> Hi, > I think I already got this problem when I loaded Seaside 3.2 in an image > where Seaside 3.1 was present. Thanks for this. 2016-06-04 17:10 GMT+00:00 Cyril Ferlicot D. : > Le 04/06/2016 19:00, Cheikhou Oumar KA a écrit : > > Hello. > > > > I am following #PharoMOOC and it become more a

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Cyril Ferlicot D.
Le 04/06/2016 19:00, Cheikhou Oumar KA a écrit : > Hello. > > I am following #PharoMOOC and it become more and more exciting. > > I were doing TinyBlog exercise and I got an issue. I looked at the forum > but any solution and I am stuck now like many others. > > I have created my class TBApplica

[Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Cheikhou Oumar KA
Hello. I am following #PharoMOOC and it become more and more exciting. I were doing TinyBlog exercise and I got an issue. I looked at the forum but any solution and I am stuck now like many others. I have created my class TBApplicationRootComponent, create a server that listen at :8080 and start