Probleme auf ArmV7 nach PSD2 Update

 
docromano
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 15
Dabei seit: 12 / 2018
Betreff:

Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 13.09.2019 - 09:05 Uhr  ·  #1
Ich nutze Hibiscus auf drei Systemen, 2x Win10, einmal ArmV7 (Ein Odroid HC-1 auf Debian Stretch). Alle greifen auf die gleiche Datenbank zu, funktioniert seit langem tadellos. (vgl. forum/topic.php?t=22383 )

Nun musste ich wegen der Umstellung bei meiner Bank (Apobank) auf die aktuellste Version updaten, den ArmV7 auf die nightly gemaess Anleitung. Auf Windows musste ich erst ein bisschen basteln (BPD loeschen), seitdem laeuft es aber hier wieder einwandfrei. Der kleine Herr Linux moechte jetzt aber nicht mehr.


Wo ich sonst den Eintrag Apobank bei den Bankverbindungen finde, steht nun

"<unknown> (error while loading passport; nested exception is:
org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan)"

Klicke ich drauf, kommt folgendes:



Code
*** System-Informationen ***

Jameica: 2.9.0-nightly (build date: )

Plugins:
  hibiscus 2.9.0-nightly(build date: 20190913)
  hibiscus.duplikate 1.0.2(build date: 20160319)

os.arch          : arm
os.name          : Linux
os.version       : 4.14.133-odroidxu4

java.version     : 1.8.0_222
java.vendor      : Oracle Corporation
java.runtime.name: OpenJDK Runtime Environment
java.vm.name     : OpenJDK Client VM

file.encoding    : UTF-8


*** Stacktrace ***

java.rmi.RemoteException: error while loading passport; nested exception is: 
  org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:340)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getURL(PinTanConfigImpl.java:223)
  at de.willuhn.jameica.hbci.passports.pintan.Controller.getURL(Controller.java:206)
  at de.willuhn.jameica.hbci.passports.pintan.Detail.bind(Detail.java:48)
  at de.willuhn.jameica.gui.GUI$5.run(GUI.java:711)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:908)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
  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.hbci.gui.action.PassportDetail.handleAction(PassportDetail.java:43)
  at de.willuhn.jameica.hbci.gui.parts.PassportTree$3.handleAction(PassportTree.java:100)
  at de.willuhn.jameica.gui.parts.ContextMenu$1.handleEvent(ContextMenu.java:183)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
  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)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:732)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:216)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:206)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:335)
  ... 24 more
Caused by: java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
  ... 27 more
Caused by: java.lang.NullPointerException: client.passport.PinTan.filename must not be null
  at org.kapott.hbci.passport.HBCIPassportPinTan.create(HBCIPassportPinTan.java:146)
  at org.kapott.hbci.passport.HBCIPassportPinTan.read(HBCIPassportPinTan.java:165)
  at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:104)
  ... 32 more


*** Systemprotokoll ***

