Here is the code which is causing it:
Code: Select all
HttpConnection connection = (HttpConnection) Connector.open(url);Code: Select all
java.security.AccessControlException:
- com/oracle/meep/security/AccessControllerInternal.checkPermission(), bci=128
- java/security/AccessController.checkPermission(), bci=1
- com/sun/midp/io/j2me/http/BasicHttpProtocol.checkForPermission(), bci=32
- com/sun/midp/io/j2me/http/BasicHttpProtocol.openPrim(), bci=2
- javax/microedition/io/Connector.open(), bci=77
- javax/microedition/io/Connector.open(), bci=6
- javax/microedition/io/Connector.open(), bci=3
- co/uk/samueldown/gps/GpsDevice.sendGPSData(GpsDevice.java:61)
- co/uk/samueldown/gps/GpsDevice.<init>(GpsDevice.java:41)
- co/uk/samueldown/gpio/Button.valueChanged(Button.java:37)
- com/oracle/deviceaccess/gpio/impl/GPIOPinEventHandler.processEvent(), bci=26
- com/oracle/deviceaccess/gpio/impl/GPIOPinEventHandler.processEvent(), bci=7
- com/oracle/deviceaccess/gpio/impl/GPIOEventHandler.process(), bci=62
- com/sun/midp/events/EventQueue.run(), bci=129
- java/lang/Thread.run(), bci=5