View Issue Details

IDProjectCategoryView StatusLast Update
0000915FakturamaAllgemein (General)public2022-08-18 18:06
Reportergalaxy Assigned Torheydenr  
PrioritynoneSeveritycrashReproducibilityalways
Status assignedResolutionopen 
Platformx86_64OSLinux (Ubuntu 20.04,Debian,Arch) 
Product Version2.1.0 
Target Version2.1.4 
Summary0000915: Anwendung startet nicht, wenn DB-Passwort gewisse Anforderungen erfüllt
Description

Details zum Setup:
MySQL 8.0.22 via LAN in Docker x64 (Einstellungen siehe Anhang); Fakturama 2.1.0e mit defaults

Beschreibung:
Nach durchlaufener Ersteinrichtung startet Fakturama nicht erneut, sondern gibt eine Fehlermeldung im .log aus (siehe Anhang)

Das Problem tritt nachweislich unter exakt den folgenden Umständen auf:

  • Das Passwort besteht ausschließlich aus hexadezimalen Zeichen ([0-9a-fA-F]).
  • Die Länge des Passwortes in Zeichen ist ein Vielfaches von 32.

Solange nur eine dieser Bedingungen erfüllt ist, startet Fakturama.

Steps To Reproduce

Ausgehend von leerer Installation mit vorhandenem MySQL-Server, bei welchem nur Datenbank, Benutzer und Passwort eingerichtet sind:

  1. Einrichtungsassistent ausführen (Ergebnis mit JDBC-URL im Anhang)

Die Einrichtung ist erfolgreich, die Tabellen wurden angelegt.

  1. Fakturama neu starten.

Fakturama gibt eine Fehlermeldung aus und bricht den Start ab.

Additional Information

siehe dazu https://bugs.eclipse.org/bugs/show_bug.cgi?id=569945

