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 60371

Summary: Cannot open web a project
Product: javaee Reporter: ehucka <ehucka>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 60073    
Attachments: log fragment

Description ehucka 2005-06-22 09:02:02 UTC
build 200506211800

I cannot open a web project in this build because of IllegalStateException. The
web project was created in last version of IDE.
Comment 1 ehucka 2005-06-22 09:02:39 UTC
Created attachment 22840 [details]
log fragment
Comment 2 Radko Najman 2005-06-24 16:47:25 UTC
*** Issue 60472 has been marked as a duplicate of this issue. ***
Comment 3 Radko Najman 2005-06-24 16:47:44 UTC
*** Issue 60492 has been marked as a duplicate of this issue. ***
Comment 4 Radko Najman 2005-06-24 16:48:17 UTC
*** Issue 60473 has been marked as a duplicate of this issue. ***
Comment 5 Radko Najman 2005-06-24 16:53:25 UTC
There were no recent changes in the web project code. It seems that this issue
was probably caused by any change in the project infrastructure. I'll
investigate it, thanks for the reports.
Comment 6 _ gtzabari 2005-06-24 17:37:34 UTC
According to the recent duplicate issues I filed:

- This issue occurs even if you create a new web project with the latest dev
build, close it and then try to reopen it. In other words, it doesn't
necessarily occur as a result of trying to use older release project files.

- In my case, my sources directory always resides in ../source relative to the
Netbeans project directory. I don't know if this makes a difference but I was
asked this in one of my duplicate issues.
Comment 7 ehucka 2005-06-27 08:53:43 UTC
I have created my web project (which cannot be opened) sometime after release of
4.1, so older projects have this problem too.
Comment 8 Radko Najman 2005-06-27 13:28:54 UTC
*** Issue 60514 has been marked as a duplicate of this issue. ***
Comment 9 Jesse Glick 2005-06-27 16:17:35 UTC
Please roll back the #60073 patch (and reopen #60073) for now. (I am at JavaOne
so I may not be able to get to it right away.) I am guessing from the context
that from within the body of findProject(dirA) you are calling
findProject(dirB), which ought to be harmless. #60073 was a fix for a bug in
some code intended to prevent you from calling findProject(dirA) within a call
to findProject(dirA) (since that would never work), but it seems that it is
blocking more situations than it should be.
Comment 10 Radko Najman 2005-06-28 11:31:16 UTC
This issue was caused by a patch for issue #60073. The patch was roll backed.
Comment 11 ehucka 2005-06-30 11:32:21 UTC
verified in 200506291800