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 137497 - "Already listening to ..." in RailsSources.getSourceGroups
Summary: "Already listening to ..." in RailsSources.getSourceGroups
Status: RESOLVED DUPLICATE of bug 120992
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2008-06-17 21:42 UTC by Jesse Glick
Modified: 2008-06-18 11:53 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 Jesse Glick 2008-06-17 21:42:49 UTC
Broke commit validation.

java.lang.IllegalArgumentException: Already listening to
/hudson/workdir/jobs/trunk/workspace/xtest/instance/work/sys/ide/SampleRailsApplication/script
	at org.netbeans.modules.ruby.modules.project.rake.FileChangeSupport.addListener(FileChangeSupport.java:92)
	at org.netbeans.modules.ruby.spi.project.support.rake.SourcesHelper$SourcesImpl.listen(SourcesHelper.java:475)
	at org.netbeans.modules.ruby.spi.project.support.rake.SourcesHelper$SourcesImpl.getSourceGroups(SourcesHelper.java:409)
	at org.netbeans.modules.ruby.railsprojects.RailsSources$2.run(RailsSources.java:114)
	at org.netbeans.modules.ruby.railsprojects.RailsSources$2.run(RailsSources.java:105)
	at org.openide.util.Mutex.readAccess(Mutex.java:327)
	at org.openide.util.Mutex$1R.run(Mutex.java:1299)
	at org.netbeans.api.project.ProjectManager$2$1.run(ProjectManager.java:120)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:499)
	at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:215)
	at org.netbeans.api.project.ProjectManager$2.execute(ProjectManager.java:118)
	at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1320)
	at org.openide.util.Mutex.readAccess(Mutex.java:275)
	at org.netbeans.modules.ruby.railsprojects.RailsSources.getSourceGroups(RailsSources.java:104)
	at org.netbeans.spi.project.support.LookupProviderSupport$SourcesImpl.getSourceGroups(LookupProviderSupport.java:259)
	at org.netbeans.modules.localhistory.LocalHistory.setRoots(LocalHistory.java:135)
	at org.netbeans.modules.localhistory.LocalHistory.access$000(LocalHistory.java:75)
	at org.netbeans.modules.localhistory.LocalHistory$2$1.run(LocalHistory.java:252)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Martin Krauskopf 2008-06-18 11:53:58 UTC

*** This issue has been marked as a duplicate of 120992 ***