Advertisement
Guest User

weird exception

a guest
Nov 18th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. JNLPException[category: Security Error : Exception: null : LaunchDesc:
  2. <jnlp codebase="http://plymouth.seatribe.se/java/jogl/" href="jogl.jnlp">
  3. <information>
  4. <title>Java Binding to the OpenGL API</title>
  5. <vendor>Sun Microsystems, Inc.</vendor>
  6. <homepage href="http://jogl.dev.java.net/"/>
  7. <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
  8. <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of JSR-231 APIs)</description>
  9. <offline-allowed/>
  10. </information>
  11. <security>
  12. <all-permissions/>
  13. </security>
  14. <resources>
  15. <jar href="jogl.jar"/>
  16. <extension name="gluegen-rt" href="http://plymouth.seatribe.se/java/jogl/gluegen-rt.jnlp"/>
  17. </resources>
  18. <resources os="Windows" arch="x86">
  19. <nativelib href="jogl-natives-windows-i586.jar"/>
  20. </resources>
  21. <resources os="Windows" arch="amd64">
  22. <nativelib href="jogl-natives-windows-amd64.jar"/>
  23. </resources>
  24. <resources os="Windows" arch="x86_64">
  25. <nativelib href="jogl-natives-windows-amd64.jar"/>
  26. </resources>
  27. <resources os="SunOS" arch="sparc">
  28. <nativelib href="jogl-natives-solaris-sparc.jar"/>
  29. </resources>
  30. <resources os="SunOS" arch="sparcv9">
  31. <nativelib href="jogl-natives-solaris-sparcv9.jar"/>
  32. </resources>
  33. <resources os="SunOS" arch="x86">
  34. <nativelib href="jogl-natives-solaris-i586.jar"/>
  35. </resources>
  36. <resources os="SunOS" arch="amd64">
  37. <nativelib href="jogl-natives-solaris-amd64.jar"/>
  38. </resources>
  39. <resources os="SunOS" arch="x86_64">
  40. <nativelib href="jogl-natives-solaris-amd64.jar"/>
  41. </resources>
  42. <resources os="Linux" arch="i386">
  43. <nativelib href="jogl-natives-linux-i586.jar"/>
  44. </resources>
  45. <resources os="Linux" arch="x86">
  46. <nativelib href="jogl-natives-linux-i586.jar"/>
  47. </resources>
  48. <resources os="Linux" arch="amd64">
  49. <nativelib href="jogl-natives-linux-amd64.jar"/>
  50. </resources>
  51. <resources os="Linux" arch="x86_64">
  52. <nativelib href="jogl-natives-linux-amd64.jar"/>
  53. </resources>
  54. <resources os="Mac OS X" arch="ppc">
  55. <nativelib href="jogl-natives-macosx-ppc.jar"/>
  56. </resources>
  57. <resources os="Mac OS X" arch="i386">
  58. <nativelib href="jogl-natives-macosx-universal.jar"/>
  59. </resources>
  60. <resources os="Mac OS X" arch="x86_64">
  61. <nativelib href="jogl-natives-macosx-universal.jar"/>
  62. </resources>
  63. <component-desc/>
  64. </jnlp> ]
  65. at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
  66. at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
  67. at com.sun.javaws.Launcher.prepareResources(Unknown Source)
  68. at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
  69. at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
  70. at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
  71. at com.sun.javaws.Launcher.launch(Unknown Source)
  72. at com.sun.javaws.Main.launchApp(Unknown Source)
  73. at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
  74. at com.sun.javaws.Main$1.run(Unknown Source)
  75. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement