Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356162 - Exception logged when canceling out of the Enter Password dialog window
Summary: Exception logged when canceling out of the Enter Password dialog window
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.2.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 03:11 EDT by Masao Nishimoto CLA
Modified: 2011-09-27 03:27 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
...