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 225815 - NoSuchMethodException: java.lang.UNIXProcess.destroyProcess(int)
Summary: NoSuchMethodException: java.lang.UNIXProcess.destroyProcess(int)
Status: RESOLVED DUPLICATE of bug 219482
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2013-02-06 19:58 UTC by Exceptions Reporter
Modified: 2013-03-27 21:28 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196542


Attachments
stacktrace (1.03 KB, text/plain)
2013-02-06 19:59 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-06 19:58:59 UTC
This issue was reported manually by thurka.
It already has 2 duplicates 


Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) Client VM, 25.0-b17, Java(TM) SE Runtime Environment, 1.8.0-ea-b75
OS: Linux

Stacktrace: 
java.lang.NoSuchMethodException: java.lang.UNIXProcess.destroyProcess(int)
   at java.lang.Class.getDeclaredMethod(Class.java:1954)
   at org.netbeans.processtreekiller.ProcessTreeKiller$Unix.<clinit>(ProcessTreeKiller.java:270)
   at org.netbeans.processtreekiller.ProcessTreeKiller.get(ProcessTreeKiller.java:133)
   at org.netbeans.modules.extexecution.destroy.ProcessTreeDestroyPerformer.destroy(ProcessTreeDestroyPerformer.java:59)
   at org.netbeans.api.extexecution.ExternalProcessSupport.destroy(ExternalProcessSupport.java:88)
   at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.kill(MavenCommandLineExecutor.java:242)
Comment 1 Exceptions Reporter 2013-02-06 19:59:01 UTC
Created attachment 131073 [details]
stacktrace
Comment 2 Tomas Hurka 2013-02-06 20:01:17 UTC
JDK 1.8 does not have java.lang.UNIXProcess.destroyProcess(int) method.
Comment 3 Tomas Hurka 2013-02-06 21:22:35 UTC
The bug is in http://kenai.com/projects/nb-process-killler
Comment 4 Petr Jiricka 2013-02-22 09:05:56 UTC
Related to extexecution, cc'ing Petr Hejl.
Comment 5 Petr Hejl 2013-03-27 21:28:54 UTC

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