Skip to content
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

Exception in MitgliedControl.handleStore: Index 0 out of bounds for length 0 #544

Closed
tolot27 opened this issue Dec 18, 2024 · 3 comments
Closed

Comments

@tolot27
Copy link
Member

tolot27 commented Dec 18, 2024

Ich habe gerade bei den Familienmitgliedern das Kündigungsdatum und Austrittsdatum eingetragen. Beim ersten Mitglied hat alles funktioniert. Beim zweiten Mitglied kam folgende Exception:

Quelle: de.jost_net.JVerein.gui.control.MitgliedControl.handleStore
Fehler bei Speichern des Mitgliedes

java.rmi.RemoteException: Index 0 out of bounds for length 0
	at de.willuhn.datasource.db.DBIteratorImpl.next(DBIteratorImpl.java:264)
	at de.willuhn.datasource.db.DBIteratorImpl.next(DBIteratorImpl.java:30)
	at de.jost_net.JVerein.gui.control.MitgliedControl.handleStore(MitgliedControl.java:2462)
	at de.jost_net.JVerein.gui.view.AbstractMitgliedDetailView$2.handleAction(AbstractMitgliedDetailView.java:214)
	at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:174)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at de.willuhn.jameica.gui.GUI$6.run(GUI.java:921)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4802)
	at de.willuhn.jameica.gui.GUI.startSync(GUI.java:917)
	at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:168)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4273)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4071)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3659)
	at de.willuhn.jameica.gui.GUI.loop(GUI.java:938)
	at de.willuhn.jameica.gui.GUI.init(GUI.java:335)
	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:78)

Ich habe es mehrfach versucht, bekomme jedoch immer wieder die Exception. Nachdem ich Jameica neugestartet habe, waren die Änderungen vorhanden. Also wurde gespeichert. Danach konnte ich weitere Familienmitglieder bearbeiten und speichern.

Ich versuche es mal zu reproduzieren. Aktuell ist bei mir noch 2.9.0-nightly f078676 installiert.

@lenilsas
Copy link

Das ist diese Codstelle

// Felddefinition ermitteln
          DBIterator<Felddefinition> it0 = Einstellungen.getDBService()
              .createList(Felddefinition.class);
          it0.addFilter("label = ?", new Object[] { ti.getName() });
          Felddefinition fd = it0.next();

Wir könnten ein if(it0.hasNext()) einbauen. aber eigentlich sollte das nicht vorkommen, da felddefinitionen aus der DB gefüllt wird.

@lenilsas
Copy link

lenilsas commented Jan 7, 2025

Tritt der Fehler noch auf?

@tolot27
Copy link
Member Author

tolot27 commented Jan 7, 2025

Tritt der Fehler noch auf?

Der Fehler ist nicht nochmal aufgetreten.

@tolot27 tolot27 closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants