Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123896

HelloHTMLEditor: Can't find bundle for base name com.sun.webkit.build, locale en_US

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None

      ----- HelloHTMLEditor -----
      java -ea -cp ../../../artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/HelloWorld.jar helloworld.HelloHTMLEditor
      Jul 03, 2013 9:29:47 AM javafx.scene.control.Control loadSkinClass
      SEVERE: Failed to load skin 'com.sun.javafx.scene.web.skin.HTMLEditorSkin' for control HTMLEditor@2350958
      java.lang.ExceptionInInitializerError
      at javafx.scene.web.WebEngine.<clinit>(WebEngine.java:297)
      at javafx.scene.web.WebView.<init>(WebView.java:249)
      at com.sun.javafx.scene.web.skin.HTMLEditorSkin.<init>(HTMLEditorSkin.java:280)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:414)
      at javafx.scene.control.Control.loadSkinClass(Control.java:714)
      at javafx.scene.control.Control$5.invalidated(Control.java:651)
      at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:109)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:143)
      at javafx.css.StyleableStringProperty.set(StyleableStringProperty.java:83)
      at javafx.scene.control.Control$5.set(Control.java:640)
      at javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:69)
      at javafx.css.StyleableStringProperty.applyStyle(StyleableStringProperty.java:45)
      at javafx.scene.web.HTMLEditor.<init>(HTMLEditor.java:54)
      at helloworld.HelloHTMLEditor.start(HelloHTMLEditor.java:39)
      at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:810)
      at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:273)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:239)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:236)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:236)
      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
      Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.webkit.build, locale en_US
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1540)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1363)
      at java.util.ResourceBundle.getBundle(ResourceBundle.java:820)
      at com.sun.webkit.Utilities.<clinit>(Utilities.java:35)
      ... 24 more

      Exception in Application start method
      java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:491)
      at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:351)
      at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:304)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:491)
      at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:778)
      Caused by: java.lang.RuntimeException: Exception in Application start method
      at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:867)
      at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
      at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158)
      at java.lang.Thread.run(Thread.java:724)
      Caused by: java.lang.NullPointerException
      at javafx.scene.web.HTMLEditor.setHtmlText(HTMLEditor.java:86)
      at helloworld.HelloHTMLEditor.start(HelloHTMLEditor.java:52)
      at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:810)
      at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:273)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:239)
      at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:236)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:236)
      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
      Exception running application helloworld.HelloHTMLEditor

            jgiles Jonathan Giles
            dgrieve David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: