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

Summary: java.io.FileNotFoundException: FileObject MasterFileObject[/home/karol/HOL/MobileApplication1/src/org/javaone/hol/support/WebToMobileClient.wsclient@1d016bb:43017a,valid=false] is not valid.
Product: platform Reporter: Karol Harezlak <kharezlak>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kharezlak
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170758
Attachments: stacktrace
stacktrace

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 ***