TagsNo tags attached.
Attached Files
.log (217,609 bytes)   
!SESSION 2020-12-26 02:46:43.528 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:50.999
!MESSAGE Unable to create class 'com.sebulli.fakturama.addons.HandlerProcessingAddon' from bundle '70'
!STACK 0
org.eclipse.e4.core.di.InjectionException: javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:345)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:227)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:94)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:37)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:289)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:561)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.addons.HandlerProcessingAddon.defineAdditionalParameterTypes(HandlerProcessingAddon.java:88)
	at com.sebulli.fakturama.addons.HandlerProcessingAddon.postConstruct(HandlerProcessingAddon.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 23 more
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 45 more
Caused by: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 48 more

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 02:47:51.166
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2020-12-26 02:47:51.688
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt".
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:561)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1297)
	at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:680)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:140)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:140)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82)
	at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:680)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:665)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1086)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:166)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 93 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 96 more

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.690
!MESSAGE Exception occurred while rendering: fakturama.views.documentTable=org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl@778c2e7c (tags: [NoMove], contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: ContributedPartRenderer$1 {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer@7a3a49e5, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (contributionURI: bundleclass://com.sebulli.fakturama.rcp/com.sebulli.fakturama.views.datatable.documents.DocumentsListTable, object: null, context: PartImpl (fakturama.views.documentTable) Context, variables: [datalists], label: %command.documents.name, iconURI: icon://COMMAND_LETTER, tooltip: , dirty: false, closeable: true, description: null)
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:561)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1297)
	at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:680)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:140)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:140)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:51)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:82)
	at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:105)
	at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:64)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:680)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
	at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:665)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1086)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:166)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 93 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 4FACEDEE
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 96 more

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.752
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.webShopImport" with the {org.fakturama.webshop.connector.action=import-orders, com.sebulli.fakturama.webshopimport.prepareGetProductsAndOrders=true} parameter(s). Model details: menu:main.menu.file.webshop.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@e162a35 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %command.webshop.name, iconURI: icon://COMMAND_SHOP, tooltip: %command.webshop.tooltip, enabled: false, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.760
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=LETTER, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.document.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@34ab26a (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.letter, iconURI: icon://COMMAND_LETTER, tooltip: , enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.761
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=OFFER, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.offer.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@3a5b7d7e (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.offer, iconURI: icon://COMMAND_OFFER, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.762
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=ORDER, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.order.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@2a2b7a35 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.order, iconURI: icon://COMMAND_ORDER, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.763
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=CONFIRMATION, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.confirmation.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@6e321d9d (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.confirmation, iconURI: icon://COMMAND_CONFIRMATION, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.764
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=INVOICE, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.invoice.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@26994c6a (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.invoice, iconURI: icon://COMMAND_INVOICE, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.765
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=DELIVERY, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.delivery.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@5885e231 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.deliverynote, iconURI: icon://COMMAND_DELIVERY, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.765
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=CREDIT, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.credit.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@77cddc0c (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.credit, iconURI: icon://COMMAND_CREDIT, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.766
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=DUNNING, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.dunning.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@1fb6b8fb (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.dunning, iconURI: icon://COMMAND_DUNNING, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.767
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=PROFORMA, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.documentEditor} parameter(s). Model details: menu:main.menu.new.proforma.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@2712e8f4 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.proforma, iconURI: icon://COMMAND_PROFORMA, tooltip: null, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.768
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.debtorEditor} parameter(s). Model details: menu:main.menu.new.contact.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@74a85515 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %command.new.debtor.name, iconURI: icon://COMMAND_CONTACT, tooltip: %command.new.debtor.tooltip, enabled: true, selected: false, type: Push) (mnemonics: ) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.769
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.creditorEditor} parameter(s). Model details: com.sebulli.fakturama.rcp.handledmenuitem.commandnewcreditorname=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@2b9b17ce (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %command.new.creditor.name, iconURI: icon://COMMAND_VENDOR, tooltip: %command.new.creditor.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.770
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.paymentEditor} parameter(s). Model details: menu:main.menu.new.payment.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@6eeb29c0 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.payment, iconURI: icon://COMMAND_PAYMENT, tooltip: %main.menu.new.payment.tooltip, enabled: true, selected: false, type: Push) (mnemonics: ) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.770
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.shippingEditor} parameter(s). Model details: menu:main.menu.new.shipping.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@15d88c10 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.shipping, iconURI: icon://COMMAND_SHIPPING, tooltip: %main.menu.new.shipping.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.771
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {com.sebulli.fakturama.editors.category=null, org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.vatEditor} parameter(s). Model details: menu:main.menu.new.vat.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@78288f83 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.vat, iconURI: icon://COMMAND_VAT, tooltip: %main.menu.new.vat.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.772
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.textEditor} parameter(s). Model details: menu:main.menu.new.text.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@1182d1df (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.text, iconURI: icon://COMMAND_TEXT, tooltip: %main.menu.new.text.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.772
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.accountTypeEditor} parameter(s). Model details: menu:main.menu.new.listentry.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@4c5f7b4f (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.listentry, iconURI: icon://COMMAND_LIST, tooltip: %main.menu.new.listentry.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.773
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.expenditureVoucherEditor} parameter(s). Model details: menu:main.menu.new.expenditurevoucher.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@6d8b7ea9 (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.expenditurevoucher, iconURI: icon://COMMAND_EXPENDITURE_VOUCHER, tooltip: %command.new.expenditurevoucher.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-12-26 02:47:51.773
!MESSAGE Unable to generate the parameterized command with the id "com.sebulli.fakturama.command.callEditor" with the {org.fakturama.rcp.forcenew=true, com.sebulli.fakturama.editors.editortype=com.sebulli.fakturama.editors.receiptVoucherEditor} parameter(s). Model details: menu:main.menu.new.receiptvoucher.id=org.eclipse.e4.ui.model.application.ui.menu.impl.HandledMenuItemImpl@350bbd5d (tags: null, contributorURI: platform:/plugin/com.sebulli.fakturama.rcp) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer@224d537d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %main.menu.new.receiptvoucher, iconURI: icon://COMMAND_RECEIPT_VOUCHER, tooltip: %command.new.receiptvoucher.tooltip, enabled: true, selected: false, type: Push) (mnemonics: null) (wbCommand: null)
!SESSION 2020-12-26 02:47:52.335 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 02:47:58.041
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 02:47:58.065
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 02:47:58.066
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 02:47:58.067
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 02:47:58.068
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 02:47:58.068
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 02:47:58.068
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:249)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:19:24.910 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY com.sebulli.fakturama.common 4 0 2020-12-26 17:19:27.582
!MESSAGE c.s.f.LifecycleManager.checksBeforeStartup:161|couldn't create or update database!
!SESSION 2020-12-26 17:20:43.071 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:20:48.570
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:20:48.594
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:20:48.594
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:20:48.594
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:20:48.595
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:20:48.596
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:20:48.596
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:20:48.596
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:20:48.596
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:20:48.596
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:20:48.597
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:20:48.598
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:20:48.598
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:20:48.598
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:20:48.598
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:20:48.605
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:20:48.605
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:20:48.605
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:22:50.253 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:22:55.750
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: C25EA037
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:22:55.771
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:22:55.771
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:22:55.771
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:22:55.772
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:22:55.773
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:22:55.774
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:22:55.775
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:26:05.361 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:26:11.263
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:26:11.285
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:26:11.285
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:26:11.286
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:26:11.286
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:26:11.286
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:26:11.286
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:26:11.287
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:26:11.287
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:26:11.287
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:26:11.287
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:26:11.288
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:26:11.288
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:26:11.288
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:26:11.288
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:26:11.289
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:26:11.289
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:26:11.290
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:26:11.291
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:26:11.291
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:26:11.291
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:26:11.291
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:28:08.562 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:28:14.372
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:28:14.384
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:28:14.384
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:28:14.384
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:28:14.385
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:28:14.386
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:28:14.387
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:28:14.387
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:28:20.073 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:28:25.770
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 36E119B5
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:28:25.791
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:28:25.791
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:28:25.792
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:28:25.793
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:28:25.794
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:28:25.794
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:29:23.510 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY com.sebulli.fakturama.common 4 0 2020-12-26 17:29:26.311
!MESSAGE c.s.f.LifecycleManager.checksBeforeStartup:161|couldn't create or update database!
!SESSION 2020-12-26 17:31:11.242 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:31:16.935
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:31:16.953
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:31:16.953
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:31:16.953
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:31:16.953
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:31:16.954
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:31:16.955
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:31:16.956
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:31:16.958
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:33:05.724 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:33:11.527
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:33:11.544
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:33:11.545
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:33:11.546
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:33:11.547
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:33:11.547
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:33:11.547
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:33:11.547
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:37:23.528 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:37:29.166
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:37:29.187
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:37:29.188
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:37:29.188
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:37:29.189
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:37:29.189
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:37:29.189
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:37:29.189
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:37:29.190
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:37:29.190
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:37:29.190
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:37:29.191
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:37:29.191
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:37:29.191
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:37:29.192
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:37:29.192
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:37:29.192
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:37:29.192
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:37:29.192
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:37:29.193
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:37:29.193
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:37:29.194
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:37:29.195
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:37:29.195
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:37:29.196
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:37:29.196
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:37:29.196
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:37:29.197
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:37:29.197
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:37:29.198
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:38:22.216 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:38:27.736
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:38:27.752
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:38:27.753
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:38:27.753
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:38:27.753
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:38:27.753
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:38:27.753
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:38:27.754
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:38:27.755
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:38:27.756
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:38:27.756
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:47:34.225 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY com.sebulli.fakturama.common 4 0 2020-12-26 17:47:36.878
!MESSAGE c.s.f.LifecycleManager.checksBeforeStartup:161|couldn't create or update database!
!SESSION 2020-12-26 17:47:57.704 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:48:03.810
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:48:03.816
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:48:03.816
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:48:03.817
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:48:03.818
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:48:03.819
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:48:03.819
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
!SESSION 2020-12-26 17:53:49.612 -----------------------------------------------
eclipse.buildId=2.1.1.202005291928
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.jobs 4 2 2020-12-26 17:53:55.744
!MESSAGE Während "initDb" ist ein interner Fehler aufgetreten.
!STACK 0
javax.persistence.PersistenceException: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:857)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:222)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:330)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:32)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:525)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:466)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:128)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
	at com.sebulli.fakturama.LifecycleManager$2.run(LifecycleManager.java:174)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at org.eclipse.persistence.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:896)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:133)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLogins(EntityManagerSetupImpl.java:2478)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateSession(EntityManagerSetupImpl.java:2796)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:751)
	... 13 more
