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 20515 - IDE Startup throws FileStateInvalidException
Summary: IDE Startup throws FileStateInvalidException
Status: CLOSED DUPLICATE of bug 20540
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-13 19:23 UTC by Sakthivel Gopal
Modified: 2003-07-02 08:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (129.28 KB, text/plain)
2002-02-13 19:24 UTC, Sakthivel Gopal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sakthivel Gopal 2002-02-13 19:23:42 UTC
Build 020205_1 EE on NT
IDE Startup throws FileStateInvalidException
Wed Feb 13 11:06:25 PST 2002: 
org.openide.filesystems.FileStateInvalidException: <no message>
org.openide.filesystems.FileStateInvalidException
	at org.openide.filesystems.AbstractFileObject$Invalid.getFileSystem
(AbstractFileObject.java:831)
	at org.netbeans.modules.web.core.jsploader.JspCompileUtil.getContextRoot
(JspCompileUtil.java:187)
[catch] at 
org.netbeans.modules.web.core.jsploader.JspDataObject.addWebContextListener
(JspDataObject.java:760)
	at org.netbeans.modules.web.core.jsploader.JspDataObject.getPlugin
(JspDataObject.java:607)
	at 
org.netbeans.modules.web.core.jsploader.JspDataObject.getServletDataObject
(JspDataObject.java:632)
Comment 1 Sakthivel Gopal 2002-02-13 19:24:28 UTC
Created attachment 4694 [details]
IDE log
Comment 2 rmatous 2002-02-14 09:50:14 UTC
Every call of method on class AbstractFileObject$Invalid leads to
FileStateInvalidException. Instance of AbstractFileObject$Invalid
is created after unsuccessful deserialization. How can be deserialization 
unsuccesful:
- if serialized FileObject is not found in Repository. So probably
FileObject`s filesystem doesn`t exist in Repository in the moment of
deserialization. 

There is no problem in filesystems package. Probably some
inconsistency in web module.


Comment 3 Damian Frach 2002-02-15 09:40:21 UTC

*** This issue has been marked as a duplicate of 20540 ***
Comment 4 Petr Jiricka 2002-04-23 10:07:58 UTC
Changing target milestone to FFJ 4.0
Comment 5 Petr Jiricka 2002-04-23 10:18:38 UTC
Changing target milestone to FFJ 4.0
Comment 6 Quality Engineering 2003-07-02 08:25:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.

Comment 7 Quality Engineering 2003-07-02 08:32:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.