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 254924 - NoSuchMethodError: org.netbeans.modules.php.api.executable.PhpExecutable.run(Lorg/netbeans/api/extexecution/ExecutionDescriptor;Lorg/netbeans/api/extexecution/ExecutionDescriptor$InputProcessorFactory
Summary: NoSuchMethodError: org.netbeans.modules.php.api.executable.PhpExecutable.run(...
Status: CLOSED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-02 07:42 UTC by HeikoMamerow
Modified: 2015-09-08 16:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218044


Attachments
stacktrace (2.79 KB, text/plain)
2015-09-02 07:42 UTC, HeikoMamerow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HeikoMamerow 2015-09-02 07:42:34 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
GUEST: starting netbeans

GUEST: starting IDE

GUEST: Issue with Wordpress plugin

GUEST: start netbeans

HeikoMamerow: Just startet Netbeans

GUEST: (starting netbeans, system and plugins attached

GUEST: startig netbeans




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.php.api.executable.PhpExecutable.run(Lorg/netbeans/api/extexecution/ExecutionDescriptor;Lorg/netbeans/api/extexecution/ExecutionDescriptor$InputProcessorFactory;)Ljava/util/concurrent/Future;
   at org.netbeans.modules.php.wordpress.commands.WordPressCli.getCommands(WordPressCli.java:383)
   at org.netbeans.modules.php.wordpress.commands.WordPressCli.updateCommands(WordPressCli.java:363)
   at org.netbeans.modules.php.wordpress.commands.WordPressCli.getCommands(WordPressCli.java:356)
   at org.netbeans.modules.php.wordpress.WordPressModuleInstall$1.run(WordPressModuleInstall.java:121)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 HeikoMamerow 2015-09-02 07:42:37 UTC
Created attachment 155818 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-09-02 15:42:13 UTC
Recent API changes in php.api.executable are not reflected in WordPress plugin.

Reported here:
https://github.com/junichi11/netbeans-wordpress-plugin/issues/48
Comment 3 junichi11 2015-09-08 03:56:18 UTC
Please use the new version[1] for NetBeans 8.1

[1] http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms

Thanks!
Comment 4 HeikoMamerow 2015-09-08 16:06:35 UTC
It works with new version. Thank you! :-)


(In reply to junichi11 from comment #3)
> Please use the new version[1] for NetBeans 8.1
> 
> [1] http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
> 
> Thanks!