Mitgliederliste nicht mehr abrufbar - Java-Fehler

Hier melden JVerein-Benutzer ihre Fehler

Moderator: heiner

Antworten
Benutzeravatar
Sir Charles
Beiträge: 26
Registriert: Donnerstag 6. Dezember 2012, 21:56
Verein: ÖGW - Österreichische Gesellschaft für Wissenschaftsgeschichte
Mitglieder: 217
JVerein-Version: 2.8.20
Betriebssystem: Windows 10
Wohnort: Wien
Kontaktdaten:

Mitgliederliste nicht mehr abrufbar - Java-Fehler

Beitrag von Sir Charles »

Hallo liebe Leute,

habe jetzt sommerbedingt länger nicht auf meine portabel installierte Datenbank zugegriffen. Ich wollte dies nun wieder tun und erhalte, wenn ich die Mitgliederliste anklicke, nachfolgende Fehlermeldung. Hat jemand eine Idee, was da schief geht?

Zur Installation an sich: auf einer portablen USB 2.0 Festplatte mit portablem Java installiert, hat bis Juni gut funktioniert auf einem W7 64bit System.

Danke!

Code: Alles auswählen

*** System-Informationen ***

Jameica: 2.6.2 (build date: 20150106)

Plugins:
  hibiscus 2.6.20(build date: 20170627)
  jverein 2.8.15(build date: 20170221)
  syntax 2.6.2(build date: 20160502)

os.arch          : x86
os.name          : Windows 7
os.version       : 6.1

java.version     : 1.8.0_144
java.vendor      : Oracle Corporation
java.runtime.name: Java(TM) SE Runtime Environment
java.vm.name     : Java HotSpot(TM) Client VM

file.encoding    : Cp1252


*** Stacktrace ***

java.rmi.RemoteException: error while executing sql statement: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]; nested exception is: 
	org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:465)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.getMitgliedTable(MitgliedControl.java:2753)
	at de.jost_net.JVerein.gui.view.AbstractAdresseSucheView.bind(AbstractAdresseSucheView.java:97)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:644)
	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.GUI.startView(GUI.java:540)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:475)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:512)
	at de.jost_net.JVerein.gui.action.MitgliedSucheAction.handleAction(MitgliedSucheAction.java:29)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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)
Caused by: org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	... 26 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 28 more


*** Systemprotokoll ***