Caused by: java.io.StreamCorruptedException: invalid stream header: 8FF85F69
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:918)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:376)
	at org.eclipse.persistence.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:123)
	... 16 more

!ENTRY org.eclipse.osgi.compatibility.state.nl_es 2 0 2020-12-26 17:53:55.762
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_es [5]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ar 2 0 2020-12-26 17:53:55.762
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [498]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_pl 2 0 2020-12-26 17:53:55.762
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_pl [10]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_sv 2 0 2020-12-26 17:53:55.762
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_sv [13]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_it 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_it [9]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_it 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [505]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_ru 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ru [12]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_hu 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_hu [8]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_uk 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [15]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_eu 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [502]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [3]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ar 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ar [2]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_ro 2 0 2020-12-26 17:53:55.763
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ro [11]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_tr 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [14]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ro 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [507]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_el 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [500]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_eu 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_eu [6]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_ru 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [508]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_es 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [501]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_de 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [499]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_tr 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [510]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_sv 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_sv [509]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_pl 2 0 2020-12-26 17:53:55.764
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [506]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_fr 2 0 2020-12-26 17:53:55.765
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [503]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_hu 2 0 2020-12-26 17:53:55.765
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [504]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.e4.ui.swt.gtk.nl_uk 2 0 2020-12-26 17:53:55.765
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [511]
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk
  Unresolved requirement: Fragment-Host: org.eclipse.e4.ui.swt.gtk


!ENTRY org.eclipse.osgi.compatibility.state.nl_fr 2 0 2020-12-26 17:53:55.765
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_fr [7]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi.compatibility.state.nl_el 2 0 2020-12-26 17:53:55.765
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_el [4]
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
  Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state


!ENTRY org.eclipse.osgi 4 0 2020-12-26 17:53:55.765
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:246)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:147)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:153)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: java.lang.NullPointerException
	at com.sebulli.fakturama.LifecycleManager.fillWithInitialData(LifecycleManager.java:288)
	at com.sebulli.fakturama.LifecycleManager.processAdditions(LifecycleManager.java:440)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	... 18 more
.log (217,609 bytes)   

Activities

galaxy

2020-12-26 18:00

reporter   ~0001148