[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.checkConsistency] updates finished
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.stop] stopping db service
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.closeConnection] commit connection
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.closeConnection] closing connection
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.closeConnection] connection closed
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.stop] db service stopped [1 connection(s) closed]
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init hbci4java subsystem ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.util.I18N.<init>] loading resource bundle lang/hibiscus_messages for locale en_US
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCI.initHBCI] callback: de.willuhn.jameica.hbci.HBCICallbackSWT
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] hbci4java 3.0.22-SNAPSHOT
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  init services for plugin hibiscus [version: 2.9.0-nightly] ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service database ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  install service database ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.system.ServiceFactory.install] service: database
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.server.HBCIDBServiceImpl.<init>] loading database driver: de.willuhn.jameica.hbci.server.DBSupportH2Impl
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] switching dbservice to uppercase
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.hbci.server.DBSupportH2Impl.<init>] h2 version: 1.4.197
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service database ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.start] starting db service
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  hibiscus: init service addressbook ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  install service addressbook ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.system.ServiceFactory.install] service: addressbook
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.system.ServiceFactory.install]   starting service
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  starting service addressbook ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.hbci.gui.ext.ExportSaldoExtension
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin]   register de.willuhn.jameica.hbci.gui.ext.ExportAddSumRowExtension
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin hibiscus initialized successfully
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  init plugin hibiscus.duplikate [Version: 1.0.2] ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] init plugin hibiscus.duplikate [Version: 1.0.2]
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] trying to initialize de.open4me.duplikate.DuplikatePlugin
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  initializing plugin hibiscus.duplikate ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] register plugin extensions
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$3.run]  register plugin extensions ...
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginLoader.initPlugin] plugin hibiscus.duplikate initialized successfully
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.services.SearchService.init] looking for search providers
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.services.SearchService.init] loaded 15 search providers
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.services.UpdateService.init] update check interval: 7 days
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.services.UpdateService.init] starting updater thread
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.services.Init5.init] booted to init level 5
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.SplashScreen$2.run] stopping splash screen
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] startup GUI
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] SWT version: 4623/gtk
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] HIGH DPI support enabled: true
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] Pixel density of screen (DPI): 75, configured: 75
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] adding menu
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] adding navigation
[Fri Sep 13 08:37:09 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] adding content view
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] adding status panel
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.util.I18N.<init>] loading resource bundle lang/hibiscus_duplikate_messages for locale en_US
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.util.I18N.<init>] loading resource bundle lang/messages for locale en_US
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.plugin.PluginResources.getI18N] plugin de.open4me.duplikate.DuplikatePlugin does not support jameicas locale en_US
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.position] window position: 358x161, size: 1815x901
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.gui.GUI.init] open shell
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.messaging.AutoRegisterMessageConsumer.handleMessage] auto-registered message consumers: 14
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.messaging.NamedConcurrentQueue.registerMessageConsumer] delivering 2 queued messages to queue: jameica.boot
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.messaging.ManifestMessageConsumer.registerConsumers] message consumers from manifests: 23
[Fri Sep 13 08:37:10 CEST 2019][INFO][main][de.willuhn.jameica.messaging.ManifestMessageConsumer.sendMessages] messages from manifests: 0
[Fri Sep 13 08:37:11 CEST 2019][INFO][bookmark-preload][de.willuhn.jameica.store.BeanStore.load] created new [bean-container: Bookmark, encrypted: true]
[Fri Sep 13 08:37:11 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.createConnection] creating new connection
[Fri Sep 13 08:37:12 CEST 2019][INFO][main][de.willuhn.datasource.db.DBServiceImpl.getConnection] created new connection for <local>
[Fri Sep 13 08:37:12 CEST 2019][INFO][Thread-6][de.willuhn.jameica.messaging.LookupService.lookup] performing multicast lookup for service name: tcp:de.willuhn.jameica.messaging.Plugin.connector.tcp
[Fri Sep 13 08:37:15 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.SynchronizeEngine.getBackends] loading synchronize backends
[Fri Sep 13 08:37:15 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders] loading synchronize providers for backend FinTS/HBCI
[Fri Sep 13 08:37:15 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.getJobProviders]   found 6 provider(s)
[Fri Sep 13 08:37:17 CEST 2019][INFO][Thread-6][de.willuhn.jameica.messaging.LookupService.lookup] no server found for service name: tcp:de.willuhn.jameica.messaging.Plugin.connector.tcp
[Fri Sep 13 08:37:19 CEST 2019][INFO][UpdateService][de.willuhn.jameica.services.UpdateService$Worker.run] check for updates needed?
[Fri Sep 13 08:37:19 CEST 2019][INFO][UpdateService][de.willuhn.jameica.services.UpdateService$Worker.run] no, last check: Thu Sep 12 19:55:30 CEST 2019, next check: Thu Sep 19 19:55:30 CEST 2019
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.parts.SynchronizeList$SyncStart.handleAction] Collecting synchronize jobs
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.action.Synchronize.handleAction] Start synchronization
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.action.Synchronize.handleAction] backends to synchronize: 1
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.action.Synchronize.handleAction] synchronizing 1 backends
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.gui.action.Synchronize.sync] synchronizing backend FinTS/HBCI with 7 jobs
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.execute] starting FinTS/HBCI synchronization
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.<init>] accounts to synchronize: 7, jobs: 7
[Fri Sep 13 08:37:21 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: RUNNING
[Fri Sep 13 08:37:21 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor.check] creating progress monitor for GUI
[Fri Sep 13 08:37:21 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$2.run] activating progress monitor
[Fri Sep 13 08:37:22 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] BEGIN synchronization of account 1/7
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init] searching for available passports
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init]   Chip-Card Reader [de.willuhn.jameica.hbci.passports.ddv.server.PassportImpl]
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init]   PIN/TAN [de.willuhn.jameica.hbci.passports.pintan.server.PassportImpl]
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.PassportRegistry.init]   Key-File [de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl]
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] open pin/tan passport
[Fri Sep 13 08:37:22 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.findByKonto] searching config for konto 0006775527, blz: 30060601
[Fri Sep 13 08:37:22 CEST 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync] found errors or synchronization cancelled, mark PIN cache dirty [have error: true, interrupted: false]
[Fri Sep 13 08:37:23 CEST 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.gui.DialogFactory.dirtyPINCache] mark pin cache dirty for all passports
[Fri Sep 13 08:37:23 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.close] closing resources
[Fri Sep 13 08:37:23 CEST 2019][ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
java.lang.NullPointerException: client.passport.PinTan.filename must not be null
  at org.kapott.hbci.passport.HBCIPassportPinTan.create(HBCIPassportPinTan.java:146)
  at org.kapott.hbci.passport.HBCIPassportPinTan.read(HBCIPassportPinTan.java:165)
  at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:104)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:216)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:206)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:335)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getURL(PinTanConfigImpl.java:223)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.findByKonto(PinTanConfigFactory.java:273)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:100)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:574)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:547)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:630)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4528)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4146)
  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)

