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 149727 - Can't run or debug due to endless classpath scanning
Summary: Can't run or debug due to endless classpath scanning
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-10-10 10:40 UTC by Petr Cyhelsky
Modified: 2008-10-17 13:57 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot - see that the scanning process in processbar is finished, yet debugging can't be started (137.26 KB, image/jpeg)
2008-10-10 10:43 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-10-10 10:40:31 UTC
Product Version: NetBeans IDE Dev (Build 200810100201)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Observed: Even though no classpath scanning is running in the processbar I can't do anything which needs classpath
scanning to be finished (run, debug, source completion, etc) - the "please wait classpath scanning is in progress"
message shows and nothing can be done.

My steps to reproduce: On my dual core processor i need to have two backgroun processor demanding tasks -> run netbeans
-> open some Java SE project -> wait till the classpath scanning in processbar is finished -> try to run, debug, code
completion, etc.. -> nothing works
Comment 1 Petr Cyhelsky 2008-10-10 10:43:39 UTC
Created attachment 71535 [details]
Screenshot - see that the scanning process in processbar is finished, yet debugging can't be started
Comment 2 Pavel Flaska 2008-10-11 07:31:57 UTC
db4eba37d178
Comment 3 Quality Engineering 2008-10-11 17:20:36 UTC
Integrated into 'main-golden', will be available in build *200810111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/db4eba37d178
User: Pavel Flaska <pflaska@netbeans.org>
Log: #149727: When no firer task has been run, consider it as a finished.
(Prevent endless classpath scanning). Test added.
Comment 4 Petr Cyhelsky 2008-10-17 13:57:37 UTC
verified