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 247046 - 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: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 19:32 UTC by keidson
Modified: 2015-07-15 13:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210007


Attachments
stacktrace (2.13 KB, text/plain)
2014-09-11 19:32 UTC, keidson
Details
stacktrace (2.14 KB, text/plain)
2015-04-11 13:58 UTC, coolajanant
Details
stacktrace (2.14 KB, text/plain)
2015-04-11 14:01 UTC, coolajanant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description keidson 2014-09-11 19:32:23 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
GUEST: getting unhandled  exception error

keidson: Running project.

GUEST: <Please provide a description of the problem or the steps to reproduce>Trying to run project

GUEST: -------------------------------------------------------------------------------
>Log Session: Thursday, May 29, 2014 5:43:28 PM IST
>System Info: 
  Product Version         = NetBeans IDE 7.4 (Build 201310111528) (#6523d6792981)
  Operating System        = Windows 7 version 6.1 running on x86
  Java; VM; Vendor        = 1.7.0_51; Java HotSpot(TM) Client VM 24.51-b03; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0_51-b13
  Java Home               = C:\Program Files\Java\jdk1.7.0_51\jre
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory          = C:\Users\Sunil
  Current Directory       = C:\Program Files\NetBeans 7.4
  User Directory          = C:\Users\Sunil\AppData\Roaming\NetBeans\7.4
  Cache Directory         = C:\Users\Sunil\AppData\Local\NetBeans\Cache\7.4
  Installation            = C:\Program Files\NetBeans 7.4\nb
                            C:\Program Files\NetBeans 7.4\ide
                            C:\Program Files\NetBeans




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.parseWhenScanFinished(ParserManager.java:358)
   at org.netbeans.api.java.source.JavaSource.runWhenScanFinished(JavaSource.java:583)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeByJavaSource(BaseActionProvider.java:749)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:659)
   at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:271)
Comment 1 keidson 2014-09-11 19:32:25 UTC
Created attachment 149154 [details]
stacktrace
Comment 2 coolajanant 2015-04-11 13:58:04 UTC
Created attachment 153135 [details]
stacktrace

I am learning to create java projects on netbeans IDE but i always encouter this prooblem whe i click the run button.Nothing happens but a sign (1) appears in the notification window showing an error.
Comment 3 coolajanant 2015-04-11 14:01:03 UTC
Created attachment 153136 [details]
stacktrace

Its not working
Comment 4 Milutin Kristofic 2015-07-15 13:40:01 UTC

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