http://code.google.com/p/seaside/issues/detail?id=650
I am running on Squeak 4.3 and still encounter this bug. The recommended workarround does not work MethodContext>>tempScopedNames ^self the returned context does not have method #keysAndValuesDo: Thanks _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Tue, May 21, 2013 at 5:30 AM, intrader <[hidden email]> wrote:
> http://code.google.com/p/seaside/issues/detail?id=650 > > I am running on Squeak 4.3 and still encounter this bug. > > The recommended workarround does not work > MethodContext>>tempScopedNames > ^self > the returned context does not have method #keysAndValuesDo: Which version of Seaside do you use? What's your version of Seaside-Pharo-Development? Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Philippe Marschall <philippe.marschall <at> gmail.com> writes:
> > On Tue, May 21, 2013 at 5:30 AM, intrader <intrader <at> aol.com> wrote: > > http://code.google.com/p/seaside/issues/detail?id=650 > > > > I am running on Squeak 4.3 and still encounter this bug. > > > > The recommended workarround does not work > > MethodContext>>tempScopedNames > > ^self > > the returned context does not have method #keysAndValuesDo: > > Which version of Seaside do you use? What's your version of > Seaside-Pharo-Development? > > Cheers > Philippe > Seaside 3.0.6 I have not tried this with Pharo - but I understand that this bug is a Squeak-Pharo incompartibility as reported in the bug mentioned in the link given in my original post. Thanks for your interest _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Philippe Marschall <philippe.marschall <at> gmail.com> writes:
> > Which version of Seaside do you use? What's your version of > Seaside-Pharo-Development? > > Cheers > Philippe > I have loaded the patch as contained in Seaside-Pharo-Development-ar.48.mcz and that fixes the proble. I don't quite understand the change. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Philippe Marschall <philippe.marschall <at> gmail.com> writes:
> Which version of Seaside do you use? What's your version of > Seaside-Pharo-Development? > > Cheers > Philippe > Unfortunately a different component call: method gives me the error: 'Error: subscript is out of bounds:1 The same pattern of methods appears in the stack trace: it is part '[] in WAPharoWalkback>>tempNamesAndValuesIn: do:' I still need help with thia Pharo-Squeak bug. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
While it may not be much help, you can click the Proceed button and you *should* get the proper walkback in the browser with the debug link that will open the correct stack in tbe debugger. An irritating indirection but it does work.
Regards, John On Wednesday, May 22, 2013, intrader <[hidden email]> wrote: > Philippe Marschall <philippe.marschall <at> gmail.com> writes: > > >> Which version of Seaside do you use? What's your version of >> Seaside-Pharo-Development? >> >> Cheers >> Philippe >> > Unfortunately a different component call: method gives me the error: 'Error: > subscript is out of bounds:1 > > The same pattern of methods appears in the stack trace: it is part '[] in > WAPharoWalkback>>tempNamesAndValuesIn: do:' > > I still need help with thia Pharo-Squeak bug. > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- jmck.seasidehosting.st _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
John McKeon <p3anoman <at> gmail.com> writes:
> > While it may not be much help, you can click the Proceed button and you *should* get the proper walkback in the browser with the debug link that When I does - the call: mechanism thinks we are returnin answer := false and the cpplication continues finding additional problems cause by me. Thanks for the hint _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by mozillanerd
On Thu, May 23, 2013 at 12:42 AM, intrader <[hidden email]> wrote:
> Philippe Marschall <philippe.marschall <at> gmail.com> writes: > > >> Which version of Seaside do you use? What's your version of >> Seaside-Pharo-Development? >> >> Cheers >> Philippe >> > Unfortunately a different component call: method gives me the error: 'Error: > subscript is out of bounds:1 > > The same pattern of methods appears in the stack trace: it is part '[] in > WAPharoWalkback>>tempNamesAndValuesIn: do:' > > I still need help with thia Pharo-Squeak bug. Can you upgrade to 3.0.7 or load Seaside-Pharo-Development-pmm.56? I did not find a reliable way to make stack introspection work on Pharo closure VMs. So Seaside-Pharo-Development-pmm.56 removes stack introspection entirely from the walkback. [1] http://code.google.com/p/seaside/issues/detail?id=689 [2] http://code.google.com/p/seaside/wiki/Seaside307Changelog Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Am 23.05.2013 um 11:57 schrieb Philippe Marschall <[hidden email]>:
> On Thu, May 23, 2013 at 12:42 AM, intrader <[hidden email]> wrote: >> Philippe Marschall <philippe.marschall <at> gmail.com> writes: >> >> >>> Which version of Seaside do you use? What's your version of >>> Seaside-Pharo-Development? >>> >>> Cheers >>> Philippe >>> >> Unfortunately a different component call: method gives me the error: 'Error: >> subscript is out of bounds:1 >> >> The same pattern of methods appears in the stack trace: it is part '[] in >> WAPharoWalkback>>tempNamesAndValuesIn: do:' >> >> I still need help with thia Pharo-Squeak bug. > > Can you upgrade to 3.0.7 or load Seaside-Pharo-Development-pmm.56? > > I did not find a reliable way to make stack introspection work on > Pharo closure VMs. So Seaside-Pharo-Development-pmm.56 removes stack > introspection entirely from the walkback. > > [1] http://code.google.com/p/seaside/issues/detail?id=689 > [2] http://code.google.com/p/seaside/wiki/Seaside307Changelog You might want to consider Seaside 3.0.8 on squeak 4.4: ftp://ftp.squeak.org/4.4/seaside/ Best -Tobias_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Philippe Marschall <philippe.marschall <at> gmail.com> writes:
>... > Can you upgrade to 3.0.7 or load Seaside-Pharo-Development-pmm.56? > > I did not find a reliable way to make stack introspection work on > Pharo closure VMs. So Seaside-Pharo-Development-pmm.56 removes stack > introspection entirely from the walkback. > > [1] http://code.google.com/p/seaside/issues/detail?id=689 > [2] http://code.google.com/p/seaside/wiki/Seaside307Changelog > > Cheers > Philippe > I show my inexperience with Squeak and Smalltalk. I used to use Smalltalk back in the IBM environment, and both Squerk and Pharo have progressed much. I don't know how to upgrade to either 3.0.7 or loading a new version. Neither do I know how to 'consider Seaside 3.0.8 on squeak 4.4' What I find in the web is obsolete; for example the menus in help are different and there is no Utilities. I also don't quite know what happens when I do a 'Save As' or 'Save as new version'. What happens when I want to go back and forth between the versions when I start Squeak again? I hope you can direct me further to either solution Thanks again. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Tobias Pape
Tobias Pape <Das.Linux <at> gmx.de> writes:
> ... > > You might want to consider Seaside 3.0.8 on squeak 4.4: > ftp://ftp.squeak.org/4.4/seaside/ > > Best > -Tobias Thanks Tobias, I managed to load 3.0.8 on 4.4. I will be file in the category with the problems. I let you all know. Thanks _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
intrader <intrader <at> aol.com> writes:
> > Tobias Pape <Das.Linux <at> gmx.de> writes: >... > I managed to load 3.0.8 on 4.4. I will be file in the category with the > problems. > > I let you all know. > Thanks > I find no web server active - is it perhaps on another port? I try localhost:8080 and get 'Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.' _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by mozillanerd
intrader <intrader <at> aol.com> writes:
> I managed to load 3.0.8 on 4.4. I will be file in the category with the > problems. > > I let you all know. > Thanks > The web server is not running - I followed an old thread dealing with this problem and executed in Workspace: "http://www.squeaksource.com/WebClient.html" (Installer ss project: 'WebClient') install: 'WebClient-Core'; install: 'WebClient-Tests'. (Installer ss project: 'WebClient') install: 'WebClient-Help'. (Installer ss project: 'WebClient') install: 'WebClient-Seaside'. WAWebServerAdaptor port: 8081 The server is running with the appliaction I had trouble with in the last verstion of Squeak and Seaside. Thanks _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by mozillanerd
Am 23.05.2013 um 20:37 schrieb intrader <[hidden email]>:
> intrader <intrader <at> aol.com> writes: > >> >> Tobias Pape <Das.Linux <at> gmx.de> writes: >> ... >> I managed to load 3.0.8 on 4.4. I will be file in the category with the >> problems. >> >> I let you all know. >> Thanks >> > > I find no web server active - is it perhaps on another port? > I try localhost:8080 and get 'Error 102 (net::ERR_CONNECTION_REFUSED): The > server refused the connection.' Huh? the default webserver should be active on 8080. there should be a "seaside control panel" in the "Apps" menu, It should show an active "WAWebServerAdaptor". Best -Tobias _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Philippe Marschall <philippe.marschall <at> gmail.com> writes:
> ... An answer by Tobias below has given me the ability of getting past the error. So far so good Thanks Philippe and Tobias _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Tobias Pape
Tobias Pape <Das.Linux <at> gmx.de> writes:
>... I find it in 8081 and had to change the seaside conrol panel from 8080 to 8081 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |