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 51405

Summary: Scanning Project Classpaths dialog keeps appearing
Product: java Reporter: ibeaumont <ibeaumont>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description ibeaumont 2004-11-11 10:02:07 UTC
Netbeans 4.0 beta2
Everytime I restart netbeans I get the "scanning 
project Classpaths" dialog flashing on the screen 
(I think it is appearing/disappearing 
continuously.  It says "Initializing scanning .  
Please wait...".  If I'm really quick I can 
select to do a rebuild all between the dialog 
appearing - but it doesn't help.  Deleting the 
cache directory doesn't help either (although it 
did initially).  Basically I have to delete my 
netbeans userprofile directory and recreate it 
each time to use the product (and then re-add my 
projects).
Comment 1 David Konecny 2004-11-11 10:54:01 UTC
Perhaps dup of issue 50433.
Comment 2 Martin Matula 2004-11-11 11:53:49 UTC
Caused by issue 50431. See issue 50433 for the details of what causes
this. Some of your project XML/property files probably contains a
classpath element in non-normalized form. There was a bug in the
project system that caused that the URL did not get normalized after
reading from the project xml/property file which causes this problem.
It was fixed some time ago. You should probably download the most
recent q-build.

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