will mason created NETBEANS-704:
-----------------------------------

             Summary: IOException: error=2, No such file or directory
                 Key: NETBEANS-704
                 URL: https://issues.apache.org/jira/browse/NETBEANS-704
             Project: NetBeans
          Issue Type: Bug
          Components: java - Compiler
         Environment: 
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-205-on-20180202)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Linux version 4.15.11-041511-generic running on amd64; UTF-8; en_AU (nb)
User directory: /home/william/.config/netbeans/v09.00-beta/01/user
Cache directory: /home/william/.cache/netbeans/v09.00-beta/01
            Reporter: will mason
         Attachments: messages.log

h2.  context

*  Netbeans restart after installing plugins

h2.  specification / expected

* I do not expect a restart to report a missing directory

h2.  actual

* IoException as shown / attached

h2.  supporting information

*  IoException.logs
**  stacktrace -- _below_
**  UI log
**  Ide log


{noformat}
java.io.IOException: error=2, No such file or directory
        at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
        at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:339)
        at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:270)
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
Caused: java.io.IOException: Cannot run program 
"null/mnt/data/home/projects/work/products/watchdog/r08.00.00--repeater/message_splitter/appliances/repeater/test-help":
 error=2, No such file or directory
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
        at java.base/java.lang.Runtime.exec(Runtime.java:635)
        at java.base/java.lang.Runtime.exec(Runtime.java:459)
        at java.base/java.lang.Runtime.exec(Runtime.java:356)
        at 
com.sessonad.oscommands.commands.Commands.executeFileSystemBrowserCommand(Commands.java:128)
[catch] at 
com.sessonad.oscommands.commands.Commands.browseInFileSystemToFileOrDir(Commands.java:86)
        at 
me.dsnet.quickopener.actions.FileSystem.performAction(FileSystem.java:52)
        at 
org.openide.util.actions.NodeAction.performAction(NodeAction.java:270)
        at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
        at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
        at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
        at 
org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
        at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
        at 
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:258)
        at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
        at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
        at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
        at 
java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
        at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298)
        at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
        at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
        at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
        at java.desktop/java.awt.Component.processEvent(Component.java:6354)
        at java.desktop/java.awt.Container.processEvent(Container.java:2260)
        at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2318)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
        at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4906)
        at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
        at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2304)
        at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
        at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
        at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to