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 208708 - All MIME types broken after AU upgrade of o.o.filesystems; declmime.DefaultParser errors
Summary: All MIME types broken after AU upgrade of o.o.filesystems; declmime.DefaultPa...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-02-21 16:05 UTC by Jesse Glick
Modified: 2012-02-23 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (343.36 KB, text/x-log)
2012-02-21 16:05 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-02-21 16:05:00 UTC
Created attachment 115990 [details]
Log file

Here I started with a working clean dev build (from core-main), then updated parsing.api, maven.samples, and openide.filesystems from nbms-and-javadoc. After restart, Java sources displayed a blank icon in the Projects tab, they were opened as plain text with not even the NB editor kit (rather looked to be Swing's default editor kit!), and the log was full of exceptions from filesystems.declmime.DefaultParser.parse.
Comment 1 Jesse Glick 2012-02-21 16:12:41 UTC
Restoring org.openide.filesystems [7.60 20120221-8d8381385c18] from the same dev build, overwriting org.openide.filesystems [7.60 nbms-and-javadoc-8760-on-20120221] (*) and touching .lastModified, fixed the problem. So this is a backward compatibility issue of some kind.

(*) Not clear to me how this was offered as an update, since the spec versions are the same, as confirmed by platform/update_tracking/org-openide-filesystems.xml:

    <module_version install_time="1329831066030" last="false" origin="installer" specification_version="7.60">
        <file crc="367274361" name="core/org-openide-filesystems.jar"/>
    </module_version>
    <module_version install_time="1329839918363" last="true" origin="Latest Development Build" specification_version="7.60">
        <file crc="4154908912" name="core/org-openide-filesystems.jar"/>
    </module_version>
Comment 2 Jaroslav Tulach 2012-02-23 20:55:44 UTC
I this happens between 7.1 to 7.2 upgrade, I'd fix it, but for development version, there is no big reason. Probably there are just two version 7.60 which behave differently.