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 72727 - NullpointerException opening a project
Summary: NullpointerException opening a project
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 13:53 UTC by cvmontuy
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (78.66 KB, text/plain)
2006-02-16 13:55 UTC, cvmontuy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cvmontuy 2006-02-16 13:53:29 UTC
I am working with the NetBeans 5.0 and after loading a project with nearly 400 
java files the ide becomes unstable:

OS: Windows XP Professional (2002) Service Pack 2 (Spanish)
CPU: Intel P4
RAM: 1 GB
Comment 1 cvmontuy 2006-02-16 13:55:02 UTC
Created attachment 28909 [details]
messages.log
Comment 2 cvmontuy 2006-02-16 20:31:07 UTC
-----------------------------------------------
The original project was splitted into smaller projects and now everything 
works fine!
Comment 3 Jiri Prox 2006-02-20 08:22:38 UTC
It look like the previous run of netbeans did't finished correctly.
Can you reproduce it with fresh userdir? 
Comment 4 cvmontuy 2006-02-20 23:05:37 UTC
1.- I have created a new project using a different project name containing a 
copy of all sources and libs from the reported one. And using this new project 
I was NOT able to reproduce the problem.

2.- How did you find that the previous running of Netbeans was wrong?

3.- I am not absolutely sure but it seems to me that before posting this issue 
I have erased the project folder and then reopen NetBeans and I created a new 
one, but using the same project name. And after that the problem was still 
there, is this possible?

4.- The information damaged was store on the project folder or there is 
another information repository? 

thanks
Comment 5 Jiri Prox 2006-02-21 13:55:49 UTC
The information gained from parsing all sources in projects and libs are saved
in ${userdir}/var/cache. Try runnig netbeans with switch -userdir dir, where
'dir' is a name of some empty directory to make NB parse the source again. 
Comment 6 Jan Becicka 2006-10-26 16:26:50 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 7 Quality Engineering 2007-09-20 11:53:08 UTC
Reorganization of java component