View Single Post
Old 06-28-2012, 02:07 AM   #1
ger1972
Member
ger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with othersger1972 plays well with others
 
Posts: 10
Karma: 2600
Join Date: Jun 2012
Device: Kindle NT
Kindlets crashing

Hi folks,

I've started getting a problem with any kindlets I try to run. They all crash with a java.security.AccessControlException...

See below for the exception generated by Snakes and KCalculator.

Anybody come across this and know what's causing the issue?

Thanks, Ger

-----------------------------------------------------------------------

[28/06/2012 05:52] Snake Game (v. 1.0)

java.security.AccessControlException: access denied (java.util.PropertyPermission java.verbose read)
at java.security.AccessControlContext.checkPermission (Compiled Method)(AccessControlContext.java:278)
at java.security.AccessController.checkPermission(Com piled Method)(AccessController.java:463)
at java.lang.SecurityManager.checkPermission(Compiled Method)(SecurityManager.java:537)
at java.lang.SecurityManager.checkPropertyAccess(Comp iled Method)(SecurityManager.java:1285)
at java.lang.System.getProperty(Compiled Method)(System.java:603)
at java.awt.MWGraphicsConfiguration.dprintln(MWGraphi csConfiguration.java:77)
at java.awt.MWGraphicsConfiguration.createCompatibleI magePSD(MWGraphicsConfiguration.java:88)
at java.awt.MWImage.<init>(MWImage.java:101)
at java.awt.MWOffscreenImage.<init>(MWOffscreenImage. java:42)
at java.awt.MWToolkit.createImage(MWToolkit.java:365)
at java.awt.Component.createImage(Component.java:1935 )
at com.anmipo.kindle.snake.GamePanel.reinitPaintBuffe r(Unknown Source)
at com.anmipo.kindle.snake.GamePanel.access$200(Unkno wn Source)
at com.anmipo.kindle.snake.GamePanel$1.componentResiz ed(Unknown Source)
at java.awt.Component.processComponentEvent(Component .java:3110)
at java.awt.Component.processEvent(Component.java:307 8)
at java.awt.Component.dispatchEventImpl(Component.jav a:2310)
at java.awt.Component.dispatchEvent(Component.java:21 97)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 609)
at java.awt.EventQueueProxy.dispatchEvent(EventDispat chThread.java:353)
at java.awt.EventDispatchThread.pumpOneEvent(EventDis patchThread.java:164)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:154)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:134)
at java.lang.Thread.startup(Thread.java:1066)

--------------------------------------------------------------------------------
[28/06/2012 05:52] Snake Game (v. 1.0)

java.lang.NullPointerException: null
at com.anmipo.kindle.snake.GamePanel.paintBuffer(Unkn own Source)
at com.anmipo.kindle.snake.GamePanel$UpdaterThread.ru n(Unknown Source)
at java.lang.Thread.startup(Thread.java:1066)

06:05] Kalculator (v. 0.0.2)

java.security.AccessControlException: access denied (java.util.PropertyPermission java.home read)
at java.security.AccessControlContext.checkPermission (Compiled Method)(AccessControlContext.java:278)
at java.security.AccessController.checkPermission(Com piled Method)(AccessController.java:463)
at java.lang.SecurityManager.checkPermission(Compiled Method)(SecurityManager.java:537)
at java.lang.SecurityManager.checkPropertyAccess(Comp iled Method)(SecurityManager.java:1285)
at java.lang.System.getProperty(Compiled Method)(System.java:603)
at java.awt.MWFontMetrics.getFontMetrics(Compiled Method)(MWFontMetrics.java:206)
at java.awt.MWGraphics.getFontMetrics(Compiled Method)(MWGraphics.java:309)
at com.amazon.ebook.framework.gui.foundation.zb.setFo nt(lkb:1477)
at com.amazon.ebook.framework.gui.foundation.zb.<init >(Compiled Method)(lkb:90)
at com.amazon.kindle.kindlet.internal.portability.ui. k.<init>(rbb:117)
at com.amazon.kindle.kindlet.internal.portability.ui. wb.HE(mbb:528)
at com.amazon.kindle.kindlet.ui.KTextArea.FQA(adb:565 )
at com.amazon.kindle.kindlet.ui.KTextArea.<init>(adb: 82)
at org.kalc.Main.create(Main.java:87)
at com.amazon.kindle.kindlet.internal.lifecycle.b.cal l(mtb:242)
at edu.emory.mathcs.backport.java.util.concurrent.Fut ureTask.run(wr:361)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor.zw(rt:888)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(rt:634)
at java.lang.Thread.run(Thread.java:989)
at java.lang.Thread.startup(Thread.java:1066)
ger1972 is offline   Reply With Quote