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 158342 - java.io.FileNotFoundException: MyProject\web\META-INF\context.xml (The system cannot find the path specified)
Summary: java.io.FileNotFoundException: MyProject\web\META-INF\context.xml (The system...
Status: RESOLVED DUPLICATE of bug 137078
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 20:59 UTC by malfunction84
Modified: 2009-03-04 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134298


Attachments
stacktrace (1.69 KB, text/plain)
2009-02-10 20:59 UTC, malfunction84
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malfunction84 2009-02-10 20:59:06 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
malfunction84: I changed my web folder and my WEB-INF folder, but it's still looking in the old location after I click "OK" on the Project Properties dialog.

malfunction84: I changed my web folder and my WEB-INF folder, but it's still looking in the old location after I click "OK" on the Project Properties dialog.



Stacktrace: 
java.io.FileNotFoundException: C:\WorkSpace\Development\Java\Projects\BFTS\pdr-rewrite\web\META-INF\context.xml (The system cannot find the path specified)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:156)
        at org.openide.text.DataEditorSupport$Env.inputStream(DataEditorSupport.java:685)
        at org.openide.text.CloneableEditorSupport.loadDocument(CloneableEditorSupport.java:1972)
        at org.openide.text.CloneableEditorSupport.access$2500(CloneableEditorSupport.java:120)
        at org.openide.text.CloneableEditorSupport$Listener.run(CloneableEditorSupport.java:2742)
        at org.openide.text.CloneableEditorSupport$2.doRun(CloneableEditorSupport.java:636)
Comment 1 malfunction84 2009-02-10 20:59:12 UTC
Created attachment 76822 [details]
stacktrace
Comment 2 mslama 2009-03-04 15:55:01 UTC
IOException is not reported to user using dialog but is thrown to caller.

*** This issue has been marked as a duplicate of 137078 ***
Comment 3 mslama 2009-03-04 15:56:46 UTC
Please check with dev build. If it still happens reopen and give me steps to reproduce. Thanks.