mysql.log (41,753 bytes)   
Variables (--variable-name=value)
and boolean options {FALSE|TRUE}                             Value (after reading options)
------------------------------------------------------------ -------------
abort-slave-event-count                                      0
activate-all-roles-on-login                                  FALSE
admin-address                                                (No default value)
admin-port                                                   33062
admin-ssl                                                    TRUE
admin-ssl-ca                                                 (No default value)
admin-ssl-capath                                             (No default value)
admin-ssl-cert                                               (No default value)
admin-ssl-cipher                                             (No default value)
admin-ssl-crl                                                (No default value)
admin-ssl-crlpath                                            (No default value)
admin-ssl-key                                                (No default value)
admin-tls-ciphersuites                                       (No default value)
admin-tls-version                                            TLSv1,TLSv1.1,TLSv1.2,TLSv1.3
allow-suspicious-udfs                                        FALSE
archive                                                      ON
auto-generate-certs                                          TRUE
auto-increment-increment                                     1
auto-increment-offset                                        1
autocommit                                                   TRUE
automatic-sp-privileges                                      TRUE
avoid-temporal-upgrade                                       FALSE
back-log                                                     151
basedir                                                      /usr/
big-tables                                                   FALSE
bind-address                                                 *
binlog-cache-size                                            32768
binlog-checksum                                              CRC32
binlog-direct-non-transactional-updates                      FALSE
binlog-encryption                                            FALSE
binlog-error-action                                          ABORT_SERVER
binlog-expire-logs-seconds                                   2592000
binlog-format                                                ROW
binlog-group-commit-sync-delay                               0
binlog-group-commit-sync-no-delay-count                      0
binlog-gtid-simple-recovery                                  TRUE
binlog-max-flush-queue-time                                  0
binlog-order-commits                                         TRUE
binlog-rotate-encryption-master-key-at-startup               FALSE
binlog-row-event-max-size                                    8192
binlog-row-image                                             FULL
binlog-row-metadata                                          MINIMAL
binlog-row-value-options                                     
binlog-rows-query-log-events                                 FALSE
binlog-stmt-cache-size                                       32768
binlog-transaction-compression                               FALSE
binlog-transaction-compression-level-zstd                    3
binlog-transaction-dependency-history-size                   25000
binlog-transaction-dependency-tracking                       COMMIT_ORDER
blackhole                                                    ON
block-encryption-mode                                        aes-128-ecb
bulk-insert-buffer-size                                      8388608
caching-sha2-password-auto-generate-rsa-keys                 TRUE
caching-sha2-password-private-key-path                       private_key.pem
caching-sha2-password-public-key-path                        public_key.pem
character-set-client-handshake                               TRUE
character-set-filesystem                                     binary
character-set-server                                         utf8mb4
character-sets-dir                                           /usr/share/mysql-8.0/charsets/
check-proxy-users                                            FALSE
chroot                                                       (No default value)
collation-server                                             utf8mb4_0900_ai_ci
completion-type                                              NO_CHAIN
concurrent-insert                                            AUTO
connect-timeout                                              10
console                                                      FALSE
create-admin-listener-thread                                 FALSE
cte-max-recursion-depth                                      1000
daemonize                                                    FALSE
datadir                                                      /var/lib/mysql/
default-authentication-plugin                                caching_sha2_password
default-password-lifetime                                    0
default-storage-engine                                       InnoDB
default-table-encryption                                     FALSE
default-time-zone                                            (No default value)
default-tmp-storage-engine                                   InnoDB
default-week-format                                          0
delay-key-write                                              ON
delayed-insert-limit                                         100
delayed-insert-timeout                                       300
delayed-queue-size                                           1000
disabled-storage-engines                                     
disconnect-on-expired-password                               TRUE
disconnect-slave-event-count                                 0
div-precision-increment                                      4
end-markers-in-json                                          FALSE
enforce-gtid-consistency                                     FALSE
eq-range-index-dive-limit                                    200
event-scheduler                                              ON
expire-logs-days                                             0
explicit-defaults-for-timestamp                              TRUE
external-locking                                             FALSE
federated                                                    ON
flush                                                        FALSE
flush-time                                                   0
ft-boolean-syntax                                            + -><()~*:""&|
ft-max-word-len                                              84
ft-min-word-len                                              4
ft-query-expansion-limit                                     20
ft-stopword-file                                             (No default value)
gdb                                                          FALSE
general-log                                                  FALSE
general-log-file                                             /var/lib/mysql/c050141c0f2f.log
generated-random-password-length                             20
group-concat-max-len                                         1024
group-replication-consistency                                EVENTUAL
gtid-executed-compression-period                             1000
gtid-mode                                                    OFF
help                                                         TRUE
histogram-generation-max-mem-size                            20000000
host-cache-size                                              279
information-schema-stats-expiry                              86400
init-connect                                                 
init-file                                                    (No default value)
init-slave                                                   
initialize                                                   FALSE
initialize-insecure                                          FALSE
innodb-adaptive-flushing                                     TRUE
innodb-adaptive-flushing-lwm                                 10
innodb-adaptive-hash-index                                   TRUE
innodb-adaptive-hash-index-parts                             8
innodb-adaptive-max-sleep-delay                              150000
innodb-api-bk-commit-interval                                5
innodb-api-disable-rowlock                                   FALSE
innodb-api-enable-binlog                                     FALSE
innodb-api-enable-mdl                                        FALSE
innodb-api-trx-level                                         0
innodb-autoextend-increment                                  64
innodb-autoinc-lock-mode                                     2
innodb-buffer-pool-chunk-size                                134217728
innodb-buffer-pool-dump-at-shutdown                          TRUE
innodb-buffer-pool-dump-now                                  FALSE
innodb-buffer-pool-dump-pct                                  25
innodb-buffer-pool-filename                                  ib_buffer_pool
innodb-buffer-pool-in-core-file                              TRUE
innodb-buffer-pool-instances                                 0
innodb-buffer-pool-load-abort                                FALSE
innodb-buffer-pool-load-at-startup                           TRUE
innodb-buffer-pool-load-now                                  FALSE
innodb-buffer-pool-size                                      134217728
innodb-change-buffer-max-size                                25
innodb-change-buffering                                      all
innodb-checksum-algorithm                                    crc32
innodb-cmp-per-index-enabled                                 FALSE
innodb-commit-concurrency                                    0
innodb-compression-failure-threshold-pct                     5
innodb-compression-level                                     6
innodb-compression-pad-pct-max                               50
innodb-concurrency-tickets                                   5000
innodb-data-file-path                                        ibdata1:12M:autoextend
innodb-data-home-dir                                         (No default value)
innodb-deadlock-detect                                       TRUE
innodb-dedicated-server                                      FALSE
innodb-default-row-format                                    dynamic
innodb-directories                                           (No default value)
innodb-disable-sort-file-cache                               FALSE
innodb-doublewrite                                           TRUE
innodb-doublewrite-batch-size                                0
innodb-doublewrite-dir                                       (No default value)
innodb-doublewrite-files                                     0
innodb-doublewrite-pages                                     0
innodb-extend-and-initialize                                 TRUE
innodb-fast-shutdown                                         1
innodb-file-per-table                                        TRUE
innodb-fill-factor                                           100
innodb-flush-log-at-timeout                                  1
innodb-flush-log-at-trx-commit                               1
innodb-flush-method                                          fsync
innodb-flush-neighbors                                       0
innodb-flush-sync                                            TRUE
innodb-flushing-avg-loops                                    30
innodb-force-load-corrupted                                  FALSE
innodb-force-recovery                                        0
innodb-fsync-threshold                                       0
innodb-ft-aux-table                                          (No default value)
innodb-ft-cache-size                                         8000000
innodb-ft-enable-diag-print                                  FALSE
innodb-ft-enable-stopword                                    TRUE
innodb-ft-max-token-size                                     84
innodb-ft-min-token-size                                     3
innodb-ft-num-word-optimize                                  2000
innodb-ft-result-cache-limit                                 2000000000
innodb-ft-server-stopword-table                              (No default value)
innodb-ft-sort-pll-degree                                    2
innodb-ft-total-cache-size                                   640000000
innodb-ft-user-stopword-table                                (No default value)
innodb-idle-flush-pct                                        100
innodb-io-capacity                                           200
innodb-io-capacity-max                                       18446744073709551615
innodb-lock-wait-timeout                                     50
innodb-log-buffer-size                                       16777216
innodb-log-checksums                                         TRUE
innodb-log-compressed-pages                                  TRUE
innodb-log-file-size                                         50331648
innodb-log-files-in-group                                    2
innodb-log-group-home-dir                                    (No default value)
innodb-log-spin-cpu-abs-lwm                                  80
innodb-log-spin-cpu-pct-hwm                                  50
innodb-log-wait-for-flush-spin-hwm                           400
innodb-log-write-ahead-size                                  8192
innodb-log-writer-threads                                    TRUE
innodb-lru-scan-depth                                        1024
innodb-max-dirty-pages-pct                                   90
innodb-max-dirty-pages-pct-lwm                               10
innodb-max-purge-lag                                         0
innodb-max-purge-lag-delay                                   0
innodb-max-undo-log-size                                     1073741824
innodb-monitor-disable                                       (No default value)
innodb-monitor-enable                                        (No default value)
innodb-monitor-reset                                         (No default value)
innodb-monitor-reset-all                                     (No default value)
innodb-numa-interleave                                       FALSE
innodb-old-blocks-pct                                        37
innodb-old-blocks-time                                       1000
innodb-online-alter-log-max-size                             134217728
innodb-open-files                                            0
innodb-optimize-fulltext-only                                FALSE
innodb-page-cleaners                                         4
innodb-page-size                                             16384
innodb-parallel-read-threads                                 4
innodb-print-all-deadlocks                                   FALSE
innodb-print-ddl-logs                                        FALSE
innodb-purge-batch-size                                      300
innodb-purge-rseg-truncate-frequency                         128
innodb-purge-threads                                         4
innodb-random-read-ahead                                     FALSE
innodb-read-ahead-threshold                                  56
innodb-read-io-threads                                       4
innodb-read-only                                             FALSE
innodb-redo-log-archive-dirs                                 (No default value)
innodb-redo-log-encrypt                                      FALSE
innodb-replication-delay                                     0
innodb-rollback-on-timeout                                   FALSE
innodb-rollback-segments                                     128
innodb-sort-buffer-size                                      1048576
innodb-spin-wait-delay                                       6
innodb-spin-wait-pause-multiplier                            50
innodb-stats-auto-recalc                                     TRUE
innodb-stats-include-delete-marked                           FALSE
innodb-stats-method                                          nulls_equal
innodb-stats-on-metadata                                     FALSE
innodb-stats-persistent                                      TRUE
innodb-stats-persistent-sample-pages                         20
innodb-stats-transient-sample-pages                          8
innodb-status-file                                           FALSE
innodb-status-output                                         FALSE
innodb-status-output-locks                                   FALSE
innodb-strict-mode                                           TRUE
innodb-sync-array-size                                       1
innodb-sync-spin-loops                                       30
innodb-table-locks                                           TRUE
innodb-temp-data-file-path                                   ibtmp1:12M:autoextend
innodb-temp-tablespaces-dir                                  (No default value)
innodb-thread-concurrency                                    0
innodb-thread-sleep-delay                                    10000
innodb-tmpdir                                                (No default value)
innodb-undo-directory                                        (No default value)
innodb-undo-log-encrypt                                      FALSE
innodb-undo-log-truncate                                     TRUE
innodb-undo-tablespaces                                      2
innodb-use-native-aio                                        TRUE
innodb-validate-tablespace-paths                             TRUE
innodb-write-io-threads                                      4
interactive-timeout                                          28800
internal-tmp-mem-storage-engine                              TempTable
join-buffer-size                                             262144
keep-files-on-create                                         FALSE
key-buffer-size                                              8388608
key-cache-age-threshold                                      300
key-cache-block-size                                         1024
key-cache-division-limit                                     100
keyring-migration-destination                                (No default value)
keyring-migration-host                                       (No default value)
keyring-migration-port                                       0
keyring-migration-socket                                     (No default value)
keyring-migration-source                                     (No default value)
keyring-migration-user                                       (No default value)
language                                                     /usr/share/mysql-8.0/
large-pages                                                  FALSE
lc-messages                                                  en_US
lc-messages-dir                                              /usr/share/mysql-8.0/
lc-time-names                                                en_US
local-infile                                                 FALSE
lock-wait-timeout                                            31536000
log-bin                                                      binlog
log-bin-index                                                binlog.index
log-bin-trust-function-creators                              FALSE
log-bin-use-v1-row-events                                    FALSE
log-error                                                    stderr
log-error-services                                           log_filter_internal; log_sink_internal
log-error-suppression-list                                   
log-error-verbosity                                          1
log-isam                                                     myisam.log
log-output                                                   FILE
log-queries-not-using-indexes                                FALSE
log-raw                                                      FALSE
log-short-format                                             FALSE
log-slave-updates                                            TRUE
log-slow-admin-statements                                    FALSE
log-slow-extra                                               FALSE
log-slow-slave-statements                                    FALSE
log-statements-unsafe-for-binlog                             TRUE
log-tc                                                       tc.log
log-tc-size                                                  24576
log-throttle-queries-not-using-indexes                       0
log-timestamps                                               UTC
long-query-time                                              10
low-priority-updates                                         FALSE
lower-case-table-names                                       0
mandatory-roles                                              
master-info-file                                             master.info
master-info-repository                                       TABLE
master-retry-count                                           86400
master-verify-checksum                                       FALSE
max-allowed-packet                                           67108864
max-binlog-cache-size                                        18446744073709547520
max-binlog-dump-events                                       0
max-binlog-size                                              1073741824
max-binlog-stmt-cache-size                                   18446744073709547520
max-connect-errors                                           100
max-connections                                              151
max-delayed-threads                                          20
max-digest-length                                            1024
max-error-count                                              1024
max-execution-time                                           0
max-heap-table-size                                          16777216
max-join-size                                                18446744073709551615
max-length-for-sort-data                                     4096
max-points-in-geometry                                       65536
max-prepared-stmt-count                                      16382
max-relay-log-size                                           0
max-seeks-for-key                                            18446744073709551615
max-sort-length                                              1024
max-sp-recursion-depth                                       0
max-user-connections                                         0
max-write-lock-count                                         18446744073709551615
memlock                                                      FALSE
min-examined-row-limit                                       0
myisam-block-size                                            1024
myisam-data-pointer-size                                     6
myisam-max-sort-file-size                                    9223372036853727232
myisam-mmap-size                                             18446744073709551615
myisam-recover-options                                       OFF
myisam-repair-threads                                        1
myisam-sort-buffer-size                                      8388608
myisam-stats-method                                          nulls_unequal
myisam-use-mmap                                              FALSE
mysql-native-password-proxy-users                            FALSE
mysqlx                                                       ON
mysqlx-bind-address                                          *
mysqlx-cache-cleaner                                         ON
mysqlx-compression-algorithms                                DEFLATE_STREAM,LZ4_MESSAGE,ZSTD_STREAM
mysqlx-connect-timeout                                       30
mysqlx-deflate-default-compression-level                     3
mysqlx-deflate-max-client-compression-level                  5
mysqlx-document-id-unique-prefix                             0
mysqlx-enable-hello-notice                                   TRUE
mysqlx-idle-worker-thread-timeout                            60
mysqlx-interactive-timeout                                   28800
mysqlx-lz4-default-compression-level                         2
mysqlx-lz4-max-client-compression-level                      8
mysqlx-max-allowed-packet                                    67108864
mysqlx-max-connections                                       100
mysqlx-min-worker-threads                                    2
mysqlx-port                                                  33060
mysqlx-port-open-timeout                                     0
mysqlx-read-timeout                                          30
mysqlx-socket                                                (No default value)
mysqlx-ssl-ca                                                (No default value)
mysqlx-ssl-capath                                            (No default value)
mysqlx-ssl-cert                                              (No default value)
mysqlx-ssl-cipher                                            (No default value)
mysqlx-ssl-crl                                               (No default value)
mysqlx-ssl-crlpath                                           (No default value)
mysqlx-ssl-key                                               (No default value)
mysqlx-wait-timeout                                          28800
mysqlx-write-timeout                                         60
mysqlx-zstd-default-compression-level                        3
mysqlx-zstd-max-client-compression-level                     11
net-buffer-length                                            16384
net-read-timeout                                             30
net-retry-count                                              10
net-write-timeout                                            60
new                                                          FALSE
ngram                                                        ON
ngram-token-size                                             2
no-dd-upgrade                                                FALSE
offline-mode                                                 FALSE
old                                                          FALSE
old-alter-table                                              FALSE
old-style-user-limits                                        FALSE
open-files-limit                                             1048576
optimizer-prune-level                                        1
optimizer-search-depth                                       62
optimizer-switch                                             index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on,use_invisible_indexes=off,skip_scan=on,hash_join=on,subquery_to_derived=off,prefer_ordering_index=on,hypergraph_optimizer=off,derived_condition_pushdown=on
optimizer-trace                                              
optimizer-trace-features                                     greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on
optimizer-trace-limit                                        1
optimizer-trace-max-mem-size                                 1048576
optimizer-trace-offset                                       -1
parser-max-mem-size                                          18446744073709551615
partial-revokes                                              FALSE
password-history                                             0
password-require-current                                     FALSE
password-reuse-interval                                      0
performance-schema                                           TRUE
performance-schema-accounts-size                             -1
performance-schema-consumer-events-stages-current            FALSE
performance-schema-consumer-events-stages-history            FALSE
performance-schema-consumer-events-stages-history-long       FALSE
performance-schema-consumer-events-statements-current        TRUE
performance-schema-consumer-events-statements-history        TRUE
performance-schema-consumer-events-statements-history-long   FALSE
performance-schema-consumer-events-transactions-current      TRUE
performance-schema-consumer-events-transactions-history      TRUE
performance-schema-consumer-events-transactions-history-long FALSE
performance-schema-consumer-events-waits-current             FALSE
performance-schema-consumer-events-waits-history             FALSE
performance-schema-consumer-events-waits-history-long        FALSE
performance-schema-consumer-global-instrumentation           TRUE
performance-schema-consumer-statements-digest                TRUE
performance-schema-consumer-thread-instrumentation           TRUE
performance-schema-digests-size                              -1
performance-schema-error-size                                4808
performance-schema-events-stages-history-long-size           -1
performance-schema-events-stages-history-size                -1
performance-schema-events-statements-history-long-size       -1
performance-schema-events-statements-history-size            -1
performance-schema-events-transactions-history-long-size     -1
performance-schema-events-transactions-history-size          -1
performance-schema-events-waits-history-long-size            -1
performance-schema-events-waits-history-size                 -1
performance-schema-hosts-size                                -1
performance-schema-instrument                                
performance-schema-max-cond-classes                          100
performance-schema-max-cond-instances                        -1
performance-schema-max-digest-length                         1024
performance-schema-max-digest-sample-age                     60
performance-schema-max-file-classes                          80
performance-schema-max-file-handles                          32768
performance-schema-max-file-instances                        -1
performance-schema-max-index-stat                            -1
performance-schema-max-memory-classes                        450
performance-schema-max-metadata-locks                        -1
performance-schema-max-mutex-classes                         300
performance-schema-max-mutex-instances                       -1
performance-schema-max-prepared-statements-instances         -1
performance-schema-max-program-instances                     -1
performance-schema-max-rwlock-classes                        60
performance-schema-max-rwlock-instances                      -1
performance-schema-max-socket-classes                        10
performance-schema-max-socket-instances                      -1
performance-schema-max-sql-text-length                       1024
performance-schema-max-stage-classes                         175
performance-schema-max-statement-classes                     218
performance-schema-max-statement-stack                       10
performance-schema-max-table-handles                         -1
performance-schema-max-table-instances                       -1
performance-schema-max-table-lock-stat                       -1
performance-schema-max-thread-classes                        100
performance-schema-max-thread-instances                      -1
performance-schema-session-connect-attrs-size                -1
performance-schema-setup-actors-size                         -1
performance-schema-setup-objects-size                        -1
performance-schema-show-processlist                          FALSE
performance-schema-users-size                                -1
persist-only-admin-x509-subject                              
persisted-globals-load                                       TRUE
pid-file                                                     /var/run/mysqld/mysqld.pid
plugin-dir                                                   /usr/lib/mysql/plugin/
port                                                         3306
port-open-timeout                                            0
preload-buffer-size                                          32768
print-identified-with-as-hex                                 FALSE
profiling-history-size                                       15
protocol-compression-algorithms                              zlib,zstd,uncompressed
query-alloc-block-size                                       8192
query-prealloc-size                                          8192
range-alloc-block-size                                       4096
range-optimizer-max-mem-size                                 8388608
read-buffer-size                                             131072
read-only                                                    FALSE
read-rnd-buffer-size                                         262144
regexp-stack-limit                                           8000000
regexp-time-limit                                            32
relay-log                                                    c050141c0f2f-relay-bin
relay-log-index                                              c050141c0f2f-relay-bin.index
relay-log-info-file                                          relay-log.info
relay-log-info-repository                                    TABLE
relay-log-purge                                              TRUE
relay-log-recovery                                           FALSE
relay-log-space-limit                                        0
replicate-same-server-id                                     FALSE
report-host                                                  (No default value)
report-password                                              (No default value)
report-port                                                  0
report-user                                                  (No default value)
require-secure-transport                                     FALSE
rpl-read-size                                                8192
rpl-stop-slave-timeout                                       31536000
safe-user-create                                             FALSE
schema-definition-cache                                      256
secondary-engine-cost-threshold                              100000
secure-file-priv                                             NULL
select-into-buffer-size                                      131072
select-into-disk-sync                                        FALSE
select-into-disk-sync-delay                                  0
server-id                                                    1
server-id-bits                                               32
session-track-gtids                                          OFF
session-track-schema                                         TRUE
session-track-state-change                                   FALSE
session-track-system-variables                               time_zone,autocommit,character_set_client,character_set_results,character_set_connection
session-track-transaction-info                               OFF
sha256-password-auto-generate-rsa-keys                       TRUE
sha256-password-private-key-path                             private_key.pem
sha256-password-proxy-users                                  FALSE
sha256-password-public-key-path                              public_key.pem
show-create-table-verbosity                                  FALSE
show-old-temporals                                           FALSE
show-slave-auth-info                                         FALSE
skip-grant-tables                                            FALSE
skip-name-resolve                                            TRUE
skip-networking                                              FALSE
skip-show-database                                           FALSE
skip-slave-start                                             FALSE
slave-allow-batching                                         FALSE
slave-checkpoint-group                                       512
slave-checkpoint-period                                      300
slave-compressed-protocol                                    FALSE
slave-exec-mode                                              STRICT
slave-load-tmpdir                                            /tmp
slave-max-allowed-packet                                     1073741824
slave-net-timeout                                            60
slave-parallel-type                                          DATABASE
slave-parallel-workers                                       0
slave-pending-jobs-size-max                                  134217728
slave-preserve-commit-order                                  FALSE
slave-rows-search-algorithms                                 INDEX_SCAN,HASH_SCAN
slave-skip-errors                                            (No default value)
slave-sql-verify-checksum                                    TRUE
slave-transaction-retries                                    10
slave-type-conversions                                       
slow-launch-time                                             2
slow-query-log                                               FALSE
slow-query-log-file                                          /var/lib/mysql/c050141c0f2f-slow.log
socket                                                       /var/run/mysqld/mysqld.sock
sort-buffer-size                                             262144
sporadic-binlog-dump-fail                                    FALSE
sql-mode                                                     ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
sql-require-primary-key                                      FALSE
ssl                                                          TRUE
ssl-ca                                                       (No default value)
ssl-capath                                                   (No default value)
ssl-cert                                                     (No default value)
ssl-cipher                                                   (No default value)
ssl-crl                                                      (No default value)
ssl-crlpath                                                  (No default value)
ssl-fips-mode                                                OFF
ssl-key                                                      (No default value)
stored-program-cache                                         256
stored-program-definition-cache                              256
super-large-pages                                            FALSE
super-read-only                                              FALSE
symbolic-links                                               FALSE
sync-binlog                                                  1
sync-master-info                                             10000
sync-relay-log                                               10000
sync-relay-log-info                                          10000
sysdate-is-now                                               FALSE
table-definition-cache                                       2000
table-encryption-privilege-check                             FALSE
table-open-cache                                             4000
table-open-cache-instances                                   16
tablespace-definition-cache                                  256
tc-heuristic-recover                                         OFF
temptable-max-ram                                            1073741824
temptable-use-mmap                                           TRUE
thread-cache-size                                            9
thread-handling                                              one-thread-per-connection
thread-stack                                                 286720
tls-ciphersuites                                             (No default value)
tls-version                                                  TLSv1,TLSv1.1,TLSv1.2,TLSv1.3
tmp-table-size                                               16777216
tmpdir                                                       /tmp
transaction-alloc-block-size                                 8192
transaction-isolation                                        REPEATABLE-READ
transaction-prealloc-size                                    4096
transaction-read-only                                        FALSE
transaction-write-set-extraction                             XXHASH64
updatable-views-with-limit                                   YES
upgrade                                                      AUTO
validate-config                                              FALSE
validate-user-plugins                                        TRUE
verbose                                                      TRUE
wait-timeout                                                 28800
windowing-use-high-precision                                 TRUE