[Fri Sep 13 08:37:33 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: ERROR
[Fri Sep 13 08:37:34 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] stopping synchronization
[Fri Sep 13 08:37:34 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] finished
[Fri Sep 13 08:37:34 CEST 2019][INFO][main][de.willuhn.jameica.hbci.messaging.SyncEngineStatusMessageConsumer$1.run] Reloading start view
[Fri Sep 13 08:38:04 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$1$1.run] auto closing monitor snapin
[Fri Sep 13 08:38:53 CEST 2019][INFO][main][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] starting privileged action: writable check for /root/jameica/plugins
[Fri Sep 13 08:38:53 CEST 2019][INFO][main][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] finished privileged action: writable check for /root/jameica/plugins
[Fri Sep 13 08:39:02 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.PluginListPart.loadUpdates] start search for available updates
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking for updates
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking repository https://www.willuhn.de/products/jameica/updates
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.update.Repository.<init>] open repository https://www.willuhn.de/products/jameica/updates
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.TransportService.init] init transport service
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.TransportService.init]   de.willuhn.jameica.transport.HttpTransport
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.TransportService.init]     http
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.TransportService.init]     https
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.TransportService.init]     file
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/repository.xml
[Fri Sep 13 08:39:02 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.update-pem.crt
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/hibiscus/current/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/hibiscus/previous/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/hibiscus/nightly/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.update-pem.crt
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/syntax/current/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/syntax/nightly/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.update-pem.crt
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.ical/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.ca/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking repository https://www.willuhn.de/products/jameica/updates/extensions
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.update.Repository.<init>] open repository https://www.willuhn.de/products/jameica/updates/extensions
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/extensions/repository.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.update-pem.crt
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/hibiscus.xmlrpc/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/hibiscus.soap/plugin.xml
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.update-pem.crt
[Fri Sep 13 08:39:03 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.webadmin/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.xmlrpc/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.soap/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.sensors/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.messaging/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.willuhn.de/products/jameica/updates/jameica.redmine/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking repository http://www.jverein.de/updates/
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.update.Repository.<init>] open repository http://www.jverein.de/updates/
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading http://www.jverein.de/updates/repository.xml
[Fri Sep 13 08:39:04 CEST 2019][WARN][repo-fetch updates][de.willuhn.jameica.update.PluginGroup.initCertificate] no certificate given
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading http://www.jverein.de/updates/2.6/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading http://www.jverein.de/updates/2.8/plugin.xml
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking repository https://scripting-updates.derrichter.de/
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.update.Repository.<init>] open repository https://scripting-updates.derrichter.de/
[Fri Sep 13 08:39:04 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/repository.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/hibiscus-mashup.derrichter.de.crt
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/htmlunit/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/pdfbox/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/selenium/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/chromedriver/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/geckodriver/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/phantomjsdriver/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/hibiscus-mashup.derrichter.de.crt
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/finance.websync/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://scripting-updates.derrichter.de/updates/hibiscus.mashup/plugin.xml
[Fri Sep 13 08:39:05 CEST 2019][WARN][repo-fetch updates][de.willuhn.jameica.update.PluginGroup.initCertificate] no certificate given
[Fri Sep 13 08:39:05 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading http://hibiscus.strunk.eu/lbbcreditcard/plugin.xml
[Fri Sep 13 08:39:06 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.services.UpdateService.findUpdateStates] checking repository https://www.open4me.de/hibiscus/
[Fri Sep 13 08:39:06 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.update.Repository.<init>] open repository https://www.open4me.de/hibiscus/
[Fri Sep 13 08:39:06 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/repository.xml
[Fri Sep 13 08:39:06 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/open4me.de.crt.by.willuhn
[Fri Sep 13 08:39:06 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.depotviewer/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][WARN][repo-fetch updates][de.willuhn.jameica.update.PluginGroup.initCertificate] no certificate given
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading http://hibiscus.tvbrowser.org/fidorcsv/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/open4me.de.crt.by.willuhn
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.barclaystg/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.milesandmore/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.bahnbonus/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.airplus/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/open4me.de.crt.by.willuhn
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.ly.toolkit/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/open4me.de.crt.by.willuhn
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.transport.HttpTransport.get] downloading https://www.open4me.de/hibiscus/hibiscus.duplikate/plugin.xml
[Fri Sep 13 08:39:07 CEST 2019][INFO][repo-fetch updates][de.willuhn.jameica.gui.internal.parts.PluginListPart$4.run] search done, found 0 updates
[Fri Sep 13 08:39:32 CEST 2019][INFO][main][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] starting privileged action: writable check for /root/jameica/plugins
[Fri Sep 13 08:39:32 CEST 2019][INFO][main][de.willuhn.jameica.security.JameicaSecurityManager.doPrivileged] [privcount: 0] finished privileged action: writable check for /root/jameica/plugins
[Fri Sep 13 08:39:44 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend.execute] starting FinTS/HBCI synchronization
[Fri Sep 13 08:39:44 CEST 2019][INFO][main][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.<init>] accounts to synchronize: 1, jobs: 1
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: RUNNING
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor.check] creating progress monitor for GUI
[Fri Sep 13 08:39:45 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$2.run] activating progress monitor
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] BEGIN synchronization of account 1/1
[Fri Sep 13 08:39:45 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open] open pin/tan passport
[Fri Sep 13 08:39:45 CEST 2019][INFO][main][de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.findByKonto] searching config for konto 0026775527, blz: 30060601
[Fri Sep 13 08:39:45 CEST 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync] found errors or synchronization cancelled, mark PIN cache dirty [have error: true, interrupted: false]
[Fri Sep 13 08:39:45 CEST 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.gui.DialogFactory.dirtyPINCache] mark pin cache dirty for all passports
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.close] closing resources
[Fri Sep 13 08:39:45 CEST 2019][ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
java.lang.NullPointerException: client.passport.PinTan.filename must not be null
  at org.kapott.hbci.passport.HBCIPassportPinTan.create(HBCIPassportPinTan.java:146)
  at org.kapott.hbci.passport.HBCIPassportPinTan.read(HBCIPassportPinTan.java:165)
  at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:104)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:216)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:206)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:335)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getURL(PinTanConfigImpl.java:223)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory.findByKonto(PinTanConfigFactory.java:273)
  at de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.open(PassportHandleImpl.java:100)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:574)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:547)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:630)
  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4528)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4146)
  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)

