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 187724 - java.io.FileNotFoundException: FileObject MasterFileObject[/home/karol/HOL/MobileApplication1/src/org/javaone/hol/support/WebToMobileClient.wsclient@1d016bb:43017a,valid=false] is not valid.
Summary: java.io.FileNotFoundException: FileObject MasterFileObject[/home/karol/HOL/Mo...
Status: RESOLVED DUPLICATE of bug 184854
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 12:12 UTC by Karol Harezlak
Modified: 2010-06-23 07:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170758


Attachments
stacktrace (968 bytes, text/plain)
2010-06-17 12:13 UTC, Karol Harezlak
Details
stacktrace (2.62 KB, text/plain)
2010-06-17 15:01 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Harezlak 2010-06-17 12:12:57 UTC
Build: NetBeans IDE Dev (Build 100608-f2796e8778a5)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
kharezlak: While trying deply web app to Tomcat 6




Stacktrace: 
java.io.FileNotFoundException: FileObject MasterFileObject[/home/karol/HOL/MobileApplication1/src/org/javaone/hol/support/WebToMobileClient.wsclient@1d016bb:43017a,valid=false] is not valid.
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:94)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:89)
   at org.netbeans.modules.xml.multiview.XmlMultiViewDataObject$DataCache.saveData(XmlMultiViewDataObject.java:452)
   at org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport.saveDocument(XmlMultiViewEditorSupport.java:253)
   at org.netbeans.modules.xml.multiview.XmlMultiViewDataObject$1.save(XmlMultiViewDataObject.java:102)
   at org.netbeans.core.NbLifecycleManager.saveAll(NbLifecycleManager.java:90)
Comment 1 Karol Harezlak 2010-06-17 12:13:00 UTC
Created attachment 100165 [details]
stacktrace
Comment 2 Karol Harezlak 2010-06-17 15:01:10 UTC
Created attachment 100174 [details]
stacktrace
Comment 3 Jaroslav Tulach 2010-06-23 07:12:37 UTC
Probably fixed by fixing bug 184854.

*** This bug has been marked as a duplicate of bug 184854 ***