Ich habe soeben Faktuarama 2.0.3 unter Ubuntu 18.04 mit MATE Desktop installiert. Nach dem ersten Start wurde die Migration auf Fakturama 2 angestoßen.
Leider startet dann das Programm nicht komplett und die Konsole sagt:
(Fakturama:32480): GLib-CRITICAL **: 20:33:37.703: g_base64_encode_step: assertion 'in != NULL' failed (Fakturama:32480): GLib-CRITICAL **: 20:33:37.705: g_base64_encode_step: assertion 'in != NULL' failed (Fakturama:32480): GLib-CRITICAL **: 20:33:37.705: g_base64_encode_step: assertion 'in != NULL' failed [Server@562919fe]: Initiating startup sequence... [Server@562919fe]: Server socket opened successfully in 13 ms. [Server@562919fe]: Database [index=0, id=0, db=file:/home/markus/.fakturama2/hayBIT/Database/Database, alias=fakdbneu] opened successfully in 317 ms. [Server@562919fe]: Startup sequence completed in 332 ms. [Server@562919fe]: 2018-10-04 20:33:38.943 HSQLDB server 2.4.0 is online on port 9002 [Server@562919fe]: To close normally, connect and execute SHUTDOWN SQL [Server@562919fe]: From command line, use [Ctrl]+[C] to abort abruptly java.sql.SQLException: No suitable driver found for jdbc:hsqldb:hsql://localhost:9002/fakdbneu at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:702) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228) at com.sebulli.fakturama.hsqlconnector.HsqlConnectionProvider.getConnection(HsqlConnectionProvider.java:83) at com.sebulli.fakturama.dbservice.impl.DbUpdateService.openConnection(DbUpdateService.java:143) at com.sebulli.fakturama.dbservice.impl.DbUpdateService.updateDatabase(DbUpdateService.java:69) at com.sebulli.fakturama.LifecycleManager.checksBeforeStartup(LifecycleManager.java:156) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:305) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:233) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:107) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.lambda$0(E4Application.java:239) at java.base/java.util.Optional.ifPresent(Optional.java:172) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:235) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:149) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) 20:33:39.058 [main] DEBUG liquibase.osgi.OSGiResourceAccessor - Opening bundleresource://63.fwk282265585/META-INF/MANIFEST.MF as META-INF/MANIFEST.MF 20:33:39.061 [main] DEBUG liquibase.osgi.OSGiResourceAccessor - Opening bundleresource://63.fwk282265585:1/META-INF/MANIFEST.MF as META-INF/MANIFEST.MF 20:33:39.064 [main] DEBUG l.servicelocator.ServiceLocator - ServiceLocator.findClasses for liquibase.database.Database 20:33:39.065 [main] DEBUG l.servicelocator.ServiceLocator - ServiceLocator finding classes matching interface liquibase.database.Database 20:33:39.065 [main] DEBUG l.osgi.OSGiPackageScanClassResolver - Searching for implementations of liquibase.database.Database in packages: [liquibase.change, liquibase.command, liquibase.changelog, liquibase.database, liquibase.parser, liquibase.precondition, liquibase.datatype, liquibase.serializer, liquibase.sqlgenerator, liquibase.executor, liquibase.snapshot, liquibase.logging, liquibase.diff, liquibase.structure, liquibase.structurecompare, liquibase.lockservice, liquibase.sdk.database, liquibase.ext] 20:33:39.310 [main] DEBUG l.osgi.OSGiPackageScanClassResolver - Found: [class liquibase.database.AbstractJdbcDatabase, class liquibase.database.core.AbstractDb2Database, class liquibase.database.core.DB2Database, class liquibase.database.core.Db2zDatabase, class liquibase.database.core.DerbyDatabase, class liquibase.database.core.FirebirdDatabase, class liquibase.database.core.H2Database, class liquibase.database.core.HsqlDatabase, class liquibase.database.core.InformixDatabase, class liquibase.database.core.MariaDBDatabase, class liquibase.database.core.MSSQLDatabase, class liquibase.database.core.MySQLDatabase, class liquibase.database.core.OracleDatabase, class liquibase.database.core.PostgresDatabase, class liquibase.database.core.SQLiteDatabase, class liquibase.database.core.SybaseASADatabase, class liquibase.database.core.SybaseDatabase, class liquibase.database.core.UnsupportedDatabase, interface liquibase.database.Database, class liquibase.diff.output.DiffOutputControl$DatabaseForHash, class liquibase.sdk.database.MockDatabase] 20:33:39.313 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.DB2Database matches liquibase.database.Database 20:33:39.314 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.Db2zDatabase matches liquibase.database.Database 20:33:39.314 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.DerbyDatabase matches liquibase.database.Database 20:33:39.314 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.FirebirdDatabase matches liquibase.database.Database 20:33:39.315 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.H2Database matches liquibase.database.Database 20:33:39.316 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.HsqlDatabase matches liquibase.database.Database 20:33:39.316 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.InformixDatabase matches liquibase.database.Database 20:33:39.317 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.MariaDBDatabase matches liquibase.database.Database 20:33:39.318 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.MSSQLDatabase matches liquibase.database.Database 20:33:39.318 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.MySQLDatabase matches liquibase.database.Database 20:33:39.319 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.OracleDatabase matches liquibase.database.Database 20:33:39.320 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.PostgresDatabase matches liquibase.database.Database 20:33:39.320 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.SQLiteDatabase matches liquibase.database.Database 20:33:39.321 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.SybaseASADatabase matches liquibase.database.Database 20:33:39.321 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.SybaseDatabase matches liquibase.database.Database 20:33:39.321 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.database.core.UnsupportedDatabase matches liquibase.database.Database 20:33:39.322 [main] DEBUG l.servicelocator.ServiceLocator - liquibase.sdk.database.MockDatabase matches liquibase.database.Database java.lang.NullPointerException at liquibase.database.jvm.JdbcConnection.getDatabaseProductName(JdbcConnection.java:40) at liquibase.database.core.SybaseDatabase.isCorrectDatabaseImplementation(SybaseDatabase.java:111) at liquibase.database.DatabaseFactory.findCorrectDatabaseImplementation(DatabaseFactory.java:109) at com.sebulli.fakturama.dbservice.impl.DbUpdateService.updateDatabase(DbUpdateService.java:70) at com.sebulli.fakturama.LifecycleManager.checksBeforeStartup(LifecycleManager.java:156) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:305) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:233) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:107) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.lambda$0(E4Application.java:239) at java.base/java.util.Optional.ifPresent(Optional.java:172) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:235) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:149) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) !SESSION 2018-10-04 20:33:30.464 ----------------------------------------------- eclipse.buildId=2.0.2.1 java.version=10.0.2 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 -clean -consoleLog !ENTRY com.sebulli.fakturama.common 4 0 2018-10-04 20:33:39.334 !MESSAGE couldn't create or update database! 20:33:39.334 [com.sebulli.fakturama.log.LogbackAdapter@3dc40ab9] ERROR com.sebulli.fakturama.common - Can't show the error message in Error View because no EventBroker is available! 20:33:39.342 [com.sebulli.fakturama.log.LogbackAdapter@3dc40ab9] ERROR com.sebulli.fakturama.common - couldn't create or update database! Gtk-Message: 20:33:39.933: GtkDialog mapped without a transient parent. This is discouraged.
java -version openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.2) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.2, mixed mode)
Hat jemand eine Idee?
Gar keine Ideen bisher?
Ich schau es mir mal an. Es scheint ein Problem mit der Datenbank zu geben.
Viele Grüße
Ralf.
Wichtige Infos zum Posten im Forum.
Fehler gefunden?
Hallo,
erster Beitrag und nicht ganz sicher ob das Problem dasselbe ist. Wir nutzen lubuntu, bisher 16.04 und eigentlich nur Fakturama 1, weil es bei 2 schon nach der ersten Installation einen equinox Fehler gab.
Jetzt sind wir auf 18.04 und weder eins noch zwei lassen sich starten. Vielleicht wird man aus der Log schlauer? Ich füge nicht alles ein, weil es zu lang ist, der Fehler reproduziert sich aber andauernd.
!SESSION 2018-11-06 17:32:20.927 -----------------------------------------------
eclipse.buildId=unknown
java.version=10.0.2
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.equinox.simpleconfigurator 4 0 2018-11-06 17:32:21.473
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438 [1]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.equinox.common 4 0 2018-11-06 17:32:21.480
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.common_3.6.0.v20110523 [36]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.update.configurator 4 0 2018-11-06 17:32:21.548
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.update.configurator_3.3.100.v20100512 [193]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.osgi 4 0 2018-11-06 17:32:21.700
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
ich hab's jetzt nochmal unter dieser Linux-Version getestet, spätestens mit dem neuen Release sollte es funktionieren.
Viele Grüße
Ralf.
Wichtige Infos zum Posten im Forum.
Fehler gefunden?
Auch unter Mint 19 Cinnamon startet Fakturama 2 nicht.
Eventuell das gleiche Problem ?
Hier die Log:
!SESSION 2018-11-14 15:02:09.384 -----------------------------------------------
eclipse.buildId=2.0.3.
java.version=11
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.osgi.compatibility.state.nl_ar 2 0 2018-11-14 15:02:14.436
!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_pl 2 0 2018-11-14 15:02:14.437
!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_de 2 0 2018-11-14 15:02:14.438
!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_es 2 0 2018-11-14 15:02:14.438
!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_de 2 0 2018-11-14 15:02:14.438
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_de [487]
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 2018-11-14 15:02:14.439
!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.e4.ui.swt.gtk.nl_it 2 0 2018-11-14 15:02:14.440
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_it [493]
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 2018-11-14 15:02:14.440
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_tr [497]
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 2018-11-14 15:02:14.440
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_el [488]
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_uk 2 0 2018-11-14 15:02:14.440
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_uk [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_pl 2 0 2018-11-14 15:02:14.440
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_pl [494]
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 2018-11-14 15:02:14.440
!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.e4.ui.swt.gtk.nl_es 2 0 2018-11-14 15:02:14.441
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_es [489]
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_ro 2 0 2018-11-14 15:02:14.441
!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_el 2 0 2018-11-14 15:02:14.441
!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.e4.ui.swt.gtk.nl_ar 2 0 2018-11-14 15:02:14.441
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ar [486]
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_ro 2 0 2018-11-14 15:02:14.442
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ro [495]
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 2018-11-14 15:02:14.442
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_uk [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_hu 2 0 2018-11-14 15:02:14.442
!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.e4.ui.swt.gtk.nl_fr 2 0 2018-11-14 15:02:14.442
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_fr [491]
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_eu 2 0 2018-11-14 15:02:14.442
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_eu [490]
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 2018-11-14 15:02:14.442
!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_hu 2 0 2018-11-14 15:02:14.443
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_hu [492]
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_tr 2 0 2018-11-14 15:02:14.443
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_tr [13]
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 2018-11-14 15:02:14.443
!MESSAGE Could not resolve module: org.eclipse.e4.ui.swt.gtk.nl_ru [496]
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_it 2 0 2018-11-14 15:02:14.443
!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.osgi 4 0 2018-11-14 15:02:14.443
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:410)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:318)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:491)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:505)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:204)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:149)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:124)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:399)
... 19 more
Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:433)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 21 more
!ENTRY org.eclipse.e4.ui.workbench 4 0 2018-11-14 15:02:14.458
!MESSAGE FrameworkEvent ERROR
!STACK 0
java.lang.NoClassDefFoundError: javax/annotation/PreDestroy
at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:450)
at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:156)
at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:78)
at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:111)
at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:74)
at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:178)
at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:99)
at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:141)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:908)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213)
at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120)
at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112)
at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:168)
at org.eclipse.osgi.container.Module.publishEvent(Module.java:476)
at org.eclipse.osgi.container.Module.doStop(Module.java:634)
at org.eclipse.osgi.container.Module.stop(Module.java:498)
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassNotFoundException: javax.annotation.PreDestroy cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:433)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 21 more
Ubuntu 16.04 LTS 64-Bit; 8GB RAM, Intel Core i5-2410M; 1TB HDU; OpenOffice 5.1.6.2, ecoDMS 16.09 und ecoDMS Qualified Premium Reseller, Fakturama, Version: 2.0.0, Build-ID: 20180106-0036
@ alle die ein Startproblem haben: Gebt bitte mal der Lösung "Webkit" eine Chance ...
CLICK, TRY & GOOD LUCK B)- (:P)
Die Lösung ist nicht ganz neu, nicht von mir und evtl. sogar auch eigentlich nicht für genau
dein (bzw. unser) Problem des "Nichtstartens Fakturamas"
Dennoch, bei mir läuft es! Ich habe es gestern Abend und heute schon zig mal beendet und
neugestartet.
Viel Erfolg!
Viele Grüße!
:eek: 😮
Eine Chance habe ich gegeben, aber geändert hat sich bei mir leider nix 🙁
Scheisse (Entschuldigung!)
Was mir auffällt ist die Java-Version (10?!), ich bin bei meiner Suche bezügl. Java auf 8 und 11(?) gestoßen.
Versuche doch mal Version 8.
sudo apt install openjdk-8-jre-headless
Dann musst du aber (vermutlich, so wie ich das beim rumspielen rausgefunden habe) die Version 8 auch "auswählen" (oder halt voher alles andere runterschmeißen).
Versuche für den Fall, dass du dann mehrere hast, mal
sudo update-alternatives --config java
und wähle dann die v8 aus.
Viele Grüße!
:eek: 😮