Uploaded image for project: 'Bug Repository'
  1. Bug Repository
  2. BUG-261

Error in console when adjusting FG or BG from Data Management Table

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Labels:
      None

      Description

      When adjusting the FG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:

      Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
      at com.affymetrix.igb.view.TierPrefsView.fgColorComboBox(TierPrefsView.java:564)
      at com.affymetrix.igb.view.TierPrefsViewGUI.fgColorComboBoxActionPerformed(TierPrefsViewGUI.java:455)
      at com.affymetrix.igb.view.TierPrefsViewGUI.access$300(TierPrefsViewGUI.java:9)
      at com.affymetrix.igb.view.TierPrefsViewGUI$4.actionPerformed(TierPrefsViewGUI.java:124)
      at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
      at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:369)
      at javax.swing.JTable.setValueAt(Unknown Source)
      at javax.swing.JTable.editingStopped(Unknown Source)
      at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
      at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
      at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
      at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
      at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
      at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
      at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
      at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
      at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
      at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
      at java.awt.Component.processMouseEvent(Unknown Source)
      at javax.swing.JComponent.processMouseEvent(Unknown Source)
      at java.awt.Component.processEvent(Unknown Source)
      at java.awt.Container.processEvent(Unknown Source)
      at java.awt.Component.dispatchEventImpl(Unknown Source)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Window.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
      at java.awt.EventQueue.access$000(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue.dispatchEvent(Unknown Source)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.run(Unknown Source)

      When adjusting the BG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:

      Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
      at com.affymetrix.igb.view.TierPrefsView.bgColorComboBox(TierPrefsView.java:570)
      at com.affymetrix.igb.view.TierPrefsViewGUI.bgColorComboBoxActionPerformed(TierPrefsViewGUI.java:459)
      at com.affymetrix.igb.view.TierPrefsViewGUI.access$100(TierPrefsViewGUI.java:9)
      at com.affymetrix.igb.view.TierPrefsViewGUI$2.actionPerformed(TierPrefsViewGUI.java:99)
      at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
      at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:362)
      at javax.swing.JTable.setValueAt(Unknown Source)
      at javax.swing.JTable.editingStopped(Unknown Source)
      at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
      at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
      at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
      at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
      at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
      at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
      at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
      at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
      at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
      at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
      at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
      at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
      at java.awt.Component.processMouseEvent(Unknown Source)
      at javax.swing.JComponent.processMouseEvent(Unknown Source)
      at java.awt.Component.processEvent(Unknown Source)
      at java.awt.Container.processEvent(Unknown Source)
      at java.awt.Component.dispatchEventImpl(Unknown Source)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Window.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
      at java.awt.EventQueue.access$000(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue.dispatchEvent(Unknown Source)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.run(Unknown Source)

      When you change the FG or BG color for a second time there is no error thrown and color updates fine.

        Attachments

          Issue Links

            Activity

            kkubiak Katharine Kubiak (Inactive) created issue -
            kkubiak Katharine Kubiak (Inactive) made changes -
            Field Original Value New Value
            Description When adjusting the FG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:

            Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at com.affymetrix.igb.view.TierPrefsView.fgColorComboBox(TierPrefsView.java:564)
            at com.affymetrix.igb.view.TierPrefsViewGUI.fgColorComboBoxActionPerformed(TierPrefsViewGUI.java:455)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$300(TierPrefsViewGUI.java:9)
            at com.affymetrix.igb.view.TierPrefsViewGUI$4.actionPerformed(TierPrefsViewGUI.java:124)
            at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
            at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:369)
            at javax.swing.JTable.setValueAt(Unknown Source)
            at javax.swing.JTable.editingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)


            When adjusting the BG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:

            Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at com.affymetrix.igb.view.TierPrefsView.bgColorComboBox(TierPrefsView.java:570)
            at com.affymetrix.igb.view.TierPrefsViewGUI.bgColorComboBoxActionPerformed(TierPrefsViewGUI.java:459)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$100(TierPrefsViewGUI.java:9)
            at com.affymetrix.igb.view.TierPrefsViewGUI$2.actionPerformed(TierPrefsViewGUI.java:99)
            at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
            at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:362)
            at javax.swing.JTable.setValueAt(Unknown Source)
            at javax.swing.JTable.editingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)


            When you change the FG or BG color for a second time there is no error thrown and color updates fine.
            *When adjusting the FG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:*

            Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at com.affymetrix.igb.view.TierPrefsView.fgColorComboBox(TierPrefsView.java:564)
            at com.affymetrix.igb.view.TierPrefsViewGUI.fgColorComboBoxActionPerformed(TierPrefsViewGUI.java:455)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$300(TierPrefsViewGUI.java:9)
            at com.affymetrix.igb.view.TierPrefsViewGUI$4.actionPerformed(TierPrefsViewGUI.java:124)
            at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
            at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:369)
            at javax.swing.JTable.setValueAt(Unknown Source)
            at javax.swing.JTable.editingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)


            *When adjusting the BG color for a track from the 'Data Management Table' it updates the color, but throws this error in the console:*

            Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at com.affymetrix.igb.view.TierPrefsView.bgColorComboBox(TierPrefsView.java:570)
            at com.affymetrix.igb.view.TierPrefsViewGUI.bgColorComboBoxActionPerformed(TierPrefsViewGUI.java:459)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$100(TierPrefsViewGUI.java:9)
            at com.affymetrix.igb.view.TierPrefsViewGUI$2.actionPerformed(TierPrefsViewGUI.java:99)
            at com.jidesoft.combobox.AbstractComboBox.fireActionEvent(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedColor(Unknown Source)
            at com.affymetrix.igb.view.load.DataManagementTableModel.setValueAt(DataManagementTableModel.java:362)
            at javax.swing.JTable.setValueAt(Unknown Source)
            at javax.swing.JTable.editingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.fireEditingStopped(Unknown Source)
            at javax.swing.AbstractCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.stopCellEditing(Unknown Source)
            at com.jidesoft.grid.AbstractComboBoxCellEditor.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.selectedItemChanged(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.ColorComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox.setSelectedItem(Unknown Source)
            at com.jidesoft.combobox.AbstractComboBox$3.itemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.fireItemStateChanged(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.PopupPanel.setSelectedObject(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel.setSelectedColor(Unknown Source)
            at com.jidesoft.combobox.ColorChooserPanel$d_.actionPerformed(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)


            *When you change the FG or BG color for a second time there is no error thrown and color updates fine.*
            kkubiak Katharine Kubiak (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ]
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            This comes from Katy, so I am assuming that this error occurs in Windows

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - This comes from Katy, so I am assuming that this error occurs in Windows
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Hiral Vora [ hiralv ]
            hiralv Hiral Vora (Inactive) made changes -
            Assignee Hiral Vora [ hiralv ] Nick Ren [ imnick ]
            Hide
            imnick Nick Ren (Inactive) added a comment -

            Fixed in version 9954

            Show
            imnick Nick Ren (Inactive) added a comment - Fixed in version 9954
            imnick Nick Ren (Inactive) made changes -
            Assignee Nick Ren [ imnick ] Katharine Kubiak [ kkubiak ]
            Hide
            kkubiak Katharine Kubiak (Inactive) added a comment -

            Passed v9954 Windows

            Show
            kkubiak Katharine Kubiak (Inactive) added a comment - Passed v9954 Windows
            kkubiak Katharine Kubiak (Inactive) made changes -
            Assignee Katharine Kubiak [ kkubiak ] Anuj Puram [ anuj ]
            Hide
            anuj Anuj Puram (Inactive) added a comment -

            Passed v10003 on Mac

            Show
            anuj Anuj Puram (Inactive) added a comment - Passed v10003 on Mac
            anuj Anuj Puram (Inactive) made changes -
            Assignee Anuj Puram [ anuj ] Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Open [ 1 ] Resolved [ 5 ]
            Assignee Alyssa Gulledge [ alyssa ]
            Resolution Fixed [ 1 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Resolved [ 5 ] Closed [ 6 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Project IGB 6.7 [ 10040 ] Bug Repository [ 10030 ]
            Key IGBB-265 BUG-261
            darius darius made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Darius Bost [ darius ]
            Hide
            darius darius added a comment -

            Passed 7.0 (11840)

            Show
            darius darius added a comment - Passed 7.0 (11840)
            darius darius made changes -
            Status Reopened [ 4 ] Resolved [ 5 ]
            Assignee Darius Bost [ darius ]
            Resolution Fixed [ 1 ]
            richard Richard Linchangco (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-685 [ BUG-685 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]

              People

              • Assignee:
                Unassigned
                Reporter:
                kkubiak Katharine Kubiak (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: