-
Notifications
You must be signed in to change notification settings - Fork 58
v2.8.20 Mail defekt #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ich kann den Fehler bestätigen. Was passiert: Das Feld Einstellungen.ImapPort (der von JVerein nicht benötigt wird, da keine eingehenden Mails betrachtet werden) darf nicht leer sein, ist es aber auch bei mir. Workaround: habe die Datenbank mit Openoffice geöffnet und dort 993 eingetragen, dann ist der eMail-Dialog wieder zu sehen. Lösung: Erforderniss für Posteingang sollte entschärft werden... |
Guter Hinweis. Für einen Test habe ich vor dem Update auf v2.8.20 den IMAP Port 993 eingetragen. ( Datenbank mit Openoffice öffnen Habe ich mit LibreOffice bisher nicht hinbekommen. Ich nehme phpMyAdmin.) |
jVerein issue: "v2.8.20 Mail defekt openjverein#86" jverein#86
jVerein issue: "v2.8.20 Mail defekt #86" jverein#86 Co-authored-by: Alexander Dippe <info@dippe-it.de>
Uh oh!
There was an error while loading. Please reload this page.
Hallo zusammen,
aktuell benutze ich v2.8.18 von https://jverein.de/updates/
In meiner Testumgebung habe ich ein Update auf v2.8.19 von https://openjverein.github.io/jameica-repository/
durchgeführt. Mail i.O.
Anschließend habe ich ein Update auf v2.8.20 von https://openjverein.github.io/jameica-repository/
durchgeführt. Mail defekt
Deinstallieren von v2.8.20; Jameica schließen; Jameica öffen; von v2.8.18 https://jverein.de/updates/ installieren => alte Mail-Einstellungen sind wieder verfügbar. Ich verwende Jameica mit mysql 8.0.35-0, Ubuntu 22.04.3 LTS
Fehler in JVerein - Administratation - Einstellungen - Mail :
java.lang.NumberFormatException: For input string: ""
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:662)
at java.base/java.lang.Integer.(Integer.java:1105)
at de.jost_net.JVerein.gui.control.EinstellungControl.getImapPort(EinstellungControl.java:1103)
at de.jost_net.JVerein.gui.view.EinstellungenMailView.bind(EinstellungenMailView.java:57)
at de.willuhn.jameica.gui.GUI$5.run(GUI.java:711)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
at de.willuhn.jameica.gui.GUI$6.run(GUI.java:908)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:5941)
at de.willuhn.jameica.gui.GUI.startSync(GUI.java:904)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:594)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:529)
at de.willuhn.jameica.gui.GUI.startView(GUI.java:566)
at de.jost_net.JVerein.gui.action.AdministrationEinstellungenMailAction.handleAction(AdministrationEinstellungenMailAction.java:28)
at de.willuhn.jameica.gui.Navigation.start(Navigation.java:371)
at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:47)
at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5797)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4583)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:925)
at de.willuhn.jameica.gui.GUI.init(GUI.java:328)
at de.willuhn.jameica.system.Application.init(Application.java:145)
at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
at de.willuhn.jameica.Main.main(Main.java:75)
The text was updated successfully, but these errors were encountered: