Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Intellij][2018.3][HDInsight] IntelliJ 183 regresion of Spark livy interactive console #2468

Closed
wezhang opened this issue Dec 11, 2018 · 1 comment
Assignees
Milestone

Comments

@wezhang
Copy link
Member

wezhang commented Dec 11, 2018

Failed to get PID with winp, fallback to default logic

org.jvnet.winp.NotWindowsException: java.lang.NoSuchFieldException: handle
	at org.jvnet.winp.WinProcess.<init>(WinProcess.java:48)
	at com.intellij.execution.process.OSProcessUtil.createWinProcess(OSProcessUtil.java:127)
	at com.intellij.execution.process.OSProcessUtil.getProcessID(OSProcessUtil.java:104)
	at com.intellij.execution.impl.DefaultJavaProgramRunner$AttachDebuggerAction$1.lambda$startNotified$0(DefaultJavaProgramRunner.java:231)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:228)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchFieldException: handle
	at java.lang.Class.getDeclaredField(Class.java:2070)
	at org.jvnet.winp.WinProcess.<init>(WinProcess.java:43)
	... 9 more
@jingyanjingyan
Copy link

Fix with develop 901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants