This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76657 - Exception when using quick navigator on Windows
Summary: Exception when using quick navigator on Windows
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 09:47 UTC by Vladimir Kvashin
Modified: 2006-05-22 20:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2006-05-22 09:47:17 UTC
SEVERE [null]: *********** Exception occurred ************ at 3:10 PM on May 19,
2006
java.io.IOException: C:\cygwin\bin\ctags.exe: not found
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at java.lang.Runtime.exec(Runtime.java:429)
    at java.lang.Runtime.exec(Runtime.java:326)
    at
org.netbeans.modules.cnd.editor.parser.CtagsParser.parse(CtagsParser.java:385)
[catch] at
org.netbeans.modules.cnd.editor.parser.NavigationView.updateChildren(NavigationView.java:413)
    at
org.netbeans.modules.cnd.editor.parser.NavigationView.setRoot(NavigationView.java:395)
    at
org.netbeans.modules.cnd.editor.parser.NavigationView.addNotify(NavigationView.java:305)
    at java.awt.Container.addNotify(Container.java:2500)
    at javax.swing.JComponent.addNotify(JComponent.java:4436)
    at
org.netbeans.modules.cnd.editor.parser.NavigateAction$ToolbarPresenter.addNotify(NavigateAction.java:98)
    at java.awt.Container.addNotify(Container.java:2500)
    at javax.swing.JComponent.addNotify(JComponent.java:4436)
    at java.awt.Container.addImpl(Container.java:1052)
    at java.awt.Container.add(Container.java:899)
    at org.openide.text.CloneableEditor.initialize(CloneableEditor.java:249)
    at org.openide.text.CloneableEditor.componentShowing(CloneableEditor.java:161)
    at org.openide.windows.WindowManager.componentShowing(WindowManager.java:303)
    at
org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:944)
    at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:145)
    at
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:238)
    at
org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:214)
    at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:152)
    at
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:91)
    at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1381)
    at
org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1014)
    at org.openide.windows.TopComponent.requestActive(TopComponent.java:630)
    at org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:71)
    at org.openide.util.Mutex.doEvent(Mutex.java:1202)
    at org.openide.util.Mutex.writeAccess(Mutex.java:373)
    at org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:67)
    at org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:389)
    at org.openide.actions.OpenAction.performAction(OpenAction.java:53)
    at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:531)
    at
org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
    at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:527)
    at
org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1368)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.Component.processMouseEvent(Component.java:5491)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at org.netbeans.jemmy.QueueTool$JemmyQueue.shortcutEvent(QueueTool.java:574)
    at org.netbeans.jemmy.QueueTool.shortcutEvent(QueueTool.java:137)
    at org.netbeans.jemmy.QueueTool.processEvent(QueueTool.java:117)
    at
org.netbeans.jemmy.drivers.input.EventDriver.dispatchEvent(EventDriver.java:67)
    at
org.netbeans.jemmy.drivers.input.MouseEventDriver.dispatchEvent(MouseEventDriver.java:163)
    at
org.netbeans.jemmy.drivers.input.MouseEventDriver.clickMouse(MouseEventDriver.java:90)
    at
org.netbeans.jemmy.operators.ComponentOperator$2.launch(ComponentOperator.java:433)
    at org.netbeans.jemmy.QueueTool$QueueAction.run(QueueTool.java:534)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at org.netbeans.jemmy.QueueTool$JemmyQueue.dispatchEvent(QueueTool.java:581)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Vladimir Kvashin 2006-05-22 09:48:28 UTC
Most likely this happens when naither CTAGS_LOCATION environment variable nor
CTAGS_LOCATION system property is set and ctags is not found in path.
Comment 2 Vladimir Kvashin 2006-05-22 20:21:39 UTC
There was just an occasionally copy-pasted line. Now fixed.