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 257124

Summary: IllegalArgumentException: No parser for mime type: text/x-java
Product: editor Reporter: Ingmondragon
Component: SettingsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Thanya_22
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221121
Attachments: stacktrace
stacktrace

Description Ingmondragon 2015-12-12 19:25:48 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8

User Comments:
Ingmondragon: <Please provide a description of the problem or the steps to reproduce> no

GUEST: the netbeans doesn't run the projects, it only builds them but when I click on run it throws this exception

Ingmondragon: <Please provide a description of the problem or the steps to reproduce> M

GUEST: I am open a java web project.




Stacktrace: 
java.lang.IllegalArgumentException: No parser for mime type: text/x-java
   at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.findMimeParser(DataObjectEnvFactory.java:101)
   at org.netbeans.modules.parsing.api.ParserManager.findParser(ParserManager.java:391)
   at org.netbeans.modules.parsing.api.ParserManager.parseWhenScanFinished(ParserManager.java:356)
   at org.netbeans.api.java.source.JavaSource.runWhenScanFinished(JavaSource.java:570)
   at org.netbeans.modules.java.api.common.project.ui.customizer.MainClassChooser.initClassesModel(MainClassChooser.java:235)
   at org.netbeans.modules.java.api.common.project.ui.customizer.MainClassChooser.<init>(MainClassChooser.java:118)
Comment 1 Ingmondragon 2015-12-12 19:25:51 UTC
Created attachment 157773 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-01-03 17:47:03 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=221121
Comment 3 Thanya_22 2016-01-20 19:06:40 UTC
Created attachment 158197 [details]
stacktrace

<Proporcione una descripci?n del problema o de los pasos que se deben reproducir>
creando un programa y no se ejecuta
Comment 4 Milutin Kristofic 2016-02-17 14:28:12 UTC

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