We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am getting an error when I try to use NanoJ-Fluidics as a micromanager plugin.
Here are the errors:
2019-09-26T11:17:20.536925 tid139896359667456 [IFO,App] Plugin command: NanoJ-Fluidics 2019-09-26T11:17:20.537400 tid139896359667456 [IFO,App] Thread 19 (AWT-EventQueue-0) terminated with uncaught exception 2019-09-26T11:17:20.537447 tid139896359667456 [IFO,App] java.lang.NoClassDefFoundError: Could not initialize class nanoj.pumpControl.java.sequentialProtocol.GUI 2019-09-26T11:17:20.537575 tid139896359667456 [IFO,App] at nanoj.pumpControl.java.sequentialProtocol.MicroManagerPlugin.<init>(MicroManagerPlugin.java:18) 2019-09-26T11:17:20.537586 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 2019-09-26T11:17:20.537598 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 2019-09-26T11:17:20.537609 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 2019-09-26T11:17:20.537620 tid139896359667456 [IFO,App] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) 2019-09-26T11:17:20.537632 tid139896359667456 [IFO,App] at java.base/java.lang.Class.newInstance(Class.java:584) 2019-09-26T11:17:20.537643 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginItem.instantiate(PluginItem.java:89) 2019-09-26T11:17:20.537654 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager.displayPlugin(PluginManager.java:110) 2019-09-26T11:17:20.537666 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager.access$100(PluginManager.java:22) 2019-09-26T11:17:20.537677 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager$2.run(PluginManager.java:64) 2019-09-26T11:17:20.537688 tid139896359667456 [IFO,App] at org.micromanager.utils.GUIUtils$3.actionPerformed(GUIUtils.java:361) 2019-09-26T11:17:20.537700 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967) 2019-09-26T11:17:20.537711 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308) 2019-09-26T11:17:20.537722 tid139896359667456 [IFO,App] at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) 2019-09-26T11:17:20.537734 tid139896359667456 [IFO,App] at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) 2019-09-26T11:17:20.537745 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369) 2019-09-26T11:17:20.537756 tid139896359667456 [IFO,App] at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020) 2019-09-26T11:17:20.537768 tid139896359667456 [IFO,App] at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064) 2019-09-26T11:17:20.537779 tid139896359667456 [IFO,App] at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297) 2019-09-26T11:17:20.537790 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632) 2019-09-26T11:17:20.537802 tid139896359667456 [IFO,App] at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 2019-09-26T11:17:20.537813 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.processEvent(Component.java:6397) 2019-09-26T11:17:20.537824 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.processEvent(Container.java:2263) 2019-09-26T11:17:20.537836 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008) 2019-09-26T11:17:20.537847 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) 2019-09-26T11:17:20.537858 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840) 2019-09-26T11:17:20.537870 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918) 2019-09-26T11:17:20.537881 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547) 2019-09-26T11:17:20.537892 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488) 2019-09-26T11:17:20.537904 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307) 2019-09-26T11:17:20.537915 tid139896359667456 [IFO,App] at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772) 2019-09-26T11:17:20.537926 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840) 2019-09-26T11:17:20.537938 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) 2019-09-26T11:17:20.537949 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) 2019-09-26T11:17:20.537960 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) 2019-09-26T11:17:20.537972 tid139896359667456 [IFO,App] at java.base/java.security.AccessController.doPrivileged(Native Method) 2019-09-26T11:17:20.537983 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) 2019-09-26T11:17:20.537994 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95) 2019-09-26T11:17:20.538006 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) 2019-09-26T11:17:20.538017 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) 2019-09-26T11:17:20.538029 tid139896359667456 [IFO,App] at java.base/java.security.AccessController.doPrivileged(Native Method) 2019-09-26T11:17:20.538040 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) 2019-09-26T11:17:20.538051 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) 2019-09-26T11:17:20.538063 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) 2019-09-26T11:17:20.538074 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) 2019-09-26T11:17:20.538085 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) 2019-09-26T11:17:20.538097 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) 2019-09-26T11:17:20.538108 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) 2019-09-26T11:17:20.538119 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
The text was updated successfully, but these errors were encountered:
palmada
No branches or pull requests
Hello,
I am getting an error when I try to use NanoJ-Fluidics as a micromanager plugin.
Here are the errors:
2019-09-26T11:17:20.536925 tid139896359667456 [IFO,App] Plugin command: NanoJ-Fluidics 2019-09-26T11:17:20.537400 tid139896359667456 [IFO,App] Thread 19 (AWT-EventQueue-0) terminated with uncaught exception 2019-09-26T11:17:20.537447 tid139896359667456 [IFO,App] java.lang.NoClassDefFoundError: Could not initialize class nanoj.pumpControl.java.sequentialProtocol.GUI 2019-09-26T11:17:20.537575 tid139896359667456 [IFO,App] at nanoj.pumpControl.java.sequentialProtocol.MicroManagerPlugin.<init>(MicroManagerPlugin.java:18) 2019-09-26T11:17:20.537586 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 2019-09-26T11:17:20.537598 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 2019-09-26T11:17:20.537609 tid139896359667456 [IFO,App] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 2019-09-26T11:17:20.537620 tid139896359667456 [IFO,App] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) 2019-09-26T11:17:20.537632 tid139896359667456 [IFO,App] at java.base/java.lang.Class.newInstance(Class.java:584) 2019-09-26T11:17:20.537643 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginItem.instantiate(PluginItem.java:89) 2019-09-26T11:17:20.537654 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager.displayPlugin(PluginManager.java:110) 2019-09-26T11:17:20.537666 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager.access$100(PluginManager.java:22) 2019-09-26T11:17:20.537677 tid139896359667456 [IFO,App] at org.micromanager.pluginmanagement.PluginManager$2.run(PluginManager.java:64) 2019-09-26T11:17:20.537688 tid139896359667456 [IFO,App] at org.micromanager.utils.GUIUtils$3.actionPerformed(GUIUtils.java:361) 2019-09-26T11:17:20.537700 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967) 2019-09-26T11:17:20.537711 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308) 2019-09-26T11:17:20.537722 tid139896359667456 [IFO,App] at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) 2019-09-26T11:17:20.537734 tid139896359667456 [IFO,App] at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) 2019-09-26T11:17:20.537745 tid139896359667456 [IFO,App] at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369) 2019-09-26T11:17:20.537756 tid139896359667456 [IFO,App] at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020) 2019-09-26T11:17:20.537768 tid139896359667456 [IFO,App] at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064) 2019-09-26T11:17:20.537779 tid139896359667456 [IFO,App] at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297) 2019-09-26T11:17:20.537790 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632) 2019-09-26T11:17:20.537802 tid139896359667456 [IFO,App] at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 2019-09-26T11:17:20.537813 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.processEvent(Component.java:6397) 2019-09-26T11:17:20.537824 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.processEvent(Container.java:2263) 2019-09-26T11:17:20.537836 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008) 2019-09-26T11:17:20.537847 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) 2019-09-26T11:17:20.537858 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840) 2019-09-26T11:17:20.537870 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918) 2019-09-26T11:17:20.537881 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547) 2019-09-26T11:17:20.537892 tid139896359667456 [IFO,App] at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488) 2019-09-26T11:17:20.537904 tid139896359667456 [IFO,App] at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307) 2019-09-26T11:17:20.537915 tid139896359667456 [IFO,App] at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772) 2019-09-26T11:17:20.537926 tid139896359667456 [IFO,App] at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840) 2019-09-26T11:17:20.537938 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) 2019-09-26T11:17:20.537949 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) 2019-09-26T11:17:20.537960 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) 2019-09-26T11:17:20.537972 tid139896359667456 [IFO,App] at java.base/java.security.AccessController.doPrivileged(Native Method) 2019-09-26T11:17:20.537983 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) 2019-09-26T11:17:20.537994 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95) 2019-09-26T11:17:20.538006 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) 2019-09-26T11:17:20.538017 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) 2019-09-26T11:17:20.538029 tid139896359667456 [IFO,App] at java.base/java.security.AccessController.doPrivileged(Native Method) 2019-09-26T11:17:20.538040 tid139896359667456 [IFO,App] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) 2019-09-26T11:17:20.538051 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) 2019-09-26T11:17:20.538063 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) 2019-09-26T11:17:20.538074 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) 2019-09-26T11:17:20.538085 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) 2019-09-26T11:17:20.538097 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) 2019-09-26T11:17:20.538108 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) 2019-09-26T11:17:20.538119 tid139896359667456 [IFO,App] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
The text was updated successfully, but these errors were encountered: