habe grad opsi 4.2 auf Basis Debian 11 installiert und zwar nach dieser Anleitung
https://www.biteno.com/tutorial/opsi-installieren/
Allerdings scheitert der Verbindungsaufruf mit opsi-configed. Es kommt die Fehlermeldung:
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because the returnvalue of "de.uib.opsidatamodel.modulelicense.LicensingInfoMap()" is null
Log sagt folgendes:
Code: Alles auswählen
[1] [2023-06-26 10:59:49.032] [main ] Configed version 4.2.21.2 (2023-04-18) starting
[3] [2023-06-26 11:00:04.547] [Thread-2 ] Opsi service error: [BackendConfigurationError] Backend configuration error: You have tried to execute a method, that will not work with filebackend.
[3] [2023-06-26 11:00:05.095] [Thread-2 ] de.uib.opsidatamodel.modulelicense.LicensingInfoMap constructor, could not load jsonObject org.json.JSONException: JSONObject["result"] is not a JSONObject (class org.json.JSONObject$Null : null).
[3] [2023-06-26 11:00:05.096] [Thread-2 ] de.uib.opsidatamodel.modulelicense.LicensingInfoMap constructor, could not load jsonObject org.json.JSONException: JSONObject["result"] is not a JSONObject (class org.json.JSONObject$Null : null).
[3] [2023-06-26 11:00:05.096] [Thread-2 ] Error
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because the return value of "de.uib.opsidatamodel.modulelicense.LicensingInfoMap.getModules()" is null
at de.uib.opsidatamodel.OpsiserviceNOMPersistenceController.produceOpsiModulesInfo(OpsiserviceNOMPersistenceController.java:8263)
at de.uib.opsidatamodel.OpsiserviceNOMPersistenceController.retrieveOpsiModules(OpsiserviceNOMPersistenceController.java:8566)
at de.uib.opsidatamodel.OpsiserviceNOMPersistenceController.checkConfiguration(OpsiserviceNOMPersistenceController.java:1012)
at de.uib.opsidatamodel.PersistenceControllerFactory.getNewPersistenceController(PersistenceControllerFactory.java:87)
at de.uib.configed.gui.DPassword$3.run(DPassword.java:505)
Danke schonmal.