Task #5215 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: null pointer exception in history table
| Reported by: | bwzloranger | Owned by: | bwzloranger |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Import | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
java.lang.NullPointerException
at ome.formats.importer.gui.HistoryTableStore.updateItemStatus(HistoryTableStore.java:749)
at ome.formats.importer.gui.ImportHandler.updateHistoryWithDoneImport(ImportHandler.java:399)
at ome.formats.importer.gui.ImportHandler.importImages(ImportHandler.java:224)
at ome.formats.importer.gui.ImportHandler.access$100(ImportHandler.java:59)
at ome.formats.importer.gui.ImportHandler$2.run(ImportHandler.java:134)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:172)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
at java.lang.Thread.run(Thread.java:655)
java.lang.NullPointerException
at ome.formats.importer.gui.HistoryTableStore.updateBaseStatus(HistoryTableStore.java:452)
at ome.formats.importer.gui.ImportHandler.updateHistoryWithCompleteImport(ImportHandler.java:379)
at ome.formats.importer.gui.ImportHandler.importImages(ImportHandler.java:300)
at ome.formats.importer.gui.ImportHandler.access$100(ImportHandler.java:59)
at ome.formats.importer.gui.ImportHandler$2.run(ImportHandler.java:134)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:172)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
at java.lang.Thread.run(Thread.java:655)
Exit from OMERO.importer complete
Change History (2)
comment:1 Changed 8 years ago by bwzloranger
comment:2 Changed 8 years ago by bwzloranger
- Remaining Time changed from 0.25 to 0
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Also:
2011-05-13 11:25:43,207 18281 [ Thread-5] ERROR e.formats.importer.gui.HistoryTableStore - Error retrieving base list from Sat Apr 30 00:00:00 BST 2011 to Sat May 07 23:59:59 BST 2011. java.lang.NullPointerException at ome.formats.importer.gui.HistoryTableStore.getBaseTableDataByDate(HistoryTableStore.java:524) at ome.formats.importer.gui.HistoryTable.updateOutlookBar(HistoryTable.java:591) at ome.formats.importer.gui.HistoryTable.update(HistoryTable.java:691) at ome.formats.importer.gui.LoginHandler.notifyObservers(LoginHandler.java:509) at ome.formats.importer.gui.LoginHandler$1.run(LoginHandler.java:217) 2011-05-13 11:25:43,208 18282 [ Thread-5] ERROR e.formats.importer.gui.HistoryTableStore - Error retrieving base list from Sat Apr 30 00:00:00 BST 2011 to Fri May 13 23:59:59 BST 2011. java.lang.NullPointerException at ome.formats.importer.gui.HistoryTableStore.getBaseTableDataByDate(HistoryTableStore.java:524) at ome.formats.importer.gui.HistoryTable.updateOutlookBar(HistoryTable.java:595) at ome.formats.importer.gui.HistoryTable.update(HistoryTable.java:691) at ome.formats.importer.gui.LoginHandler.notifyObservers(LoginHandler.java:509) at ome.formats.importer.gui.LoginHandler$1.run(LoginHandler.java:217)Seems as if history is incorrectly detecting pytables as being active on systems when its not. Needs fix for that, plus better handling of NPEs in history methods.