Hi,
I am trying to get a working image that includes Seaside and Magma. I am using the latest Pharo web as my start point. I have published a couple of Monticellos with the extension migrations from BlockContext to BlockClosure. After this, Magma seems to work fine in Pharo.
But, to install the seaside modules, the wiki says that I must first install Seaside28Jetsam Which seems to break Seaside (2.8). This was surprising since the latest version seems to be very recent (7th of July).
Any clues on how to get this stack working will be greatly appreciated. Cheers r.
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ramiro Diaz Trepat wrote:
> Hi, > I am trying to get a working image that includes Seaside and Magma. > I am using the latest Pharo web as my start point. > I have published a couple of Monticellos with the extension migrations > from BlockContext to BlockClosure. After this, Magma seems to work > fine in Pharo. > But, to install the seaside modules, the wiki says that I must first > install > Seaside28Jetsam > Which seems to break Seaside (2.8). This was surprising since the > latest version seems to be very recent (7th of July). > Any clues on how to get this stack working will be greatly appreciated. > Cheers > > r. Keith _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Sorry for the little info Keith.
Here's a bit more, but if you load Seaside28Jetsam.kph.79.mcz in the latest Pharo web, you will see that just accessing http://localhost:8080/seaside you get:
MessageNotUnderstood: WAWalkback>>updateRootLibraries:WASession>>updateRoot:WARenderContinuation(WASessionContinuation)>>updateRoot: WARenderContinuation>>newHtmlRoot WARenderContinuation>>processRendering: [] in WARenderContinuation>>render WARenderContinuation(WASessionContinuation)>>respond: WARenderContinuation>>render [] in WARenderContinuation>>run BlockClosure>>on:do: WARenderContinuation>>withNotificationHandler: WARenderContinuation>>run WARenderLoop>>run [] in WARenderLoop>>call:withToolFrame: AnswerContinuation class(Continuation class)>>currentDo: WARenderLoop>>call:withToolFrame: WAWalkbackErrorHandler>>open: WAWalkbackErrorHandler>>handleError: WAWalkbackErrorHandler class(WAErrorHandler class)>>handleError: [] in [] in WASession>>withErrorHandler: BlockClosure>>valueWithPossibleArgs: If you load version 77, you can access the home but you can't configure the application's options, you see something like:
Configuration
I hope this helps. Cheers r.
On Sun, Aug 9, 2009 at 11:53 PM, Keith Hodges <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ramiro Diaz Trepat wrote:
> Sorry for the little info Keith. > Here's a bit more, but if you load Seaside28Jetsam.kph.79.mcz in the > latest Pharo web, you will see that just accessing > http://localhost:8080/seaside you get: > > > MessageNotUnderstood: WAWalkback>>updateRootLibraries: > > WASession>>updateRoot: > WARenderContinuation(WASessionContinuation)>>updateRoot: usually have both loaded) Keith _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Keith,
Thanks for looking at this. The error still persists after loading version 80 though. Cheers r. On Mon, Aug 10, 2009 at 12:40 AM, Keith Hodges <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |