Task #6691 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: fatal NPE in insight during import on windows
| Reported by: | jamoore | Owned by: | jburel |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.3.2 |
| Component: | Documentation | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-09-15 (5) |
Description
On gre-mporter:
- opened insight
- added project for #6690
- added dataset for cellsens
- clicked on import button
- abnormal termination.
java.lang.Exception: Abnormal termination due to an uncaught exception. java.lang.NullPointerException at sun.awt.shell.Win32ShellFolder2.pidlsEqual(Unknown Source) at sun.awt.shell.Win32ShellFolder2.equals(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.isFileSystemRoot(Unknown Source) at sun.awt.shell.ShellFolder.isFileSystemRoot(Unknown Source) at javax.swing.filechooser.FileSystemView.isFileSystemRoot(Unknown Source) at javax.swing.filechooser.WindowsFileSystemView.isTraversable(Unknown Source) at javax.swing.JFileChooser.isTraversable(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run0(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(Unknown Source) Abnormal termination due to an uncaught exception. java.lang.NullPointerException at sun.awt.shell.Win32ShellFolder2.pidlsEqual(Unknown Source) at sun.awt.shell.Win32ShellFolder2.equals(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.isFileSystemRoot(Unknown Source) at sun.awt.shell.ShellFolder.isFileSystemRoot(Unknown Source) at javax.swing.filechooser.FileSystemView.isFileSystemRoot(Unknown Source) at javax.swing.filechooser.WindowsFileSystemView.isTraversable(Unknown Source) at javax.swing.JFileChooser.isTraversable(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run0(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(Unknown Source) Exception in thread "Basic L&F File Loading Thread" at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:183) at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:272) at org.openmicroscopy.shoola.env.AbnormalExitHandler.doTermination(AbnormalExitHandler.java:138) at org.openmicroscopy.shoola.env.AbnormalExitHandler.terminate(AbnormalExitHandler.java:83) at org.openmicroscopy.shoola.env.RootThreadGroup.uncaughtException(RootThreadGroup.java:69) at java.lang.Thread.dispatchUncaughtException(Unknown Source)
Change History (5)
comment:1 Changed 8 years ago by jburel
comment:2 Changed 8 years ago by jmoore
JRE build 1.6.0_20-b02
Client VM build 16.3-b01, mixed mode
comment:3 Changed 8 years ago by jburel
comment:4 Changed 8 years ago by jburel
- Component changed from Insight to Documentation
TODO: Update the FAQ
comment:5 Changed 8 years ago by jburel
- Resolution set to fixed
- Sprint set to 2011-09-15 (5)
- Status changed from new to closed
done
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Which version of Java do you have? This is an ongoing problem with swing !JFileChooser component. The problem comes up from time to time depending on the Java version. See FAQ