Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-6955518

Launch Configuration Editor from "Create work directory" dialog doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • jt4.3
    • jt4.3
    • tools
    • None
    • b12
    • x86
    • generic
    • Verified

    Description

      There is an issue in launching CE from "Create work directory" dialog:
      File->Create work directory opens the GUI for selecting work directory, configuration template and there is a check box near the bottom "Launch Configuration Editor". So this check box doesn't work.
      If I'm selecting work directory, template, then choose this "Launch CE" and press "Create", work directory will be created but CE will not start.

      Not showing of Editor is the exception thrown:
      Rebuilding result cache!!
      Rebuilt result cache!!
      java.lang.IllegalStateException
              at com.sun.interview.ChoiceArrayQuestion.getValue(ChoiceArrayQuestion.java:203)
              at com.sun.tck.msa.interview.MSATCKInterview$OPjsrsquestion.getSelection(MSATCKInterview.java:511)
              at com.sun.tck.msa.interview.MSATCKInterview.getImplementedJSRs(MSATCKInterview.java:650)
              at com.sun.tck.msa.interview.MSATCKInterview.exportJSRs(MSATCKInterview.java:665)
              at com.sun.tck.msa.interview.MSATCKInterview.export(MSATCKInterview.java:728)
              at com.sun.tck.msa.interview.MSATCKInterview.getEnv(MSATCKInterview.java:351)
              at com.sun.javatest.InterviewParameters.getName(InterviewParameters.java:289)
              at com.sun.javatest.interview.BasicInterviewParameters.getName(BasicInterviewParameters.java:146)
              at com.sun.javatest.InterviewParameters.save(InterviewParameters.java:1569)
              at com.sun.javatest.exec.InterviewEditor.copy(InterviewEditor.java:1179)
              at com.sun.javatest.exec.InterviewEditor.copy(InterviewEditor.java:1170)
              at com.sun.javatest.exec.InterviewEditor.sync(InterviewEditor.java:200)
              at com.sun.javatest.exec.InterviewEditor.edit(InterviewEditor.java:226)
              at com.sun.javatest.exec.BasicSessionControl.showConfig(BasicSessionControl.java:689)
              at com.sun.javatest.exec.BasicSessionControl$8.actionPerformed(BasicSessionControl.java:798)
              at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
              at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
              at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
              at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
              at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
              at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1170)
              at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1211)
              at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
              at java.awt.Component.processMouseEvent(Component.java:6038)
              at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
              at java.awt.Component.processEvent(Component.java:5803)
              at java.awt.Container.processEvent(Container.java:2058)
              at java.awt.Component.dispatchEventImpl(Component.java:4410)
              at java.awt.Container.dispatchEventImpl(Container.java:2116)
              at java.awt.Component.dispatchEvent(Component.java:4240)
              at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
              at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
              at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
              at java.awt.Container.dispatchEventImpl(Container.java:2102)
              at java.awt.Window.dispatchEventImpl(Window.java:2429)
              at java.awt.Component.dispatchEvent(Component.java:4240)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
              at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
              at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
              at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
      Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException
              at com.sun.interview.ChoiceArrayQuestion.getValue(ChoiceArrayQuestion.java:203)
              at com.sun.tck.msa.interview.MSATCKInterview$OPjsrsquestion.getSelection(MSATCKInterview.java:511)
              at com.sun.tck.msa.interview.MSATCKInterview.getImplementedJSRs(MSATCKInterview.java:650)
              at com.sun.tck.msa.interview.MSATCKInterview.exportJSRs(MSATCKInterview.java:665)
              at com.sun.tck.msa.interview.MSATCKInterview.export(MSATCKInterview.java:728)
              at com.sun.tck.msa.interview.MSATCKInterview.getEnv(MSATCKInterview.java:351)
              at com.sun.javatest.InterviewParameters.getName(InterviewParameters.java:289)
              at com.sun.javatest.interview.BasicInterviewParameters.getName(BasicInterviewParameters.java:146)
              at com.sun.javatest.InterviewParameters.save(InterviewParameters.java:1569)
              at com.sun.javatest.exec.InterviewEditor.copy(InterviewEditor.java:1179)
              at com.sun.javatest.exec.InterviewEditor.copy(InterviewEditor.java:1170)
              at com.sun.javatest.exec.InterviewEditor.sync(InterviewEditor.java:200)
              at com.sun.javatest.exec.InterviewEditor.edit(InterviewEditor.java:226)
              at com.sun.javatest.exec.BasicSessionControl.showConfig(BasicSessionControl.java:689)
              at com.sun.javatest.exec.BasicSessionControl$8.actionPerformed(BasicSessionControl.java:798)
              at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
              at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
              at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
              at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
              at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
              at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1170)
              at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1211)
              at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
              at java.awt.Component.processMouseEvent(Component.java:6038)
              at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
              at java.awt.Component.processEvent(Component.java:5803)
              at java.awt.Container.processEvent(Container.java:2058)
              at java.awt.Component.dispatchEventImpl(Component.java:4410)
              at java.awt.Container.dispatchEventImpl(Container.java:2116)
              at java.awt.Component.dispatchEvent(Component.java:4240)
              at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
              at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
              at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
              at java.awt.Container.dispatchEventImpl(Container.java:2102)
              at java.awt.Window.dispatchEventImpl(Window.java:2429)
              at java.awt.Component.dispatchEvent(Component.java:4240)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
              at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
              at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
              at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

      Attachments

        Activity

          People

            dfazunen Dmitry Fazunenko (Inactive)
            mpakhnus Marina Pakhnusheva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: