Re: Walkback in STS Project Editions browser

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

Re: Walkback in STS Project Editions browser

rush
TimM wrote:
> I had an Project Editions browser open in my image for a few day - but
> haven't been doing any project stuff (e.g. didnt create or unload any).
>
> I versioned a few packages and then flipped to that browser and got the
> included walkback.
>
> I managed to terminate the process, open a new project browser and it then
> worked correctly.

TimT,

I am getting almost the same behaviour and walkback, but in Package editions
browser, its only that I got it rather quickly after very little poking
around. It has also dissapeared when I closed the browser. On the other hand
once it managed to bring down complete Dolphin process because of too many
walkbacks poping around. Here is my walkback:

20:03:28, 6. sijeèanj 2006: 'UndefinedObject does not understand #holderAt:'

Object>>doesNotUnderstand:

ODBLocalTransaction(ODBTransaction)>>transactionObjectAt:

ODBDemandLoader>>getObject

ODBDemandLoader>>perform:withArguments:

ODBReference>>doesNotUnderstand:

Message>>forwardTo:

Message>>value:

MultipleSelectionListView(ListView)>>textFromRow:

MultipleSelectionListView(ListView)>>onDisplayDetailsRequired:

MultipleSelectionListView(IconicListAbstract)>>nmGetDispInfo:

MultipleSelectionListView(ListView)>>nmNotify:

CardContainer(View)>>wmNotify:wParam:lParam:

CardContainer(View)>>dispatchMessage:wParam:lParam:

[] in InputState>>wndProc:message:wParam:lParam:cookie:

BlockClosure>>ifCurtailed:

ProcessorScheduler>>callback:evaluate:

InputState>>wndProc:message:wParam:lParam:cookie:

MultipleSelectionListView(ControlView)>>defaultWindowProcessing:wParam:lPara
m:

MultipleSelectionListView(View)>>dispatchMessage:wParam:lParam:

[] in InputState>>wndProc:message:wParam:lParam:cookie:

BlockClosure>>ifCurtailed:

ProcessorScheduler>>callback:evaluate:

InputState>>wndProc:message:wParam:lParam:cookie:

MultipleSelectionListView(View)>>sendMessage:wParam:

MultipleSelectionListView(ListView)>>lvmSetItemCount:

MultipleSelectionListView(ListView)>>basicRefreshContents

MultipleSelectionListView(ListView)>>refreshContents

MultipleSelectionListView(ListControlView)>>onListChanged

EventMessageSend>>forwardTo:withArguments:

EventMessageSend>>value

[] in MessageSequenceAbstract>>value

EventMessageSequence>>messagesDo:

EventMessageSequence(MessageSequenceAbstract)>>value

EventsCollection>>triggerEvent:

ListModel(Object)>>trigger:

ListModel>>notifyListChanged

ListModel>>list:

ListPresenter>>list:

StsPackageEditionsBrowserShell>>onPackageEditionSelected

EventMessageSend>>forwardTo:withArguments:

EventMessageSend>>value

[] in MessageSequenceAbstract>>value

EventMessageSequence>>messagesDo:

EventMessageSequence(MessageSequenceAbstract)>>value

EventsCollection>>triggerEvent:

ListPresenter(Object)>>trigger:

MultipleSelectionListView(ListControlView)>>onSelectionChanged

ListPresenter(SelectableItemsPresenter)>>onSelectionChanged

MultipleSelectionListView(ListControlView)>>onSelChanged:

MultipleSelectionListView(ListView)>>onSelChanged:


rush
--
http://www.templatetamer.com/
http://www.folderscavenger.com/


Reply | Threaded
Open this post in threaded view
|

Re: Walkback in STS Project Editions browser

David Gorisek-5
Davorin,

the reason why this happens is that there are proxy objects displayed in
the list. And if you save the image and later reopen it again, STS will
reconnect to the repository but proxies in the browser are still the
same pointing to the old closed instance of the database connection. So
the proxies can not be loaded anymore.

The solution is simply to refresh opened STS browsers when image
starts-up which I will do in the next STS release.

