• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #147 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

Category Group Creation exception

Reported by: jason Owned by: jburel
Priority: major Milestone: 3.0-M3
Component: general Version: 3.0-M3
Keywords: iteration5 Cc: NULL

Description

Making a Cat Group gives an exception

Abnormal termination due to an uncaught exception.
java.lang.NullPointerException
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorModel.fireDataObjectCreation(EditorModel.java:526)
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorComponent.saveObject(EditorComponent.java:305)
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorControl.createObject(EditorControl.java:133)
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorUI.finish(EditorUI.java:349)
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorUI.access$100(EditorUI.java:83)
	at org.openmicroscopy.shoola.agents.treeviewer.editors.EditorUI$2.actionPerformed(EditorUI.java:198)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
	at java.awt.Component.processMouseEvent(Component.java:5554)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5319)
	at java.awt.Container.processEvent(Container.java:2010)
	at java.awt.Component.dispatchEventImpl(Component.java:4021)
	at java.awt.Container.dispatchEventImpl(Container.java:2068)
	at java.awt.Component.dispatchEvent(Component.java:3869)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
	at java.awt.Container.dispatchEventImpl(Container.java:2054)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3869)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Exception in thread "AWT-EventQueue-0"

Change History

Changed 2 years ago by jburel

  • keywords iteration5 added
  • status changed from new to closed
  • type changed from story to task
  • resolution set to fixed
  • milestone changed from Unscheduled to 3.0-M3

NullPointer? exception b/c we don't need to select a node in the tree to select a categoryGroup or a project. Problem is not fixed

Changed 2 years ago by jburel

Problem is now fixed sorry for the confusion ;-)

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/