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 229891 - NoSuchMethodError: jdk.nashorn.internal.codegen.Compiler.compiler(Ljdk/nashorn/internal/runtime/Source;Ljdk/nashorn/internal/runtime/Context;)Ljdk/nashorn/internal/codegen/Compiler;
Summary: NoSuchMethodError: jdk.nashorn.internal.codegen.Compiler.compiler(Ljdk/nashor...
Status: RESOLVED DUPLICATE of bug 228798
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 19:59 UTC by misterm
Modified: 2013-06-25 13:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199959


Attachments
stacktrace (4.52 KB, text/plain)
2013-05-16 19:59 UTC, misterm
Details
stacktrace (4.52 KB, text/plain)
2013-05-16 20:07 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-05-16 19:59:13 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1720-on-20130510)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b28, Java(TM) SE Runtime Environment, 1.8.0-ea-lambda-nightly-h4200-20130429-b88-b00
OS: Windows 7

User Comments:
misterm: .

GUEST: netbeans status error

GUEST: asdf




Stacktrace: 
java.lang.NoSuchMethodError: jdk.nashorn.internal.codegen.Compiler.compiler(Ljdk/nashorn/internal/runtime/Source;Ljdk/nashorn/internal/runtime/Context;)Ljdk/nashorn/internal/codegen/Compiler;
   at org.netbeans.modules.javascript2.editor.parser.JsonParser.parseSource(JsonParser.java:78)
   at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:149)
   at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:129)
   at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseSource(SanitizingParser.java:117)
   at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parse(SanitizingParser.java:79)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
Comment 1 misterm 2013-05-16 19:59:15 UTC
Created attachment 134544 [details]
stacktrace
Comment 2 misterm 2013-05-16 20:07:59 UTC
Created attachment 134545 [details]
stacktrace

.
Comment 3 Exceptions Reporter 2013-05-16 20:08:03 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=199959
Comment 4 Petr Hejl 2013-06-25 13:54:20 UTC

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