mysql.log (41,753 bytes)   

galaxy

2020-12-26 18:01

reporter   ~0001149

com.sebulli.fakturama.rcp.prefs.log (422 bytes)   
GENERAL_WORKSPACE=/home/galaxy/tmp/fakturama_new
eclipse.preferences.version=1
javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
javax.persistence.jdbc.password=abcdef123abcdef456abcdef78901234
javax.persistence.jdbc.url=jdbc\:mysql\://192.168.249.131/fakturama?useSSL\=false&characterEncoding\=utf8&useUnicode\=yes
javax.persistence.jdbc.user=asrk
jdbc_reconnect=true
standardpayment=1
standardshipping=1
standardvat=1

Issue History

Date Modified Username Field Change
2020-12-26 17:59 galaxy New Issue
2020-12-26 17:59 galaxy File Added: .log
2020-12-26 18:00 galaxy Note Added: 0001148
2020-12-26 18:00 galaxy File Added: mysql.log
2020-12-26 18:01 galaxy Note Added: 0001149
2020-12-26 18:01 galaxy File Added: com.sebulli.fakturama.rcp.prefs.log
2020-12-28 13:37 rheydenr Assigned To => rheydenr
2020-12-28 13:37 rheydenr Status new => assigned
2020-12-28 16:10 rheydenr Description Updated
2020-12-28 16:10 rheydenr Steps to Reproduce Updated
2020-12-28 16:10 rheydenr Additional Information Updated
2022-05-07 09:37 rheydenr Target Version => 2.1.3
2022-08-18 18:06 rheydenr Target Version 2.1.3 => 2.1.4