通过 CIMC 访问 KVM 控制台时出现 Icedtea-web 错误

通过 CIMC 访问 KVM 控制台时出现 Icedtea-web 错误

我想通过 CIMC 访问 KVM 控制台,但 icedtea-web 一直显示以下错误。

目前我正在使用

  • 发行版:Fedora 26
  • 冰茶-web.x86_64 1.7-6.fc26
  • openjdk版本“1.8.0_151”
  • OpenJDK 运行时环境(内部版本 1.8.0_151-b12)
  • OpenJDK 64 位服务器 VM(内部版本 25.151-b12,混合模式)

错误:

net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line.
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:817)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:529)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:940)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:704)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:285)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:357)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:429)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:403)
    at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:809)
    ... 2 more

相关内容