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 #11185 (closed)

Opened 11 years ago

Closed 11 years ago

BUG: Crash after View Log file

Reported by: pwalczysko Owned by: jburel
Priority: critical Milestone: 5.0.0-rc1
Component: Insight Version: 4.4.9
Keywords: n.a. Cc: ux@…, fs@…
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: OMERO 5 Beta 2 (1)

Description (last modified by pwalczysko)

Server: Gretzky
Client: most recent develop branch client
Workflow:

  • login as user-4, put group read-only-1 to display, click onto the user-4
  • select team/pwalczysko/broken images from Andrew/ (whole folder) and add to the queue (importing; into read-only-1 and not creating any new P/D at import stage)
  • click Import
  • the two images in the ...Andrew folder will fail and produce the "Failed" button
  • click onto the Failed button, and select View Log
  • error appears, Insight crashes
java.lang.Exception: Abnormal termination due to an uncaught exception.
java.lang.NullPointerException
	at org.openmicroscopy.shoola.agents.fsimporter.view.ImporterUIElement.setImportLogFile(ImporterUIElement.java:1008)
	at org.openmicroscopy.shoola.agents.fsimporter.view.ImporterComponent.setImportLogFile(ImporterComponent.java:747)
	at org.openmicroscopy.shoola.agents.fsimporter.AnnotationDataLoader.handleResult(AnnotationDataLoader.java:107)
	at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:90)
	at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:708)
	at java.awt.EventQueue.access$400(EventQueue.java:82)
	at java.awt.EventQueue$2.run(EventQueue.java:669)
	at java.awt.EventQueue$2.run(EventQueue.java:667)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:678)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Abnormal termination due to an uncaught exception.
java.lang.NullPointerException
	at org.openmicroscopy.shoola.agents.fsimporter.view.ImporterUIElement.setImportLogFile(ImporterUIElement.java:1008)
	at org.openmicroscopy.shoola.agents.fsimporter.view.ImporterComponent.setImportLogFile(ImporterComponent.java:747)
	at org.openmicroscopy.shoola.agents.fsimporter.AnnotationDataLoader.handleResult(AnnotationDataLoader.java:107)
	at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:90)
	at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:708)
	at java.awt.EventQueue.access$400(EventQueue.java:82)
	at java.awt.EventQueue$2.run(EventQueue.java:669)
	at java.awt.EventQueue$2.run(EventQueue.java:667)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:678)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Exception in thread "AWT-EventQueue-0"

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:190)
	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:292)
	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.AWTExceptionHanlder.handle(AWTExceptionHanlder.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at java.awt.EventDispatchThread.handleException(EventDispatchThread.java:412)
	at java.awt.EventDispatchThread.processException(EventDispatchThread.java:318)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:312)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Change History (9)

comment:1 Changed 11 years ago by pwalczysko

Last edited 11 years ago by pwalczysko (previous) (diff)

comment:2 Changed 11 years ago by pwalczysko

I have a repetition now. The bug is connected to the import into a non-default group (read-only-1, user-4). Correcting the above workflow.

comment:3 Changed 11 years ago by pwalczysko

  • Description modified (diff)

comment:4 Changed 11 years ago by pwalczysko

The bug has nothing to do with the fact that some imports are unfinished - it is purely connected with the import into non-default group. Correcting the workflow again. (sorry)

comment:5 Changed 11 years ago by pwalczysko

  • Description modified (diff)

comment:6 Changed 11 years ago by jburel

  • Sprint changed from FS demo 4.4 to FS demo 4.x

Moved from sprint FS demo 4.4

comment:7 Changed 11 years ago by jburel

  • Milestone changed from OMERO-5 to 5.0.0-beta2
  • Sprint changed from FS demo 4.x to OMERO 5 Beta 2 (1)
  • Version set to 4.4.9

comment:8 Changed 11 years ago by jburel

  • Status changed from new to accepted

comment:9 Changed 11 years ago by jburel

  • Resolution set to fixed
  • Status changed from accepted 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.65533 sec.)

We're Hiring!