Seaside Walkback
MessageNotUnderstood: UndefinedObject>>new
Debug Proceed Full Stack
Possible Causes
- the receiver of the message is nil
- a class extension hasn't been loaded correctly
- you sent the wrong message
Stack Trace
- thisContext
- UndefinedObject(Object)>>doesNotUnderstand: #new
- self
- nil
- aMessage
- new
- exception
- MessageNotUnderstood: UndefinedObject>>new
- resumeValue
- nil
- thisContext
- [] in WAInitialRenderLoopContinuation>>createRoot
- self
- a WAInitialRenderLoopContinuation
- t1
- nil
- thisContext
- GRSmallDictionary2>>at:ifAbsent:
- self
- a GRSmallDictionary2()
- t1
- #rootComponent
- t2
- [closure] in WAInitialRenderLoopContinuation>>createRoot
- t3
- 0
- thisContext
- WARequestContext>>rootComponentIfAbsent:
- self
- a WARequestContext url: 'http://10.0.3.5:8002/'
- t1
- [closure] in WAInitialRenderLoopContinuation>>createRoot
- thisContext
- WAInitialRenderLoopContinuation>>createRoot
- self
- a WAInitialRenderLoopContinuation
- t1
- nil