Error when running kulla.jar against JDK 1.9.0 ea
Peter Wong
peterwong1228 at gmail.com
Sun Jul 26 17:43:31 UTC 2015
Hi there,
The latest version of Java REPL at
https://adopt-openjdk.ci.cloudbees.com/view/OpenJDK/job/langtools-1.9-linux-x86_64-kulla-dev/lastSuccessfulBuild/artifact/kulla-0.710-20150726005843.jar
cannot be executed against Java 1.9.0 ea.
It terminates with the following exception:
~/Documents/projects/apps/kulla :java -jar kulla-0.710-20150726005843.jar
Exception in thread "main" java.lang.InternalError: Failed remote launch:
com.sun.jdi.CommandLineLaunch (defaults:
home=/Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home,
options=, main=, suspend=true, quote=", vmexec=java) --
{home=home=/Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home,
options=options=-classpath kulla-0.710-20150726005843.jar ,
main=main=jdk.internal.jshell.impl.remote.RemoteAgent 63185,
suspend=suspend=true, quote=quote=", vmexec=vmexec=java}
at jdk.jshell.VMConnection.reportLaunchFail(VMConnection.java:529)
at jdk.jshell.VMConnection.launchTarget(VMConnection.java:497)
at jdk.jshell.VMConnection.open(VMConnection.java:319)
at jdk.jshell.JDIEnv.init(JDIEnv.java:43)
at jdk.jshell.JDIExecution.jdiGo(JDIExecution.java:251)
at jdk.jshell.JDIExecution.launch(JDIExecution.java:66)
at jdk.jshell.JShellImpl.jdiExec(JShellImpl.java:104)
at jdk.jshell.Eval.load(Eval.java:718)
at jdk.jshell.Eval.declare(Eval.java:580)
at jdk.jshell.Eval.declare(Eval.java:483)
at jdk.jshell.Eval.processMethod(Eval.java:392)
at jdk.jshell.Eval.eval(Eval.java:136)
at jdk.jshell.JShellImpl.eval(JShellImpl.java:128)
at
jdk.internal.jshell.tool.JShellTool.processCompleteSource(JShellTool.java:1323)
at jdk.internal.jshell.tool.JShellTool.processSource(JShellTool.java:1312)
at
jdk.internal.jshell.tool.JShellTool.processSourceCatchingReset(JShellTool.java:436)
at jdk.internal.jshell.tool.JShellTool.run(JShellTool.java:422)
at jdk.internal.jshell.tool.JShellTool.resetState(JShellTool.java:360)
at jdk.internal.jshell.tool.JShellTool.start(JShellTool.java:209)
at jdk.internal.jshell.tool.JShellTool.start(JShellTool.java:204)
at jdk.internal.jshell.tool.JShellTool.main(JShellTool.java:194)
Caused by: com.sun.jdi.connect.VMStartException: VM initialization failed
for: /Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home/bin/java
-classpath kulla-0.710-20150726005843.jar -Xdebug
-Xrunjdwp:transport=dt_socket,address=gb-lt-mj31688.emea.travelex.net:63186,suspend=y
jdk.internal.jshell.impl.remote.RemoteAgent 63185
at
com.sun.tools.jdi.AbstractLauncher$Helper.launchAndAccept(AbstractLauncher.java:193)
at com.sun.tools.jdi.AbstractLauncher.launch(AbstractLauncher.java:132)
at
com.sun.tools.jdi.SunCommandLineLauncher.launch(SunCommandLineLauncher.java:223)
at jdk.jshell.VMConnection.launchTarget(VMConnection.java:490)
... 19 more
Regards,
Peter
More information about the kulla-dev
mailing list