Anmeldung fehlerhaft[gelöst]
Verfasst: 25 Jan 2012, 15:31
Hallo Forum,
ich habe mir die opsi-VM runtergeladen. Nach erfolgreicher Installation möchte ich mich an der Management-Oberfläche anmelden. Bekomme aber in der Java-Konsole eine Fehlermeldung
und damit kein Management-Interface
ich habe mir die opsi-VM runtergeladen. Nach erfolgreicher Installation möchte ich mich an der Management-Oberfläche anmelden. Bekomme aber in der Java-Konsole eine Fehlermeldung
Code: Alles auswählen
Exception in thread "Thread-35" java.security.AccessControlException: access denied (java.lang.RuntimePermission setFactory)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkSetFactory(Unknown Source)
at javax.net.ssl.HttpsURLConnection.setSSLSocketFactory(Unknown Source)
at de.uib.opsicommand.JSONthroughHTTPS.produceConnection(JSONthroughHTTPS.java:56)
at de.uib.opsicommand.JSONthroughHTTP.retrieveJSONObjects(JSONthroughHTTP.java:434)
at de.uib.opsicommand.JSONthroughHTTP.retrieveJSONObject(JSONthroughHTTP.java:404)
at de.uib.opsicommand.JSONExecutioner.doCall(JSONExecutioner.java:89)
at de.uib.opsidatamodel.OpsiserviceNOMPersistenceController.makeConnection(OpsiserviceNOMPersistenceController.java:255)
at de.uib.configed.gui.DPassword.run(DPassword.java:422)
at java.lang.Thread.run(Unknown Source)