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 47228 - Attempt to read nonexistent settings file
Summary: Attempt to read nonexistent settings file
Status: CLOSED DUPLICATE of bug 47261
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-08-14 16:44 UTC by Jesse Glick
Modified: 2008-12-22 21:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.63 KB, text/plain)
2004-08-14 16:44 UTC, Jesse Glick
Details
dumstack (1.46 KB, patch)
2004-08-17 15:18 UTC, rmatous
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-08-14 16:44:06 UTC
I have a dir $userdir/config/Editors/text/xml/
containing fontsColors.xml, properties.xml, and a
.nbattrs with

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD
DefaultAttributes 1.0//EN"
"http://www.netbeans.org/dtds/attributes-1_0.dtd">
<attributes version="1.0">
    <fileobject name="Settings.settings">
        <attr name="name" stringvalue="XML Editor"/>
    </fileobject>
</attributes>

Whenever I start the IDE, I get an exception;
MultiFileSystem apparently thinks that the
delegate is on disk, though in fact it is in a
layer only.
Comment 1 Jesse Glick 2004-08-14 16:44:37 UTC
Created attachment 16816 [details]
Stack trace
Comment 2 rmatous 2004-08-16 17:12:28 UTC
Probably has something to do with InstanceDataObject rev1 1.15 - could
you verify ? 

Comment 3 Jesse Glick 2004-08-16 22:05:59 UTC
Perhaps so. I have two builds

$ TZ=UTC ls -l /space/nb
drwxrwxr-x   9 jglick jglick 4096 Aug 12 18:02 dev-aug-12x
drwxrwxr-x   9 jglick jglick 4096 Aug 13 21:48 dev-aug-13
[...]

and when I make a user dir with some settings from my normal user dir,
and start each in turn, the Aug 12 build does not show the problem and
the Aug 13 build does.
Comment 4 rmatous 2004-08-17 15:11:43 UTC
Duplicate: #47261

*** This issue has been marked as a duplicate of 47261 ***
Comment 5 rmatous 2004-08-17 15:18:57 UTC
Created attachment 16891 [details]
dumstack
Comment 6 Marian Mirilovic 2005-07-12 10:17:33 UTC
closed