Best regards,

David Gorisek


rush wrote:

> TimM wrote:
>
>>I had an Project Editions browser open in my image for a few day - but
>>haven't been doing any project stuff (e.g. didnt create or unload any).
>>
>>I versioned a few packages and then flipped to that browser and got the
>>included walkback.
>>
>>I managed to terminate the process, open a new project browser and it then
>>worked correctly.
>
>
> TimT,
>
> I am getting almost the same behaviour and walkback, but in Package editions
> browser, its only that I got it rather quickly after very little poking
> around. It has also dissapeared when I closed the browser. On the other hand
> once it managed to bring down complete Dolphin process because of too many
> walkbacks poping around. Here is my walkback:
>
> 20:03:28, 6. siječanj 2006: 'UndefinedObject does not understand #holderAt:'
>
> Object>>doesNotUnderstand:
>
> ODBLocalTransaction(ODBTransaction)>>transactionObjectAt:
>
> ODBDemandLoader>>getObject
>
> ODBDemandLoader>>perform:withArguments:
>
> ODBReference>>doesNotUnderstand:
>
> Message>>forwardTo:
>
> Message>>value:
>
> MultipleSelectionListView(ListView)>>textFromRow:
>
> MultipleSelectionListView(ListView)>>onDisplayDetailsRequired:
>
> MultipleSelectionListView(IconicListAbstract)>>nmGetDispInfo:
>
> MultipleSelectionListView(ListView)>>nmNotify:
>
> CardContainer(View)>>wmNotify:wParam:lParam:
>
> CardContainer(View)>>dispatchMessage:wParam:lParam:
>
> [] in InputState>>wndProc:message:wParam:lParam:cookie:
>
> BlockClosure>>ifCurtailed:
>
> ProcessorScheduler>>callback:evaluate:
>
> InputState>>wndProc:message:wParam:lParam:cookie:
>
> MultipleSelectionListView(ControlView)>>defaultWindowProcessing:wParam:lPara
> m:
>
> MultipleSelectionListView(View)>>dispatchMessage:wParam:lParam:
>
> [] in InputState>>wndProc:message:wParam:lParam:cookie:
>
> BlockClosure>>ifCurtailed:
>
> ProcessorScheduler>>callback:evaluate:
>
> InputState>>wndProc:message:wParam:lParam:cookie:
>
> MultipleSelectionListView(View)>>sendMessage:wParam:
>
> MultipleSelectionListView(ListView)>>lvmSetItemCount:
>
> MultipleSelectionListView(ListView)>>basicRefreshContents
>
> MultipleSelectionListView(ListView)>>refreshContents
>
> MultipleSelectionListView(ListControlView)>>onListChanged
>
> EventMessageSend>>forwardTo:withArguments:
>
> EventMessageSend>>value
>
> [] in MessageSequenceAbstract>>value
>
> EventMessageSequence>>messagesDo:
>
> EventMessageSequence(MessageSequenceAbstract)>>value
>
> EventsCollection>>triggerEvent:
>
> ListModel(Object)>>trigger:
>
> ListModel>>notifyListChanged
>
> ListModel>>list:
>
> ListPresenter>>list:
>
> StsPackageEditionsBrowserShell>>onPackageEditionSelected
>
> EventMessageSend>>forwardTo:withArguments:
>
> EventMessageSend>>value
>
> [] in MessageSequenceAbstract>>value
>
> EventMessageSequence>>messagesDo:
>
> EventMessageSequence(MessageSequenceAbstract)>>value
>
> EventsCollection>>triggerEvent:
>
> ListPresenter(Object)>>trigger:
>
> MultipleSelectionListView(ListControlView)>>onSelectionChanged
>
> ListPresenter(SelectableItemsPresenter)>>onSelectionChanged
>
> MultipleSelectionListView(ListControlView)>>onSelChanged:
>
> MultipleSelectionListView(ListView)>>onSelChanged:
>
>
> rush
> --
> http://www.templatetamer.com/
> http://www.folderscavenger.com/
>
>