[Tue Oct 10 15:08:56 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\hibiscus\lib\super-csv-2.4.0.jar
[Tue Oct 10 15:08:56 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\hibiscus\lib\swtchart\org.swtchart.ext_0.10.0.v20160212.jar
[Tue Oct 10 15:08:56 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\hibiscus\lib\swtchart\org.swtchart_0.10.0.v20160212.jar
[Tue Oct 10 15:08:56 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting E:/OeGW/jameica-data/plugins/hibiscus/hibiscus.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin jverein [Version: 2.8.15]
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin]   resolving required dependency hibiscus: 2.6.19+
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory E:\OeGW\jameica-data\plugins\jverein
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  checking directory E:\OeGW\jameica-data\plugins\jverein ...
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin jverein
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\jverein.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\activation.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\bsh-core-2.0b4.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\commons-validator-1.5.1.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\core-3.1.0.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\csvjdbc.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\ez-vcard-0.9.5.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\itext-hyph-xml.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\javase-3.1.0.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\joda-time-2.3.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\jollyday-0.4.7.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\junit-4.8.1.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\mail.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\nc.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\jverein\lib\snakeyaml-1.13.jar
[Tue Oct 10 15:08:57 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting E:/OeGW/jameica-data/plugins/jverein/jverein.jar
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin] loading plugin syntax [Version: 2.6.2]
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.loadPlugin]   resolving optional dependency hibiscus: 2.6.0+
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] checking directory E:\OeGW\jameica-data\plugins\syntax
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  checking directory E:\OeGW\jameica-data\plugins\syntax ...
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] using global classloader for plugin syntax
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] loader.jameica: loaded jar E:\OeGW\jameica-data\plugins\syntax\syntax.jar
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.services.ClassService.prepareClasses] inspecting E:/OeGW/jameica-data/plugins/syntax/syntax.jar
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin hibiscus [Version: 2.6.20] ...
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin hibiscus [Version: 2.6.20]
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.willuhn.jameica.hbci.HBCI
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin hibiscus ...
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.hbci.HBCI.init] starting init process for hibiscus
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.<init>] loading database driver: de.willuhn.jameica.hbci.server.DBSupportH2Impl
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] determine current database version
[Tue Oct 10 15:08:58 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] current database version: 59
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] init update provider
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.sql.version.Updater.execute] current version: 59
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.sql.version.Updater.execute] searching for available updates
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.sql.version.Updater.execute] no new updates found
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] updates finished
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init hbci4java subsystem ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/hibiscus_messages for locale de_DE
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.HBCI.initHBCI] callback: de.willuhn.jameica.hbci.HBCICallbackSWT
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] hbci4java 3.0.11-SNAPSHOT
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init services for plugin hibiscus [version: 2.6.20] ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service database ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.<init>] loading database driver: de.willuhn.jameica.hbci.server.DBSupportH2Impl
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service database ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service addressbook ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service addressbook ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: addressbook
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service addressbook ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.hbci.gui.ext.ExportSaldoExtension
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin hibiscus initialized successfully
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin jverein [Version: 2.8.15] ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin jverein [Version: 2.8.15]
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.jost_net.JVerein.JVereinPlugin
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin jverein ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.JVereinPlugin.init] starting init process for jverein
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportH2Impl
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  Installiere JVerein ...
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [0 connection(s) closed]
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportH2Impl
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Tue Oct 10 15:08:59 CEST 2017][INFO][de.willuhn.jameica.messaging.LookupService.lookup] performing multicast lookup for service name: tcp:de.willuhn.jameica.messaging.Plugin.connector.tcp
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.messaging.LookupService.lookup] no server found for service name: tcp:de.willuhn.jameica.messaging.Plugin.connector.tcp
[Tue Oct 10 15:09:04 CEST 2017][WARN][de.willuhn.jameica.services.ArchiveService.init] no archive server found
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init services for plugin jverein [version: 2.8.15] ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  jverein: init service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.jost_net.JVerein.server.JVereinDBServiceImpl.<init>] loading database driver: de.jost_net.JVerein.server.DBSupportH2Impl
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.jost_net.JVerein.server.DBSupportH2Impl.<init>] h2 version: 1.3.172
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin jverein initialized successfully
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin syntax [Version: 2.6.2] ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin syntax [Version: 2.6.2]
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.willuhn.jameica.fibu.Fibu
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin syntax ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  init services for plugin syntax [version: 2.6.2] ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  syntax: init service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.fibu.server.DBServiceImpl.start] first start: skipping db service
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  syntax: init service engine ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service engine ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install] service: engine
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   dependencies found...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/syntax_messages for locale de_DE
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/messages for locale de_DE
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginResources.getI18N] plugin de.willuhn.jameica.fibu.Fibu does not support jameicas locale de_DE
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service engine ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.fibu.server.BuchungsEngineImpl.start] first start: skipping engine start
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.fibu.ext.hibiscus.UmsatzListPart
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.fibu.ext.hibiscus.UmsatzListMenu
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.fibu.ext.hibiscus.Buchungstemplate
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin syntax initialized successfully
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.services.SearchService.init] looking for search providers
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.services.SearchService.init] loaded 22 search providers
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.services.UpdateService.init] update check interval: 7 days
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.services.UpdateService.init] starting updater thread
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.services.Init5.init] booted to init level 5
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.SplashScreen$2.run] stopping splash screen
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] startup GUI
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] SWT version: 4427/win32
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] HIGH DPI support enabled: true
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] Pixel density of screen (DPI): 96, configured: 96
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] adding menu
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] adding navigation
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] adding content view
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] adding status panel
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.util.I18N.<init>] loading resource bundle lang/jverein_messages for locale de_DE
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 10 15:09:04 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.position] window size: maximized
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.gui.GUI.init] open shell
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.messaging.AutoRegisterMessageConsumer.handleMessage] auto-registered message consumers: 15
[Tue Oct 10 15:09:05 CEST 2017][WARN][de.willuhn.jameica.messaging.ManifestMessageConsumer.registerConsumers] skipping messageconsumer de.willuhn.jameica.hbci.messaging.OfflineSaldoMessageConsumer in manifest from hibiscus, contains no queue name
[Tue Oct 10 15:09:05 CEST 2017][WARN][de.willuhn.jameica.messaging.ManifestMessageConsumer.registerConsumers] skipping messageconsumer de.willuhn.jameica.hbci.messaging.CheckOfflineUmsatzMessageConsumer in manifest from hibiscus, contains no queue name
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.messaging.ManifestMessageConsumer.registerConsumers] message consumers from manifests: 21
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.messaging.ManifestMessageConsumer.sendMessages] messages from manifests: 0
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.store.BeanStore.load] created new [bean-container: Bookmark, encrypted: true]
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.jameica.hbci.messaging.CleanDBPropertiesMessageConsumer.clean] bpd cache up-to-date, last expiry 10.10.2017 14:55
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Tue Oct 10 15:09:05 CEST 2017][INFO][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Tue Oct 10 15:09:07 CEST 2017][ERROR][de.willuhn.datasource.db.DBServiceImpl.execute] error while executing sql statement
org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (austritt is null) AND (lower(name) like 'steininger%') ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.getMitgliedTable(MitgliedControl.java:2753)
	at de.jost_net.JVerein.gui.view.AbstractAdresseSucheView.bind(AbstractAdresseSucheView.java:97)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:644)
	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.GUI.startView(GUI.java:540)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:475)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:512)
	at de.jost_net.JVerein.gui.action.MitgliedSucheAction.handleAction(MitgliedSucheAction.java:29)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:94)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 28 more

