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 246238 - 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: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 11:14 UTC by satory
Modified: 2015-07-15 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211079


Attachments
stacktrace (5.86 KB, text/plain)
2014-08-04 11:14 UTC, satory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description satory 2014-08-04 11:14:01 UTC
This issue was reported manually by mjanicek.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201308300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
satory: Attempting to open a java code file.  Only opening SVN History in editor not code




Stacktrace: 
java.lang.IllegalArgumentException: No parser for mime type: text/x-java
   at org.netbeans.modules.parsing.api.ParserManager.findParser(ParserManager.java:402)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:335)
   at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:422)
   at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:414)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:181)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:149)
Comment 1 satory 2014-08-04 11:14:03 UTC
Created attachment 148517 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-07-15 13:41:19 UTC

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