Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
3 posts
|
I have some recurring problens when running Seaside under Instantiations VisualAge Smalltalk (VAST). Here is the first one.
I get a walkback for “MessageNotUnderstood - String does not understand new’ This comes up occasionally (the web server is unattended so I don’t see the event myself). Attached is an image of the talkback and a file containing the stack trace. Can anyone advise me as to what is happening? I can’t see that anyone has made a http request but then I don’t fully understand what is going on. David Totally Objects _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1922 posts
|
David,
look at this excerpt from your stack.txt: String(Object)>>#doesNotUnderstand: receiver = 'PStInUse (a removed class)' arg1 = Message (#new, ()) [] in WAInitialRenderLoopContinuation>>#createRoot receiver = a WAInitialRenderLoopContinuation GRSmallDictionary>>#at:ifAbsent: Seems like one of your classes once returned PSTInUse as the root class, but that class is not loaded in your image. Look at all your implementers of #rootClass as a start. Joachim Am 23.01.21 um 13:35 schrieb David Pennington: > comes up occasionally (the web server is unattended so I don’t see the event myself). > > Attached is an image of the talkback and a file containing the stack trace. -- ----------------------------------------------------------------------- Objektfabrik Joachim Tuchel mailto:[hidden email] Fliederweg 1 http://www.objektfabrik.de D-71640 Ludwigsburg http://joachimtuchel.wordpress.com Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1240 posts
|
Hi Guys,
I haven't looked at this very closely but if Joachim is correct and a class is missing it is understandable because Seaside on VA Smalltalk is notorious for being hard to package. The typical solution is to tell the packager to include everything buy not reducing anything. Good luck. Lou On Sat, 23 Jan 2021 13:43:20 +0100, "[hidden email]" <[hidden email]> wrote: >David, > > >look at this excerpt from your stack.txt: > >String(Object)>>#doesNotUnderstand: > receiver = 'PStInUse (a removed class)' > arg1 = Message (#new, ()) >[] in WAInitialRenderLoopContinuation>>#createRoot > receiver = a WAInitialRenderLoopContinuation >GRSmallDictionary>>#at:ifAbsent: > > > >Seems like one of your classes once returned PSTInUse as the root class, >but that class is not loaded in your image. Look at all your >implementers of #rootClass as a start. > >Joachim > > > >Am 23.01.21 um 13:35 schrieb David Pennington: >> comes up occasionally (the web server is unattended so I dont see the event myself). >> >> Attached is an image of the talkback and a file containing the stack trace. ... [show rest of quote] --
Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |