String does not understand New in Seaside

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

String does not understand New in Seaside

David Pennington-3
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

stack.txt (11K) Download Attachment
walkback.png (47K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: String does not understand New in Seaside

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

String does not understand New in Seaside

Louis LaBrunda
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 don’t see the event myself).
>>
>> Attached is an image of the talkback and a file containing the stack trace.
--
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside