Sorry about the previous empty message, mail crashed.
I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with Squeak 3.9 If I set the Resource Base url to http://10.0.1.12:8080/resources everything works fine. When I set the Resource Base url to http://localhost:8080/resources or http://my-external-ip:8080/resources I get the following MessageNotUnderstood: WALinkElement>>beXsl RRStylesThree>>updateRoot: [] in WAApplication>>updateRoot: {[:each | each default updateRoot: anHtmlRoot]} OrderedCollection>>do: WAApplication>>updateRoot: WASession>>updateRoot: WARenderContinuation(WASessionContinuation)>>updateRoot: WARenderContinuation>>newHtmlRoot WARenderContinuation>>processRendering: [] in WARenderContinuation>>render {[:response | self processRendering: response]} WARenderContinuation(WASessionContinuation)>>respond: WARenderContinuation>>render [] in WARenderContinuation>>run {[self render]} BlockContext>>on:do: WARenderContinuation>>withNotificationHandler: WARenderContinuation>>run WARenderLoop>>run [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent onAnswer: cc. self root: aComponent withToolFrame: aBool...]} AnswerContinuation class(Continuation class)>>currentDo: WARenderLoop>>call:withToolFrame: WAWalkbackErrorHandler>>open: To work around it I added the method beXsl set type: 'text/xsl' to WAApplication So my questions am I doing something wrong here? Should WAApplication have beXsl as a method? Thanks, Clarence _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2008/7/29 Clarence Westberg <[hidden email]>:
> Sorry about the previous empty message, mail crashed. > > I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with Squeak 3.9 > If I set the Resource Base url to http://10.0.1.12:8080/resources > everything works fine. > When I set the Resource Base url to http://localhost:8080/resources or > http://my-external-ip:8080/resources I get the following > > MessageNotUnderstood: WALinkElement>>beXsl > > RRStylesThree>>updateRoot: > [] in WAApplication>>updateRoot: {[:each | each default updateRoot: anHtmlRoot]} > OrderedCollection>>do: > WAApplication>>updateRoot: > WASession>>updateRoot: > WARenderContinuation(WASessionContinuation)>>updateRoot: > WARenderContinuation>>newHtmlRoot > WARenderContinuation>>processRendering: > [] in WARenderContinuation>>render {[:response | self > processRendering: response]} > WARenderContinuation(WASessionContinuation)>>respond: > WARenderContinuation>>render > [] in WARenderContinuation>>run {[self render]} > BlockContext>>on:do: > WARenderContinuation>>withNotificationHandler: > WARenderContinuation>>run > WARenderLoop>>run > [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent onAnswer: > cc. self root: aComponent withToolFrame: aBool...]} > AnswerContinuation class(Continuation class)>>currentDo: > WARenderLoop>>call:withToolFrame: > WAWalkbackErrorHandler>>open: > > To work around it I added the method > beXsl > set type: 'text/xsl' > > to WAApplication > > So my questions am I doing something wrong here? Should WAApplication > have beXsl as a method? Interesting. It looks as if you added RRStylesThree to your application. However I can't explain why this correlates with the resource base url. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I believe RRStylesThree comes pre loaded on the one click image download.
On Tue, Jul 29, 2008 at 1:13 PM, Philippe Marschall <[hidden email]> wrote: > 2008/7/29 Clarence Westberg <[hidden email]>: >> Sorry about the previous empty message, mail crashed. >> >> I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with Squeak 3.9 >> If I set the Resource Base url to http://10.0.1.12:8080/resources >> everything works fine. >> When I set the Resource Base url to http://localhost:8080/resources or >> http://my-external-ip:8080/resources I get the following >> >> MessageNotUnderstood: WALinkElement>>beXsl >> >> RRStylesThree>>updateRoot: >> [] in WAApplication>>updateRoot: {[:each | each default updateRoot: anHtmlRoot]} >> OrderedCollection>>do: >> WAApplication>>updateRoot: >> WASession>>updateRoot: >> WARenderContinuation(WASessionContinuation)>>updateRoot: >> WARenderContinuation>>newHtmlRoot >> WARenderContinuation>>processRendering: >> [] in WARenderContinuation>>render {[:response | self >> processRendering: response]} >> WARenderContinuation(WASessionContinuation)>>respond: >> WARenderContinuation>>render >> [] in WARenderContinuation>>run {[self render]} >> BlockContext>>on:do: >> WARenderContinuation>>withNotificationHandler: >> WARenderContinuation>>run >> WARenderLoop>>run >> [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent onAnswer: >> cc. self root: aComponent withToolFrame: aBool...]} >> AnswerContinuation class(Continuation class)>>currentDo: >> WARenderLoop>>call:withToolFrame: >> WAWalkbackErrorHandler>>open: >> >> To work around it I added the method >> beXsl >> set type: 'text/xsl' >> >> to WAApplication >> >> So my questions am I doing something wrong here? Should WAApplication >> have beXsl as a method? > > Interesting. It looks as if you added RRStylesThree to your > application. However I can't explain why this correlates with the > resource base url. > > Cheers > Philippe > _______________________________________________ > 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 |
Yes it does, but it should not be added to any application.
Cheers Philippe 2008/7/29 Clarence Westberg <[hidden email]>: > I believe RRStylesThree comes pre loaded on the one click image download. > > On Tue, Jul 29, 2008 at 1:13 PM, Philippe Marschall > <[hidden email]> wrote: >> 2008/7/29 Clarence Westberg <[hidden email]>: >>> Sorry about the previous empty message, mail crashed. >>> >>> I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with Squeak 3.9 >>> If I set the Resource Base url to http://10.0.1.12:8080/resources >>> everything works fine. >>> When I set the Resource Base url to http://localhost:8080/resources or >>> http://my-external-ip:8080/resources I get the following >>> >>> MessageNotUnderstood: WALinkElement>>beXsl >>> >>> RRStylesThree>>updateRoot: >>> [] in WAApplication>>updateRoot: {[:each | each default updateRoot: anHtmlRoot]} >>> OrderedCollection>>do: >>> WAApplication>>updateRoot: >>> WASession>>updateRoot: >>> WARenderContinuation(WASessionContinuation)>>updateRoot: >>> WARenderContinuation>>newHtmlRoot >>> WARenderContinuation>>processRendering: >>> [] in WARenderContinuation>>render {[:response | self >>> processRendering: response]} >>> WARenderContinuation(WASessionContinuation)>>respond: >>> WARenderContinuation>>render >>> [] in WARenderContinuation>>run {[self render]} >>> BlockContext>>on:do: >>> WARenderContinuation>>withNotificationHandler: >>> WARenderContinuation>>run >>> WARenderLoop>>run >>> [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent onAnswer: >>> cc. self root: aComponent withToolFrame: aBool...]} >>> AnswerContinuation class(Continuation class)>>currentDo: >>> WARenderLoop>>call:withToolFrame: >>> WAWalkbackErrorHandler>>open: >>> >>> To work around it I added the method >>> beXsl >>> set type: 'text/xsl' >>> >>> to WAApplication >>> >>> So my questions am I doing something wrong here? Should WAApplication >>> have beXsl as a method? >> >> Interesting. It looks as if you added RRStylesThree to your >> application. However I can't explain why this correlates with the >> resource base url. >> >> Cheers >> Philippe >> _______________________________________________ >> 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 > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ahh, I see what you mean. I browsed for references to RRStylesThree
and didn't find any either. On Jul 29, 2008, at 1:27 PM, Philippe Marschall wrote: > Yes it does, but it should not be added to any application. > > Cheers > Philippe > > 2008/7/29 Clarence Westberg <[hidden email]>: >> I believe RRStylesThree comes pre loaded on the one click image >> download. >> >> On Tue, Jul 29, 2008 at 1:13 PM, Philippe Marschall >> <[hidden email]> wrote: >>> 2008/7/29 Clarence Westberg <[hidden email]>: >>>> Sorry about the previous empty message, mail crashed. >>>> >>>> I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with >>>> Squeak 3.9 >>>> If I set the Resource Base url to http://10.0.1.12:8080/resources >>>> everything works fine. >>>> When I set the Resource Base url to http://localhost:8080/ >>>> resources or >>>> http://my-external-ip:8080/resources I get the following >>>> >>>> MessageNotUnderstood: WALinkElement>>beXsl >>>> >>>> RRStylesThree>>updateRoot: >>>> [] in WAApplication>>updateRoot: {[:each | each default >>>> updateRoot: anHtmlRoot]} >>>> OrderedCollection>>do: >>>> WAApplication>>updateRoot: >>>> WASession>>updateRoot: >>>> WARenderContinuation(WASessionContinuation)>>updateRoot: >>>> WARenderContinuation>>newHtmlRoot >>>> WARenderContinuation>>processRendering: >>>> [] in WARenderContinuation>>render {[:response | self >>>> processRendering: response]} >>>> WARenderContinuation(WASessionContinuation)>>respond: >>>> WARenderContinuation>>render >>>> [] in WARenderContinuation>>run {[self render]} >>>> BlockContext>>on:do: >>>> WARenderContinuation>>withNotificationHandler: >>>> WARenderContinuation>>run >>>> WARenderLoop>>run >>>> [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent >>>> onAnswer: >>>> cc. self root: aComponent withToolFrame: aBool...]} >>>> AnswerContinuation class(Continuation class)>>currentDo: >>>> WARenderLoop>>call:withToolFrame: >>>> WAWalkbackErrorHandler>>open: >>>> >>>> To work around it I added the method >>>> beXsl >>>> set type: 'text/xsl' >>>> >>>> to WAApplication >>>> >>>> So my questions am I doing something wrong here? Should >>>> WAApplication >>>> have beXsl as a method? >>> >>> Interesting. It looks as if you added RRStylesThree to your >>> application. However I can't explain why this correlates with the >>> resource base url. >>> >>> Cheers >>> Philippe >>> _______________________________________________ >>> 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 >> > _______________________________________________ > 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 |
Check the configurations of your applications. It is probably added to one.
Cheers Philippe 2008/7/29 clarence.westberg <[hidden email]>: > Ahh, I see what you mean. I browsed for references to RRStylesThree and > didn't find any either. > > On Jul 29, 2008, at 1:27 PM, Philippe Marschall wrote: > >> Yes it does, but it should not be added to any application. >> >> Cheers >> Philippe >> >> 2008/7/29 Clarence Westberg <[hidden email]>: >>> >>> I believe RRStylesThree comes pre loaded on the one click image download. >>> >>> On Tue, Jul 29, 2008 at 1:13 PM, Philippe Marschall >>> <[hidden email]> wrote: >>>> >>>> 2008/7/29 Clarence Westberg <[hidden email]>: >>>>> >>>>> Sorry about the previous empty message, mail crashed. >>>>> >>>>> I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit with Squeak >>>>> 3.9 >>>>> If I set the Resource Base url to http://10.0.1.12:8080/resources >>>>> everything works fine. >>>>> When I set the Resource Base url to http://localhost:8080/resources or >>>>> http://my-external-ip:8080/resources I get the following >>>>> >>>>> MessageNotUnderstood: WALinkElement>>beXsl >>>>> >>>>> RRStylesThree>>updateRoot: >>>>> [] in WAApplication>>updateRoot: {[:each | each default updateRoot: >>>>> anHtmlRoot]} >>>>> OrderedCollection>>do: >>>>> WAApplication>>updateRoot: >>>>> WASession>>updateRoot: >>>>> WARenderContinuation(WASessionContinuation)>>updateRoot: >>>>> WARenderContinuation>>newHtmlRoot >>>>> WARenderContinuation>>processRendering: >>>>> [] in WARenderContinuation>>render {[:response | self >>>>> processRendering: response]} >>>>> WARenderContinuation(WASessionContinuation)>>respond: >>>>> WARenderContinuation>>render >>>>> [] in WARenderContinuation>>run {[self render]} >>>>> BlockContext>>on:do: >>>>> WARenderContinuation>>withNotificationHandler: >>>>> WARenderContinuation>>run >>>>> WARenderLoop>>run >>>>> [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent onAnswer: >>>>> cc. self root: aComponent withToolFrame: aBool...]} >>>>> AnswerContinuation class(Continuation class)>>currentDo: >>>>> WARenderLoop>>call:withToolFrame: >>>>> WAWalkbackErrorHandler>>open: >>>>> >>>>> To work around it I added the method >>>>> beXsl >>>>> set type: 'text/xsl' >>>>> >>>>> to WAApplication >>>>> >>>>> So my questions am I doing something wrong here? Should WAApplication >>>>> have beXsl as a method? >>>> >>>> Interesting. It looks as if you added RRStylesThree to your >>>> application. However I can't explain why this correlates with the >>>> resource base url. >>>> >>>> Cheers >>>> Philippe >>>> _______________________________________________ >>>> 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 >>> >> _______________________________________________ >> 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 > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
That was it but I don't know how they got added, thanks
On Jul 29, 2008, at 3:29 PM, Philippe Marschall wrote: > Check the configurations of your applications. It is probably added > to one. > > Cheers > Philippe > > 2008/7/29 clarence.westberg <[hidden email]>: >> Ahh, I see what you mean. I browsed for references to RRStylesThree >> and >> didn't find any either. >> >> On Jul 29, 2008, at 1:27 PM, Philippe Marschall wrote: >> >>> Yes it does, but it should not be added to any application. >>> >>> Cheers >>> Philippe >>> >>> 2008/7/29 Clarence Westberg <[hidden email]>: >>>> >>>> I believe RRStylesThree comes pre loaded on the one click image >>>> download. >>>> >>>> On Tue, Jul 29, 2008 at 1:13 PM, Philippe Marschall >>>> <[hidden email]> wrote: >>>>> >>>>> 2008/7/29 Clarence Westberg <[hidden email]>: >>>>>> >>>>>> Sorry about the previous empty message, mail crashed. >>>>>> >>>>>> I'm using the seaside 2.8.2 one click on Ubuntu 8.04 64 bit >>>>>> with Squeak >>>>>> 3.9 >>>>>> If I set the Resource Base url to http://10.0.1.12:8080/resources >>>>>> everything works fine. >>>>>> When I set the Resource Base url to http://localhost:8080/resources >>>>>> or >>>>>> http://my-external-ip:8080/resources I get the following >>>>>> >>>>>> MessageNotUnderstood: WALinkElement>>beXsl >>>>>> >>>>>> RRStylesThree>>updateRoot: >>>>>> [] in WAApplication>>updateRoot: {[:each | each default >>>>>> updateRoot: >>>>>> anHtmlRoot]} >>>>>> OrderedCollection>>do: >>>>>> WAApplication>>updateRoot: >>>>>> WASession>>updateRoot: >>>>>> WARenderContinuation(WASessionContinuation)>>updateRoot: >>>>>> WARenderContinuation>>newHtmlRoot >>>>>> WARenderContinuation>>processRendering: >>>>>> [] in WARenderContinuation>>render {[:response | self >>>>>> processRendering: response]} >>>>>> WARenderContinuation(WASessionContinuation)>>respond: >>>>>> WARenderContinuation>>render >>>>>> [] in WARenderContinuation>>run {[self render]} >>>>>> BlockContext>>on:do: >>>>>> WARenderContinuation>>withNotificationHandler: >>>>>> WARenderContinuation>>run >>>>>> WARenderLoop>>run >>>>>> [] in WARenderLoop>>call:withToolFrame: {[:cc | aComponent >>>>>> onAnswer: >>>>>> cc. self root: aComponent withToolFrame: aBool...]} >>>>>> AnswerContinuation class(Continuation class)>>currentDo: >>>>>> WARenderLoop>>call:withToolFrame: >>>>>> WAWalkbackErrorHandler>>open: >>>>>> >>>>>> To work around it I added the method >>>>>> beXsl >>>>>> set type: 'text/xsl' >>>>>> >>>>>> to WAApplication >>>>>> >>>>>> So my questions am I doing something wrong here? Should >>>>>> WAApplication >>>>>> have beXsl as a method? >>>>> >>>>> Interesting. It looks as if you added RRStylesThree to your >>>>> application. However I can't explain why this correlates with the >>>>> resource base url. >>>>> >>>>> Cheers >>>>> Philippe >>>>> _______________________________________________ >>>>> 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 >>>> >>> _______________________________________________ >>> 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 >> > _______________________________________________ > 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 |
Free forum by Nabble | Edit this page |