junichi11 / netbeans-github-issues-plugin

Support for GitHub Issues
http://plugins.netbeans.org/plugin/57646/github-issues
Other
37 stars 10 forks source link

java.lang.IllegalStateException on issue open #2

Closed tstupka closed 9 years ago

tstupka commented 9 years ago

java.lang.IllegalStateException at org.objectweb.asm.tree.ClassNode.(Unknown Source) at org.parboiled.transform.ParserClassNode.(ParserClassNode.java:41) at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:43) at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38) at org.parboiled.Parboiled.createParser(Parboiled.java:54) Caused: java.lang.RuntimeException: Error creating extended parser class: null at org.parboiled.Parboiled.createParser(Parboiled.java:58) at org.pegdown.PegDownProcessor.(PegDownProcessor.java:92) at org.pegdown.PegDownProcessor.(PegDownProcessor.java:71) at org.pegdown.PegDownProcessor.(PegDownProcessor.java:52) at org.pegdown.PegDownProcessor.(PegDownProcessor.java:45) at com.junichi11.netbeans.modules.github.issues.issue.ui.GitHubIssuePanel.update(GitHubIssuePanel.java:241) at com.junichi11.netbeans.modules.github.issues.issue.GitHubIssueController.(GitHubIssueController.java:76) at com.junichi11.netbeans.modules.github.issues.issue.GitHubIssue.getController(GitHubIssue.java:207) at com.junichi11.netbeans.modules.github.issues.issue.GitHubIssueProvider.getController(GitHubIssueProvider.java:108) at com.junichi11.netbeans.modules.github.issues.issue.GitHubIssueProvider.getController(GitHubIssueProvider.java:54) at org.netbeans.modules.bugtracking.IssueImpl.getController(IssueImpl.java:211) at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.setIssue(IssueTopComponent.java:234) at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:615) at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:594) at org.netbeans.modules.bugtracking.ui.issue.IssueAction$1.run(IssueAction.java:104) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) [catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

junichi11 commented 9 years ago

I'll fix it. Thanks!

junichi11 commented 9 years ago

Sorry, I can't reproduce it... Is there a reproducible repository?

tstupka commented 9 years ago

https://github.com/tstupka/koliba

happened with every issue i've tried to open

junichi11 commented 9 years ago

I run the module with java 7 and 8. but it works fine... This may be pegdown(or parboiled) problem. Can you run the plugin with java7?

nb-github-issues-issue2

my environments

Product Version: NetBeans IDE 8.0.2 (Build 201408251540) Java: 1.7.0_72; Java HotSpot(TM) Client VM 24.72-b04 Runtime: Java(TM) SE Runtime Environment 1.7.0_72-b14 System: Linux version 3.2.0-74-generic-pae running on i386; UTF-8; ja_JP (nb)

Product Version: NetBeans IDE 8.0.2 (Build 201408251540) Java: 1.8.0_25; Java HotSpot(TM) Client VM 25.25-b02 Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17 System: Linux version 3.2.0-74-generic-pae running on i386; UTF-8; ja_JP (nb)

tstupka commented 9 years ago

hm, i've run it with

Product Version: NetBeans IDE Dev (Build 20150106-73fb82d2b493) Java: 1.7.0_65; Java HotSpot(TM) 64-Bit Server VM 24.65-b04 Runtime: Java(TM) SE Runtime Environment 1.7.0_65-b20 System: Mac OS X version 10.10 running on x86_64; UTF-8; en_US (nb)

junichi11 commented 9 years ago

Thanks! Umm, I'm not sure the cause yet. I want to run the plugin on Mac OS. But unfortunately I don't have it.

Yserz commented 9 years ago

I tested it with Java 8 and Mac OS X and I can't reproduce it too. Maybe there's a missing permission for the OAuth key (just a guess)?

Product Version: NetBeans IDE 8.0.2 (Build 201411181905) Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70 Runtime: Java(TM) SE Runtime Environment 1.8.0-b132 System: Mac OS X version 10.10.2 running on x86_64; UTF-8; de_DE (nb)

edgar-maciel commented 9 years ago

I'm also with the same error, any idea to fix this? thanks

junichi11 commented 9 years ago

@Yserz Thanks for testing it :)

@lilo003 I'll try to update the pegdown version.

junichi11 commented 9 years ago

@lilo003 I've just updated the pegdown version. Could you try to use the following?: https://github.com/junichi11/netbeans-github-issues-plugin/releases/tag/v0.1.1 (0.1.1.1)

edgar-maciel commented 9 years ago

Is great! It worked I'm already using, your great tool! Thanks

junichi11 commented 9 years ago

Thanks for testing it :) I'll close this issue.