[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: ERROR
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] stopping synchronization
[Fri Sep 13 08:39:45 CEST 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] finished
[Fri Sep 13 08:40:15 CEST 2019][INFO][main][de.willuhn.jameica.gui.internal.parts.BackgroundTaskMonitor$1$1.run] auto closing monitor snapin
[Fri Sep 13 08:40:43 CEST 2019][ERROR][main][de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getDescription] unable to determine name
java.rmi.RemoteException: error while loading passport; nested exception is: 
  org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:340)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getBLZ(PinTanConfigImpl.java:282)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getDescription(PinTanConfigImpl.java:112)
  at de.willuhn.jameica.hbci.gui.parts.PassportTree$ConfigObject.getAttribute(PassportTree.java:355)
  at de.willuhn.datasource.BeanUtil.get(BeanUtil.java:93)
  at de.willuhn.jameica.gui.parts.TreePart$Item.<init>(TreePart.java:853)
  at de.willuhn.jameica.gui.parts.TreePart$Item.<init>(TreePart.java:879)
  at de.willuhn.jameica.gui.parts.TreePart.loadData(TreePart.java:586)
  at de.willuhn.jameica.gui.parts.TreePart.paint(TreePart.java:466)
  at de.willuhn.jameica.hbci.gui.views.PassportList.bind(PassportList.java:59)
  at de.willuhn.jameica.gui.GUI$5.run(GUI.java:711)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
  at de.willuhn.jameica.gui.GUI$6.run(GUI.java:908)
  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
  at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
  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.hbci.gui.action.PassportList.handleAction(PassportList.java:27)
  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:84)
  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
  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)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:732)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:216)
  at de.willuhn.jameica.hbci.passports.pintan.PinTanConfigFactory$1.get(PinTanConfigFactory.java:206)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:335)
  ... 31 more
