Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #12546 (closed)

Opened 10 years ago

Closed 8 years ago

NPE; View fields for well

Reported by: omero-qa Owned by: dlindner
Priority: minor Milestone: Unscheduled
Component: from QA Version: OMERO-5.2.0
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

https://www.openmicroscopy.org/qa2/qa2/qa/feedback/9467/

java.lang.Exception: Abnormal termination due to an uncaught exception.

java.lang.NullPointerException

	at org.openmicroscopy.shoola.agents.dataBrowser.view.DataBrowserComponent.viewFieldsFor(DataBrowserComponent.java:1610)

	at org.openmicroscopy.shoola.agents.dataBrowser.view.DataBrowserControl.propertyChange(DataBrowserControl.java:579)

	at java.beans.PropertyChangeSupport.fire(Unknown Source)

	at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

	at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

	at java.awt.Component.firePropertyChange(Unknown Source)

	at org.openmicroscopy.shoola.util.ui.PlateGrid.access$200(PlateGrid.java:58)

	at org.openmicroscopy.shoola.util.ui.PlateGrid$1.mouseClicked(PlateGrid.java:160)

	at java.awt.AWTEventMulticaster.mouseClicked(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$200(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.awt.EventQueue$4.run(Unknown Source)

	at java.awt.EventQueue$4.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$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)

Abnormal termination due to an uncaught exception.

java.lang.NullPointerException

	at org.openmicroscopy.shoola.agents.dataBrowser.view.DataBrowserComponent.viewFieldsFor(DataBrowserComponent.java:1610)

	at org.openmicroscopy.shoola.agents.dataBrowser.view.DataBrowserControl.propertyChange(DataBrowserControl.java:579)

	at java.beans.PropertyChangeSupport.fire(Unknown Source)

	at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

	at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

	at java.awt.Component.firePropertyChange(Unknown Source)

	at org.openmicroscopy.shoola.util.ui.PlateGrid.access$200(PlateGrid.java:58)

	at org.openmicroscopy.shoola.util.ui.PlateGrid$1.mouseClicked(PlateGrid.java:160)

	at java.awt.AWTEventMulticaster.mouseClicked(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$200(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.awt.EventQueue$4.run(Unknown Source)

	at java.awt.EventQueue$4.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$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)

Exception in thread "AWT-EventQueue-0"



	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:191)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:291)

	at org.openmicroscopy.shoola.env.AbnormalExitHandler.doTermination(AbnormalExitHandler.java:147)

	at org.openmicroscopy.shoola.env.AbnormalExitHandler.terminate(AbnormalExitHandler.java:85)

	at org.openmicroscopy.shoola.env.RootThreadGroup.uncaughtException(RootThreadGroup.java:69)

	at java.awt.EventDispatchThread.processException(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)

Change History (4)

comment:1 Changed 10 years ago by dlindner

The NPE must have occured in line "view.displayFields(wm.getSelectedWell().getWellSamples());", which means getSelectedWell==null; not sure how to reproduce this.

comment:2 Changed 9 years ago by dlindner

  • Resolution set to worksforme
  • Status changed from new to closed

Could not reproduce. Close (reopen in case this error happens again).

comment:3 Changed 8 years ago by dlindner

  • Cc douglas.kelly09@… removed
  • Resolution worksforme deleted
  • Status changed from closed to reopened
  • Version changed from 5.0.3 to OMERO-5.2.0

comment:4 Changed 8 years ago by dlindner

  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.65904 sec.)

We're Hiring!