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 it, regiser my application.... But at http://localhost:8080/browse I got this Image in my browser Any help is welcome. Thanks
Cheikhou
|
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 TBApplicationRootComponent, create a server that > listen at :8080 and start it, regiser my application.... > > But at http://localhost:8080/browse I got this Image in my browser > > > Images intégrées 1 > > Any help is welcome. > > Thanks > > -- > /*Cheikhou Oumar KA */ > 奥 马 尔 ·谢 赫 ·嘉*/ > /*Doctorant Informatique > [hidden email] <mailto:[hidden email]> > > > I think I already got this problem when I loaded Seaside 3.2 in an image where Seaside 3.1 was present. I'm not sure it's the same problem and I don't have the time to look at it but maybe this can help others to find a solution. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc (836 bytes) Download Attachment |
> Hi, Thanks for this. 2016-06-04 17:10 GMT+00:00 Cyril Ferlicot D. <[hidden email]>: Le 04/06/2016 19:00, Cheikhou Oumar KA a écrit :
Cheikhou
|
In reply to this post by cheikhou
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/ Seaside3.2
You got a problem with such image do you have your code published so that I try to reproduce your problem? Sorry for the inconvenience.
Stef Le 4/6/16 à 19:00, Cheikhou Oumar KA a
écrit :
|
Hi Stef > You got a problem with such image 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 the combination of seaside and teapot in the same package....don't know. >Sorry for the inconvenience. Don't worry. Thanks a lot. Now I can poursue my exercises. Thanks 2016-06-04 18:06 GMT+00:00 stepharo <[hidden email]>:
Cheikhou
|
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 <[hidden email]>:
|
In reply to this post by cheikhou
Ok
Super. We spend really a lot of time on this mooc :) BTW we are working on an extra chapter to explain on to produce a REST API and it is nice simple and powerful. Stef |
In reply to this post by cheikhou
Nice Cheikhou to see you there ! I hope your enjoy the MOOC. See you soon Sent from my iPhone
|
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, [hidden email] <[hidden email]>: > 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 <[hidden email]> wrote: >> >> 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 the combination of seaside and teapot >> in the same package....don't know. >> >> >Sorry for the inconvenience. >> >> Don't worry. Thanks a lot. Now I can poursue my exercises. >> >> Thanks >> >> >> >> >> 2016-06-04 18:06 GMT+00:00 stepharo <[hidden email]>: >>> 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/ >>> >>> Seaside3.2 >>> >>> >>> 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 >>> >>> do you have your code published so that I try to reproduce your problem? >>> >>> Sorry for the inconvenience. >>> >>> Stef >>>> Le 4/6/16 à 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 TBApplicationRootComponent, create a server that >>>> listen at :8080 and start it, regiser my application.... >>>> >>>> But at http://localhost:8080/browse I got this Image in my browser >>>> <mime-attachment.png> >>>> >>>> Any help is welcome. >>>> >>>> Thanks >>>> >>>> -- >>>> Cheikhou Oumar KA >>>> 奥 马 尔 ·谢 赫 ·嘉 >>>> Doctorant Informatique >>>> [hidden email] >> >> >> >> -- >> Cheikhou Oumar KA >> 奥 马 尔 ·谢 赫 ·嘉 >> Doctorant Informatique >> [hidden email] >> >> >> > -- *Cheikhou Oumar KA * 奥 马 尔 ·谢 赫 ·嘉 Doctorant Informatique [hidden email]
Cheikhou
|
In reply to this post by cheikhou
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
|
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 <[hidden email]>:
Cheikhou
|
I will share this in PharoMOOC forum. Some persons were very stuked. 2016-06-05 15:25 GMT+00:00 Cheikhou Oumar KA <[hidden email]>:
Cheikhou
|
Free forum by Nabble | Edit this page |