Caused by: java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
  ... 34 more
Caused by: java.lang.NullPointerException: client.passport.PinTan.filename must not be null
  at org.kapott.hbci.passport.HBCIPassportPinTan.create(HBCIPassportPinTan.java:146)
  at org.kapott.hbci.passport.HBCIPassportPinTan.read(HBCIPassportPinTan.java:165)
  at org.kapott.hbci.passport.HBCIPassportPinTan.<init>(HBCIPassportPinTan.java:104)
  ... 39 more

[Fri Sep 13 08:40:43 CEST 2019][ERROR][main][de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getDescription] unable to determine host
java.rmi.RemoteException: error while loading passport; nested exception is: 
  org.kapott.hbci.exceptions.HBCI_Exception: can not instantiate passport of type PinTan
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getPassport(PinTanConfigImpl.java:340)
  at de.willuhn.jameica.hbci.passports.pintan.server.PinTanConfigImpl.getDescription(PinTanConfigImpl.java:137)
  at de.willuhn.jameica.hbci.gui.parts.PassportTree$ConfigObject.getAttribute(PassportTree.java:355)
  at de.willuhn.datasource.BeanUtil.get(BeanUtil.java:93)
  at de.willuhn.jameica.gui.parts.TreePart$Item.<init>(TreePart.java:853)
&n
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 11385
Dabei seit: 03 / 2005
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 13.09.2019 - 09:16 Uhr  ·  #2
Zitat

[INFO][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] hbci4java 3.0.22-SNAPSHOT


ich nehme an, auf der Startseite von Hibiscus wird dir auch ein Warnhinweis mit dem folgenden Text angezeigt:

Zitat

