opsi config editor - Fehler im Datenbezug

Antworten
Chri5tian
Beiträge: 1
Registriert: 15 Jun 2015, 11:52

opsi config editor - Fehler im Datenbezug

Beitrag von Chri5tian »

Hallo,

ich habe ein Problem mit dem opsi config editor.
Beim starten bekomme ich folgende Fehlermeldung:

Code: Alles auswählen

Jun 15  12:07:23.549  2015 -- Opsi service error:  [Exception] Error in control file '/var/lib/opsi/config/products/winvista_4.0.5-7.netboot': 'product' section not found
Jun 15  12:07:23.830  2015 -- JSONReMapper: Exception on reproducing  null, java.lang.NullPointerException
Jun 15  12:07:26.003  2015 -- Opsi service error:  [Exception] Error in control file '/var/lib/opsi/config/products/winvista_4.0.5-7.netboot': 'product' section not found
Jun 15  12:07:26.925  2015 -- Opsi service error:  [Exception] Error in control file '/var/lib/opsi/config/products/winvista_4.0.5-7.netboot': 'product' section not found
Jun 15  12:07:26.925  2015 -- JSONReMapper: Exception on reproducing  null, java.lang.NullPointerException
Jun 15  12:07:27.300  2015 -- Opsi service error:  [Exception] Error in control file '/var/lib/opsi/config/products/winvista_4.0.5-7.netboot': 'product' section not found
Jun 15  12:07:27.300  2015 -- JSONReMapper: Exception on reproducing  null, java.lang.NullPointerException
In dem Reiter Produktkonfiguration werden keine Inhalte mehr angezeigt. Unter dem Reiter Netboot-Produkte kommt folgende Fehlermeldung:

Code: Alles auswählen

Jun 15  12:13:23.089  2015 --  setNetbootInstallationStateTableModel,  exception Occurred
Die Produkte sind da, aber der Status kann nicht ausgewählt werden.

Der Opsi an sich läuft. Ich kann auch über

Code: Alles auswählen

opsi-admin -d method ... 
Aktionen setzen.

Hat jmd. eine Idee, wo das Problem liegt.
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: opsi config editor - Fehler im Datenbezug

Beitrag von n.wenselowski »

Hallo,

wie das Log bereits verrät:
Error in control file '/var/lib/opsi/config/products/winvista_4.0.5-7.netboot': 'product' section not found
Die Datei scheint kaputt. Eventuell neulich mal Platzprobleme auf dem Server gehabt?

Falls das Produkt nicht gebraucht wird, was ich mal hoffe :P, würde ich es einfach entfernen:

Code: Alles auswählen

opsi-package-manager --remove winvista
Ansonsten nochmal installieren.


Gruß

Niko

Code: Alles auswählen

import OPSI
Antworten