[Tue Oct 10 15:09:07 CEST 2017][ERROR][de.willuhn.jameica.gui.GUI$4.run] error while loading view de.jost_net.JVerein.gui.view.MitgliederSucheView
java.rmi.RemoteException: error while executing sql statement: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (austritt is null) AND (lower(name) like 'steininger%') ORDER BY ucase(name), ucase(vorname) [50000-172]; nested exception is: 
	org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (austritt is null) AND (lower(name) like 'steininger%') ORDER BY ucase(name), ucase(vorname) [50000-172]
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:465)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.getMitgliedTable(MitgliedControl.java:2753)
	at de.jost_net.JVerein.gui.view.AbstractAdresseSucheView.bind(AbstractAdresseSucheView.java:97)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:644)
	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.GUI.startView(GUI.java:540)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:475)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:512)
	at de.jost_net.JVerein.gui.action.MitgliedSucheAction.handleAction(MitgliedSucheAction.java:29)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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)
Caused by: org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (austritt is null) AND (lower(name) like 'steininger%') ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	... 26 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:94)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 28 more

[Tue Oct 10 15:09:14 CEST 2017][INFO][de.willuhn.jameica.services.UpdateService$Worker.run] check for updates needed?
[Tue Oct 10 15:09:14 CEST 2017][INFO][de.willuhn.jameica.services.UpdateService$Worker.run] no, last check: Tue Oct 10 14:56:04 CEST 2017, next check: Tue Oct 17 14:56:04 CEST 2017
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.<clinit>] looking for installed export filters
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Altersjubilare CSV-Export - de.jost_net.JVerein.io.AltersjubilaeumsExportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Altersjubilare PDF-Export - de.jost_net.JVerein.io.AltersjubilaeumsExportPDF
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Formularfelder CSV-Export - de.jost_net.JVerein.io.FormularfelderExportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Kontenrahmen XML-Export - de.jost_net.JVerein.io.KontenrahmenExportXML
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Mitgliedschaftsjubilare CSV-Export - de.jost_net.JVerein.io.MitgliedschaftsjubilaeumExportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Mitgliedschaftsjubilare PDF-Export - de.jost_net.JVerein.io.MitgliedschaftsjubilaeumExportPDF
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Mitgliedskonten CSV-Export - de.jost_net.JVerein.io.MitgliedskontoExportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Statistik Jahrgänge CSV-Export - de.jost_net.JVerein.io.StatistikJahrgaengeExportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Statistik Jahrgänge PDF-Export - de.jost_net.JVerein.io.StatistikJahrgaengeExportPDF
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.<clinit>] looking for installed import filters
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   CSV-Buchungsimport - de.jost_net.JVerein.io.CSVBuchungsImport
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Default-Zusatzbeträge - de.jost_net.JVerein.io.DefaultZusatzbetraegeImport
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   CSV-Formularfeldimport - de.jost_net.JVerein.io.FormularfelderImportCSV
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Kontenrahmen-Import XML - de.jost_net.JVerein.io.KontenrahmenImportXML
[Tue Oct 10 15:09:23 CEST 2017][INFO][de.jost_net.JVerein.io.IORegistry.load]   Quicken Export Datei - de.jost_net.JVerein.io.QIFQuickenImport
[Tue Oct 10 15:09:25 CEST 2017][INFO][de.jost_net.JVerein.gui.action.ZusatzbetraegeImportAction.handleAction] null
[Tue Oct 10 15:09:32 CEST 2017][ERROR][de.willuhn.datasource.db.DBServiceImpl.execute] error while executing sql statement
org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.starteAuswertung(MitgliedControl.java:3405)
	at de.jost_net.JVerein.gui.control.MitgliedControl.access$2900(MitgliedControl.java:152)
	at de.jost_net.JVerein.gui.control.MitgliedControl$25.handleAction(MitgliedControl.java:2585)
	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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 24 more