Die Version der Systembibliothek HBCI4Java ... stimmt nicht mit der erwarteten Version ... überein. Das wird zu unerwarteten Fehlern führen. Bitte kopiere eine neuere Version von Hibiscus nicht über die vorherige drüber. Hierbei können Fragmente der vorherigen Version erhalten bleiben. Installiere Updates stattdessen per "Datei->Einstellungen->Plugins
docromano
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 15
Dabei seit: 12 / 2018
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 13.09.2019 - 09:29 Uhr  ·  #3
Achso. Bei den Windows Rechnern habe ich das auch so gemacht, ich dachte bei nightlies muss ich das alles manuell machen (muss ja auch die manifest datei editieren)
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 11385
Dabei seit: 03 / 2005
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 13.09.2019 - 09:33 Uhr  ·  #4
Unabhaengig davon, ob du das manuell machst oder nicht. Bitte niemals neuere Versionen über alte drüber kopieren. Siehe auch https://www.willuhn.de/wiki/doku.php?id=support:update

Es gibt keinerlei Notwendigkeit dafür. Im Gegenteil - es verursacht nur Fehler. Die Benutzerdaten sind streng von den Programmdaten getrennt. Du kannst den Programmordner komplett löschen, ohne dass wichtige Daten dabei verloren gehen. Man muss also nicht "drüberkopieren" aus der Befürchtung heraus, sonst könnten Daten in dem Ordner verloren gehen.

Und ich verstehe nicht, wo diese Logik herkommt und warum sie sich so hartnäckig hält. Wenn ich eine neue Firefox-Version installiere, lade ich die doch auch nicht per Hand runter und kopiere sie über die alte. Sondern ich verwende entweder die Update der Linux-Distri oder die im Programm integrierte Update-Funktion.
docromano
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 15
Dabei seit: 12 / 2018
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 13.09.2019 - 09:43 Uhr  ·  #5
Es funktioniert jetzt, danke für den Tip.

Ich bin tatsächlich auch kein Freund vom Drüberkopieren, aber weil die Arm-Installation von Anfang an manuell war, dachte ich, das nun auch händisch machen zu müssen. Erscheint dem Programmierer vermutlich seltsam, ist aber so ;) Für Laien wie mich wäre zB ein Hinweis in der Plugin-Sektion toll. Achtung, Updates bitte ausschließlich hier (auch die manuellen!), niemals drüberkopieren. Oder so ähnlich. Zum Glück ist der Support hier so gut, dass sich alles schnell lösen lässt, würde dir aber vielleicht ein paar graue Haare sparen ;) Trotz allem - danke für die Hilfe und die tolle Software !
Calibra
Neuling
Avatar
Geschlecht: keine Angabe
Beiträge: 1
Dabei seit: 09 / 2019
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 16.09.2019 - 14:53 Uhr  ·  #6
Hi, ich kann nach der Umstellung bei Apobank auf die ApoTan-App keine Umsätze und Saldo mehr abrufen. Laut Telefonsupport müsste man in Hibiscus die virtuelle Handynummer der ApoTan-App einpflegen um dann eine gültige Tan zubekommen.
Gibt es da schon eine Lösung?

Danke
hibiscus
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 11385
Dabei seit: 03 / 2005
Betreff:

Re: Probleme auf ArmV7 nach PSD2 Update

 · 
Gepostet: 16.09.2019 - 14:57 Uhr  ·  #7
Zitat geschrieben von Calibra

Hi, ich kann nach der Umstellung bei Apobank auf die ApoTan-App keine Umsätze und Saldo mehr abrufen. Laut Telefonsupport müsste man in Hibiscus die virtuelle Handynummer der ApoTan-App einpflegen um dann eine gültige Tan zubekommen.
Gibt es da schon eine Lösung?

Ich weiss nicht, was das mit ArmV7 zu tun hat. Lies bitte https://www.willuhn.de/wiki/do…zdem_nicht

Hibiscus auf 2.8.16 aktualisieren und BPD löschen.
Gewählte Zitate für Mehrfachzitierung:   0