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 246236 - 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: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 11:11 UTC by satory
Modified: 2014-08-04 13:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211078


Attachments
stacktrace (1.54 KB, text/plain)
2014-08-04 11:11 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:11:00 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: When selecting a file in projects explorer, by using the context sensitive menu, "Select in projects"




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:11:03 UTC
Created attachment 148515 [details]
stacktrace
Comment 2 Milan Kuchtiak 2014-08-04 13:21:36 UTC
This seems to be another reincarnation of the issue 210744, or issue 210236 respectively.

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