Advertisement
Guest User

Untitled

a guest
Dec 13th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.
  2. netx: Initialization Error: Could not initialize application. (Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.)
  3. 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.
  4. at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:782)
  5. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:522)
  6. at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:904)
  7. Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.
  8. at net.sourceforge.jnlp.runtime.JNLPClassLoader$SecurityDelegateImpl.getClassLoaderSecurity(JNLPClassLoader.java:2358)
  9. at net.sourceforge.jnlp.runtime.JNLPClassLoader.setSecurity(JNLPClassLoader.java:315)
  10. at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:285)
  11. at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)
  12. at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)
  13. at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)
  14. at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:774)
  15. ... 2 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement