CIMC를 통해 KVM 콘솔에 액세스하고 싶지만 icedtea-web에서 계속 다음 오류가 표시됩니다.
현재 내가 사용하고 있는
- 출시: 페도라 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