Issue on Seaside beginning

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

Issue on Seaside beginning

cheikhou
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]



Cheikhou
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

CyrilFerlicot
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]>
>
>
>
Hi,

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

cheikhou
> 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. <[hidden email]>:
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]>
>
>
>

Hi,

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




--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]



Cheikhou
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

stepharo
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

    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

        
Images
            intégrées 1

Any help is welcome.

Thanks

--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]




Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

cheikhou

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

        
Images
            intégrées 1

Any help is welcome.

Thanks

--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]







--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]



Cheikhou
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

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 <[hidden email]>:

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

        
Images
            intégrées 1

Any help is welcome.

Thanks

--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]







--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]




Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

stepharo
In reply to this post by cheikhou

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


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


Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

SergeStinckwich
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

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]



Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

cheikhou
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

Johan Brichau-2
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

On 04 Jun 2016, at 20: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

        
<Mail Attachment.png>

Any help is welcome.

Thanks

--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]







--
Cheikhou Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]




Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

cheikhou
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]>:
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 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

        
<Mail 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue on Seaside beginning

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]>:
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]>:
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 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

        
<Mail 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 Oumar KA 
奥 马 尔 ·谢 赫 ·嘉
Doctorant Informatique
[hidden email]



Cheikhou