Selecting File and Filegroup in Backup Database for SQL Server gives java.lang.StackOverflowError
1. Open Help-> View Error Log and go to the Console Tab
2. Open SQL Server DBA Tool - Storage Manager
3. Go to the Databases Tab
4. Right Click on any database and select Backup Database
5. Under Backup, check File and FileGroup, Click on Browse
6. On the dialog that appears, try to select a File or FileGroup
Under Console tab, you get the below exception
Exception occurred during event dispatching:
java.lang.StackOverflowError
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
at com.jidesoft.swing.CheckBoxTreeSelectionModel.addSelectionPaths(Unknown Source)
at \\...\\ .\\??–????????\\.J???? while.addSelectionPaths(Unknown Source)
This issue seems to be a problem in the jide class CheckBoxTreeSelectionModel.java
The datastudio code here has not been touched since 2006.
We need to narrow down the version of datastudio where this stopped working to figure out what version of jide broke this class.
This actually does not works since ADS v 7.0 I was not able to get hold of ADS 6.5 in the Builds to test.
This actually does not works since ADS v 7.0 I was not able to get hold of ADS 6.5 in the Builds to test.
Issue #9566 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0.3-8 |
No time estimate |
This issue seems to be a problem in the jide class CheckBoxTreeSelectionModel.java
The datastudio code here has not been touched since 2006.
We need to narrow down the version of datastudio where this stopped working to figure out what version of jide broke this class.