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 216591 - IllegalArgumentException: No parser for mime type: text/x-java
Summary: IllegalArgumentException: No parser for mime type: text/x-java
Status: RESOLVED DUPLICATE of bug 210236
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 12:01 UTC by Vladimir Riha
Modified: 2012-10-08 16:34 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191420


Attachments
stacktrace (1.23 KB, text/plain)
2012-08-09 12:01 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-08-09 12:01:18 UTC
This bug was originally marked as duplicate of bug 210236, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build EaselCSS-465-on-20120809)
VM: Java HotSpot(TM) Client VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Linux

User Comments:
aldobrucale: starting nb

aldobrucale: starting nb

ttokoly: Just opened a project from clean start.
Project default from refactoring test specification: http://wiki.netbeans.org/wiki/images/2/2d/Default_TS_60_Refactoring.zip

GUEST: Opening Java project

rider453: I was creating a project afterwards neatbeans 7.2 installation(it was the first project)

GUEST: Opening a project for the first time

GUEST: I was trying to activate java standard, afterwards create a project in neatbeans 7.2

rgarske: starting Netbeans for the first time and importing settings from another IDE (Netbeans 7.1).

stefan79: Started NetBeans after new Installation

GUEST: Starting netbeans

aldobrucale: starting nb importing from previous version

vriha: created a new java file. The file looks like plain text in IDE, no colors or code folding

tvollstaedt: Created a new Java Project from existing sources

aldobrucale: starting netbeans

aldobrucale: starting netbeans, importing from previous version (the exception appeared two more times while I was writing this)

sunbiz: Opening JavaSE project

aldobrucale: nb start

musilt2: for some reason, ergonomics tried to activate javaME during opening java file in j2se project. Do not know why.

aldobrucale: Starting netbeans

williambacchi: opening a project with reference problems

aldobrucale: starting nb

ranch_hand6: Opening Netbeans dev version for the first time.  It appears to have been importing settings from a previous version (7.1).

ttokoly: Only open a project (project default from refactoring test specification) from clean start of IDE and this error shows up.

asenk: 1.Start IDE full distro - fresh install, clean user dir
2.Create J2SE project

GUEST: Create new JavaSE project and i got this error.

aldobrucale: starting netbeans

GUEST: Downloaded Netbeans 7.2 nightly build 201204040400 and started it.

GUEST: just installed new version. upgrade from 7.1.1




Stacktrace: 
java.lang.IllegalArgumentException: No parser for mime type: text/x-java
   at org.netbeans.modules.parsing.api.ParserManager.findParser(ParserManager.java:394)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:330)
   at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:417)
   at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:409)
   at org.netbeans.api.java.source.ScanUtils.postJavaTask(ScanUtils.java:359)
   at org.netbeans.api.java.source.ScanUtils.postUserActionTask(ScanUtils.java:121)
Comment 1 Vladimir Riha 2012-08-09 12:01:21 UTC
Created attachment 122925 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-10-08 16:34:54 UTC

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