Nach der ganzen Updaterei wg. VoP geht jetzt mein SynTAX nicht mehr
Eigentlich ist das Problem schon kurz vorher aufgetreten. Aber ich dachte wenn alles andere wieder geht, geht SynTAX bestimmt auch wieder - leider nein
Hibiscus läuft perfekt (dem Olaf sei Dank
) aber SynTAX läuft immer noch nicht:
[siehe Anhang]
Das müsste die entsprechende Stelle aus dem Logfile sein:
Und ich bin mir ziemlich sicher nix geändert zu haben...
Eigentlich ist das Problem schon kurz vorher aufgetreten. Aber ich dachte wenn alles andere wieder geht, geht SynTAX bestimmt auch wieder - leider nein
Hibiscus läuft perfekt (dem Olaf sei Dank
) aber SynTAX läuft immer noch nicht:
[siehe Anhang]
Das müsste die entsprechende Stelle aus dem Logfile sein:
Code
[Thu Oct 30 13:17:45 CET 2025][ERROR][main][de.willuhn.jameica.plugin.PluginLoader.init] unable to init plugin syntax: Plugin "syntax" wurde aufgrund eines Fehlers bei der Initialisierung deaktiviert.
Fehlermeldung: error while installing service database; nested exception is:
java.rmi.RemoteException: java.sql.SQLException: exception while executing sql script: Immediate primary Key constraint violation (_ANONYMOUS_CONSTRAINT_9) Columns = ( id ) Table = ( APP.steuer ). Current statement: INSERT INTO steuer (name, satz, steuerkonto_id,ust_nr_steuer,ust_nr_bemessung) SELECT DISTINCT CONCAT(IF (stk.kontotyp_id = 1,Umsatzsteuer ,Vorsteuer ),b.steuer,%), b.steuer,s.steuerkonto_id,s.ust_nr_steuer,s.ust_nr_bemessung FROM buchung b, konto k, steuer s, konto stk, geschaeftsjahr gj WHERE b.steuer is not null and ((k.id = b.habenkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5)) or (k.id = b.sollkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5))) and s.steuerkonto_id is not null and s.id = k.steuer_id and stk.id = s.steuerkonto_id and gj.id = b.geschaeftsjahr_id and concat(stk.kontenrahmen_id,stk.kontotyp_id, b.steuer) not in (SELECT DISTINCT concat(stk2.kontenrahmen_id,stk2.kontotyp_id, s2.satz) FROM steuer s2,konto stk2 WHERE stk2.kontotyp_id is not null and (s2.mandant_id = gj.mandant_id or s2.mandant_id is null) and s2.steuerkonto_id = stk2.id); nested exception is:
de.willuhn.util.ApplicationException: java.sql.SQLException: exception while executing sql script: Immediate primary Key constraint violation (_ANONYMOUS_CONSTRAINT_9) Columns = ( id ) Table = ( APP.steuer ). Current statement: INSERT INTO steuer (name, satz, steuerkonto_id,ust_nr_steuer,ust_nr_bemessung) SELECT DISTINCT CONCAT(IF (stk.kontotyp_id = 1,Umsatzsteuer ,Vorsteuer ),b.steuer,%), b.steuer,s.steuerkonto_id,s.ust_nr_steuer,s.ust_nr_bemessung FROM buchung b, konto k, steuer s, konto stk, geschaeftsjahr gj WHERE b.steuer is not null and ((k.id = b.habenkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5)) or (k.id = b.sollkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5))) and s.steuerkonto_id is not null and s.id = k.steuer_id and stk.id = s.steuerkonto_id and gj.id = b.geschaeftsjahr_id and concat(stk.kontenrahmen_id,stk.kontotyp_id, b.steuer) not in (SELECT DISTINCT concat(stk2.kontenrahmen_id,stk2.kontotyp_id, s2.satz) FROM steuer s2,konto stk2 WHERE stk2.kontotyp_id is not null and (s2.mandant_id = gj.mandant_id or s2.mandant_id is null) and s2.steuerkonto_id = stk2.id)
Fehlermeldung: error while installing service database; nested exception is:
java.rmi.RemoteException: java.sql.SQLException: exception while executing sql script: Immediate primary Key constraint violation (_ANONYMOUS_CONSTRAINT_9) Columns = ( id ) Table = ( APP.steuer ). Current statement: INSERT INTO steuer (name, satz, steuerkonto_id,ust_nr_steuer,ust_nr_bemessung) SELECT DISTINCT CONCAT(IF (stk.kontotyp_id = 1,Umsatzsteuer ,Vorsteuer ),b.steuer,%), b.steuer,s.steuerkonto_id,s.ust_nr_steuer,s.ust_nr_bemessung FROM buchung b, konto k, steuer s, konto stk, geschaeftsjahr gj WHERE b.steuer is not null and ((k.id = b.habenkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5)) or (k.id = b.sollkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5))) and s.steuerkonto_id is not null and s.id = k.steuer_id and stk.id = s.steuerkonto_id and gj.id = b.geschaeftsjahr_id and concat(stk.kontenrahmen_id,stk.kontotyp_id, b.steuer) not in (SELECT DISTINCT concat(stk2.kontenrahmen_id,stk2.kontotyp_id, s2.satz) FROM steuer s2,konto stk2 WHERE stk2.kontotyp_id is not null and (s2.mandant_id = gj.mandant_id or s2.mandant_id is null) and s2.steuerkonto_id = stk2.id); nested exception is:
de.willuhn.util.ApplicationException: java.sql.SQLException: exception while executing sql script: Immediate primary Key constraint violation (_ANONYMOUS_CONSTRAINT_9) Columns = ( id ) Table = ( APP.steuer ). Current statement: INSERT INTO steuer (name, satz, steuerkonto_id,ust_nr_steuer,ust_nr_bemessung) SELECT DISTINCT CONCAT(IF (stk.kontotyp_id = 1,Umsatzsteuer ,Vorsteuer ),b.steuer,%), b.steuer,s.steuerkonto_id,s.ust_nr_steuer,s.ust_nr_bemessung FROM buchung b, konto k, steuer s, konto stk, geschaeftsjahr gj WHERE b.steuer is not null and ((k.id = b.habenkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5)) or (k.id = b.sollkonto_id and (k.kontoart_id != 3 and k.kontoart_id != 5))) and s.steuerkonto_id is not null and s.id = k.steuer_id and stk.id = s.steuerkonto_id and gj.id = b.geschaeftsjahr_id and concat(stk.kontenrahmen_id,stk.kontotyp_id, b.steuer) not in (SELECT DISTINCT concat(stk2.kontenrahmen_id,stk2.kontotyp_id, s2.satz) FROM steuer s2,konto stk2 WHERE stk2.kontotyp_id is not null and (s2.mandant_id = gj.mandant_id or s2.mandant_id is null) and s2.steuerkonto_id = stk2.id)
Und ich bin mir ziemlich sicher nix geändert zu haben...
Der an diesem Beitrag angefügte Anhang ist entweder nur im eingeloggten Zustand sichtbar oder die Berechtigung Deiner Benutzergruppe ist nicht ausreichend.