2.8.6.: Fehler beim Mailversand (SEPA-PreNotification)

Hier melden JVerein-Benutzer ihre Fehler

Moderator: heiner

thooge
Beiträge: 115
Registriert: Mittwoch 12. November 2014, 19:29
Mitglieder: 1400
JVerein-Version: Entwicklung/Custom
Betriebssystem: Debian GNU/Linux
Wohnort: Schleswig Holstein

Re: 2.8.6.: Fehler beim Mailversand (SEPA-PreNotification)

Beitrag von thooge »

Hallo Heiner,

das ist mir klar, daß ich die Verzögerung ausstellen kann.
Ich wollte nur zu bedenken geben, das es vielleicht sinnvoll sein könnte nicht nur eine
Lösung für das gerade aktuelle Problem anzubieten, sondern die Lösung derart zu gestalten,
daß sie möglichst variabel einsetzbar ist. In diesem Zusammenhang erscheint mir der Sprung
zwischen keiner Verzögerung und dann gleich einer ganzen Sekunde sehr groß.

Gruß,
Thomas
Benutzeravatar
heiner
Administrator
Beiträge: 4510
Registriert: Freitag 30. Oktober 2009, 16:44
JVerein-Version: aktuelle Entwicklerversion
Betriebssystem: W10
Kontaktdaten:

Re: 2.8.6.: Fehler beim Mailversand (SEPA-PreNotification)

Beitrag von heiner »

Hallo Thomas,

ich habe die Auflösung auf Millisekunden geändert.

Heiner
PS: Denkt daran, eure Vereine unter viewforum.php?f=3 vorzustellen.
AndreK
Beiträge: 19
Registriert: Montag 23. September 2013, 19:22
Betriebssystem: Linux

Re: 2.8.6.: Fehler beim Mailversand (SEPA-PreNotification)

Beitrag von AndreK »

Edit: Jetzt funktioniert es. Ich hatte ein Problem mit der Versionskontrolle. Einige Änderungen wurden nicht übernommen. Die Datenbankversion ist jetzt 390.

heiner hat geschrieben:@AndreK: Welche Datenbank? Wie ist der Inhalt der Tabelle version? Hast du sonst irgendwelche Änderungen an den Quelltexten, insbesondere rund um die Datenbanken vorgenommen?

Heiner

Ich habe keine Änderungen vorgenommen. Es ist nur ein Abbild aus dem GIT Verzeichnis.
Die Datenbank ist H2 und die Version ist 389 (laut About-Dialog und LibreOffice Abfrage)

In der "jverein.trace.db" habe ich die ganze Fehlermeldung gefunden

Code: Alles auswählen

01-08 16:17:59 jdbc[2]: exception
org.h2.jdbc.JdbcSQLException: Feld "MAILVERZOEGERUNG" nicht gefunden
Column "MAILVERZOEGERUNG" not found; SQL statement:
update EINSTELLUNG set MAILSIGNATUR=?,SMTP_SERVER=?,SMTP_SSL=?,SMTP_STARTTLS=?,MAIL_ALWAYS_BCC=?,IMAP_HOST=?,SMTP_FROM_ADDRESS=?,IMAP_PORT=?,MAIL_ALWAYS_CC=?,SMTP_FROM_ANZEIGENAME=?,IMAP_SENT_FOLDER=?,IMAP_SSL=?,MAILVERZOEGERUNG=?,IMAP_STARTTLS=?,SMTP_PORT=?,COPY_TO_IMAP_FOLDER=?,IMAP_AUTH_USER=?,SMTP_AUTH_USER=? where ID=1 [42122-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:169)
	at org.h2.message.DbException.get(DbException.java:146)
	at org.h2.table.Table.getColumn(Table.java:613)
	at org.h2.command.Parser.readTableColumn(Parser.java:655)
	at org.h2.command.Parser.parseUpdate(Parser.java:689)
	at org.h2.command.Parser.parsePrepared(Parser.java:427)
	at org.h2.command.Parser.parse(Parser.java:279)
	at org.h2.command.Parser.parse(Parser.java:251)
	at org.h2.command.Parser.prepareCommand(Parser.java:218)
	at org.h2.engine.Session.prepareLocal(Session.java:425)
	at org.h2.engine.Session.prepareCommand(Session.java:374)
	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1138)
	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:70)
	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
	at de.willuhn.datasource.db.AbstractDBObject.getUpdateSQL(AbstractDBObject.java:823)
	at de.willuhn.datasource.db.AbstractDBObject.update(AbstractDBObject.java:735)
	at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:310)
	at de.jost_net.JVerein.gui.control.EinstellungControl.handleStoreMail(EinstellungControl.java:1925)
	at de.jost_net.JVerein.gui.view.EinstellungenMailView$1.handleAction(EinstellungenMailView.java:75)
	at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at de.willuhn.jameica.gui.GUI$5.run(GUI.java:815)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
	at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
	at de.willuhn.jameica.gui.GUI.startSync(GUI.java:811)
	at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
	at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:832)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:315)
	at de.willuhn.jameica.system.Application.init(Application.java:148)
	at de.willuhn.jameica.system.Application.newInstance(Application.java:90)
	at de.willuhn.jameica.Main.main(Main.java:78)
Antworten