[Tue Oct 10 15:09:32 CEST 2017][ERROR][de.jost_net.JVerein.gui.control.MitgliedControl$25.handleAction] error while executing sql statement: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]; nested exception is: 
	org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
[Tue Oct 10 15:09:41 CEST 2017][ERROR][de.willuhn.datasource.db.DBServiceImpl.execute] error while executing sql statement
org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.starteAuswertung(MitgliedControl.java:3405)
	at de.jost_net.JVerein.gui.control.MitgliedControl.access$2900(MitgliedControl.java:152)
	at de.jost_net.JVerein.gui.control.MitgliedControl$25.handleAction(MitgliedControl.java:2585)
	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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 24 more

[Tue Oct 10 15:09:41 CEST 2017][ERROR][de.jost_net.JVerein.gui.control.MitgliedControl$25.handleAction] error while executing sql statement: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]; nested exception is: 
	org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
[Tue Oct 10 15:09:44 CEST 2017][ERROR][de.willuhn.datasource.db.DBServiceImpl.execute] error while executing sql statement
org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.getMitgliedTable(MitgliedControl.java:2753)
	at de.jost_net.JVerein.gui.view.AbstractAdresseSucheView.bind(AbstractAdresseSucheView.java:97)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:644)
	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.GUI.startView(GUI.java:540)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:475)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:512)
	at de.jost_net.JVerein.gui.action.MitgliedSucheAction.handleAction(MitgliedSucheAction.java:29)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 28 more

