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 1672

Summary: IDE hangs during mounting VCS filesystem.
Product: platform Reporter: Milan Kubec <mkubec>
Component: -- Other --Assignee: Milan Kubec <mkubec>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 1999-05-08 01:55:47 UTC
The following message is dumped attempting to add VCS file system to Repository. Window named
customizer dialog shows up and IDE hangs.

VcsFileSystem: VcsFileSystem()
CommandLineVcsFileSystemBeanInfo: getBeanDescriptor()
VcsCache: getFilesAndSubdirs(``)
DirReader: ec=ExternalCommand[stcmd30-list.sh , timeout=60000, inputData=Cancel]
ExternalCommand: Error: Runtime.exec failed.

--------------------------------------------------------------------------------------
java.io.IOException: stcmd30-list.sh: not found
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:59)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.execInternal(Compiled Code)
        at java.lang.Runtime.exec(Compiled Code)
        at java.lang.Runtime.exec(Compiled Code)
        at java.lang.Runtime.exec(Runtime.java:153)
        at com.netbeans.enterprise.modules.vcs.cmdline.exec.ExternalCommand.exec(ExternalCommand.java:111)
        at com.netbeans.enterprise.modules.vcs.cmdline.DirReader.read(DirReader.java:97)
        at com.netbeans.enterprise.modules.vcs.cmdline.VcsCache.readDir(VcsCache.java:175)
        at com.netbeans.enterprise.modules.vcs.cmdline.VcsCache.getFilesAndSubdirs(VcsCache.java:193)        at com.netbeans.enterprise.modules.vcs.cmdline.CommandLineVcsFileSystem.children(CommandLin
eVcsFileSystem.java:346)
        at com.netbeans.ide.filesystems.DefaultAttributes.children(Compiled Code)
        at com.netbeans.ide.filesystems.AbstractFileObject.refresh(Compiled Code)
        at com.netbeans.ide.filesystems.AbstractFileObject.check(Compiled Code)
        at com.netbeans.ide.filesystems.AbstractFileObject.getChildren(Compiled Code)
        at com.netbeans.ide.filesystems.FileObject.getChildren(Compiled Code)
        at com.netbeans.ide.filesystems.FileObject.getFolders(FileObject.java:410)
        at com.netbeans.developer.modules.browser.PackageNode$Packag
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).