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 210744 - 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: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 06:47 UTC by williambacchi
Modified: 2012-04-15 17:08 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186667


Attachments
stacktrace (7.19 KB, text/plain)
2012-04-05 06:47 UTC, williambacchi
Details
stacktrace (7.19 KB, text/plain)
2012-04-11 07:11 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-04-05 06:47:51 UTC
Build: NetBeans IDE Dev (Build 201204040400)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

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:416)
   at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:408)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:186)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:155)
Comment 1 williambacchi 2012-04-05 06:47:57 UTC
Created attachment 117859 [details]
stacktrace
Comment 2 williambacchi 2012-04-11 07:11:25 UTC
Created attachment 118105 [details]
stacktrace
Comment 3 Martin Fousek 2012-04-13 07:06:48 UTC
From stacktraces looks to be jsf.editor related.
Comment 4 Jan Lahoda 2012-04-15 17:08:08 UTC

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