[Tue Oct 10 15:09:44 CEST 2017][ERROR][de.willuhn.jameica.gui.GUI$4.run] error while loading view de.jost_net.JVerein.gui.view.MitgliederSucheView
java.rmi.RemoteException: error while executing sql statement: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]; nested exception is: 
	org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:465)
	at de.jost_net.JVerein.Queries.MitgliedQuery.get(MitgliedQuery.java:430)
	at de.jost_net.JVerein.gui.control.MitgliedControl.getMitgliedTable(MitgliedControl.java:2753)
	at de.jost_net.JVerein.gui.view.AbstractAdresseSucheView.bind(AbstractAdresseSucheView.java:97)
	at de.willuhn.jameica.gui.GUI$4.run(GUI.java:644)
	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.GUI.startView(GUI.java:540)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:475)
	at de.willuhn.jameica.gui.GUI.startView(GUI.java:512)
	at de.jost_net.JVerein.gui.action.MitgliedSucheAction.handleAction(MitgliedSucheAction.java:29)
	at de.willuhn.jameica.gui.Navigation.start(Navigation.java:385)
	at de.willuhn.jameica.gui.Navigation.access$500(Navigation.java:52)
	at de.willuhn.jameica.gui.Navigation$MyActionListener.handleEvent(Navigation.java:480)
	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)
Caused by: org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: "java.lang.ArrayIndexOutOfBoundsException: 6"
General error: "java.lang.ArrayIndexOutOfBoundsException: 6"; SQL statement:
select distinct mitglied.*, ucase(name), ucase(vorname) from mitglied where adresstyp = 1 AND (eintritt is null or eintritt <= ?) AND (austritt is null or austritt >= ?) ORDER BY ucase(name), ucase(vorname) [50000-172]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
	at org.h2.message.DbException.get(DbException.java:158)
	at org.h2.message.DbException.convert(DbException.java:281)
	at org.h2.command.Command.executeQuery(Command.java:199)
	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106)
	at de.willuhn.datasource.db.DBServiceImpl.execute(DBServiceImpl.java:459)
	... 26 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
	at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:329)
	at org.h2.index.PageDataLeaf.getRowWithKey(PageDataLeaf.java:452)
	at org.h2.index.PageDataNode.getRowWithKey(PageDataNode.java:279)
	at org.h2.index.PageDataIndex.getRowWithKey(PageDataIndex.java:421)
	at org.h2.index.PageDataIndex.getRow(PageDataIndex.java:410)
	at org.h2.table.RegularTable.getRow(RegularTable.java:111)
	at org.h2.index.PageBtreeIndex.getRow(PageBtreeIndex.java:305)
	at org.h2.index.PageBtreeCursor.get(PageBtreeCursor.java:46)
	at org.h2.index.IndexCursor.get(IndexCursor.java:224)
	at org.h2.table.TableFilter.getValue(TableFilter.java:892)
	at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.java:183)
	at org.h2.expression.Comparison.getValue(Comparison.java:209)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.ConditionAndOr.getValue(ConditionAndOr.java:87)
	at org.h2.expression.Expression.getBooleanValue(Expression.java:180)
	at org.h2.command.dml.Select.queryFlat(Select.java:520)
	at org.h2.command.dml.Select.queryWithoutCache(Select.java:625)
	at org.h2.command.dml.Query.query(Query.java:314)
	at org.h2.command.dml.Query.query(Query.java:284)
	at org.h2.command.dml.Query.query(Query.java:36)
	at org.h2.command.CommandContainer.query(CommandContainer.java:91)
	at org.h2.command.Command.executeQuery(Command.java:195)
	... 28 more

Benutzeravatar
Sir Charles
Beiträge: 26
Registriert: Donnerstag 6. Dezember 2012, 21:56
Verein: ÖGW - Österreichische Gesellschaft für Wissenschaftsgeschichte
Mitglieder: 217
JVerein-Version: 2.8.20
Betriebssystem: Windows 10
Wohnort: Wien
Kontaktdaten:

Re: Mitgliederliste nicht mehr abrufbar - Java-Fehler

Beitrag von Sir Charles »

Leider keine Fehlerlösung, aber ein Einspielen eines Backups hat mir wieder den Mitgliederzugriff ermöglicht und es funktioniert wieder alles so, wie es sein soll.
Antworten