Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356162

Summary: Exception logged when canceling out of the Enter Password dialog window
Product: [Tools] Target Management Reporter: Masao Nishimoto <e03616>
Component: RSEAssignee: dsdp.tm.rse-inbox <tm.rse-inbox>
Status: NEW --- QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3 CC: kenya
Version: 3.2.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Masao Nishimoto CLA 2011-08-30 03:11:57 EDT
1. expand a filter of a system not connected
2. -> The password prompt dialog is shown.
3. cancel the dialog

The following error is logged in .log, while no log is expected.  This does not occur for a Unix filter, where deferred query is supported.

!MESSAGE Exception resolving filters' strings 
!STACK 0
org.eclipse.rse.services.clientserver.messages.SystemMessageException: Connect to stplex4b.svl.ibm.com was cancelled
	at org.eclipse.rse.core.subsystems.SubSystem.checkIsConnected(SubSystem.java:599)
	at org.eclipse.rse.core.subsystems.SubSystem.resolveFilterStrings(SubSystem.java:2288)
	at org.eclipse.rse.internal.ui.view.SystemViewFilterReferenceAdapter.internalGetChildren(SystemViewFilterReferenceAdapter.java:466)
	at com.ibm.ftt.rse.mvs.client.ui.views.MVSFilterReferenceAdapter.internalGetChildren(MVSFilterReferenceAdapter.java:59)
	at org.eclipse.rse.internal.ui.view.SystemViewFilterReferenceAdapter.getChildren(SystemViewFilterReferenceAdapter.java:284)
	at org.eclipse.rse.internal.ui.view.SystemViewFilterReferenceAdapter.getChildren(SystemViewFilterReferenceAdapter.java:292)
...