after build with mvn package command I am unable to run dbeaver in linux #11707
Replies: 3 comments 2 replies
-
Hi! @shafeeJan Im trying to contribute to dbeaver project but Im not able to compile it, Im getting this error on
that url seems to be down/ofline, any tip would be so nice.. Thanks in advantage! :) |
Beta Was this translation helpful? Give feedback.
-
https://eclipse-color-theme.github.com/update url is sending 404 means not found. |
Beta Was this translation helpful? Give feedback.
-
@luismigil I ran into the same problem. I fixed the url and submitted pull request #12133 |
Beta Was this translation helpful? Give feedback.
-
I have build my dbeaver on ununtu 18.04 LTS with the mvn package command and build got successful.
then I have try to run Binaries from the directory 'product/standalone/target/products'.
and the binaries are not working.
I found logs in the following directory.
dbeaver/product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver/configuration.
and here is trace.
ENTRY org.eclipse.osgi 4 0 2021-03-12 14:54:08.968
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in "org.jkiss.dbeaver.ui.app.standalone" was unable to instantiate class "org.jkiss.dbeaver.ui.app.standalone.DBeaverApplication".
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:206)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
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:1461)
at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:204)
... 16 more
Caused by: java.lang.Error: Unresolved compilation problems:
The import org.apache.commons cannot be resolved
The hierarchy of the type DBeaverApplication is inconsistent
The method start(IApplicationContext) of type DBeaverApplication must override or implement a supertype method
CommandLine cannot be resolved to a type
The method getCommandLine() from the type DBeaverCommandLine refers to the missing type CommandLine
EXIT_OK cannot be resolved to a variable
EXIT_RELAUNCH cannot be resolved
EXIT_RELAUNCH cannot be resolved to a variable
EXIT_RESTART cannot be resolved to a variable
The method stop() of type DBeaverApplication must override or implement a supertype method
The method isStandalone() of type DBeaverApplication must override or implement a supertype method
The method isPrimaryInstance() of type DBeaverApplication must override or implement a supertype method
The method isHeadlessMode() of type DBeaverApplication must override or implement a supertype method
The method getSecureStorage() of type DBeaverApplication must override or implement a supertype method
The method getInfoDetails() of type DBeaverApplication must override or implement a supertype method
The method getDefaultProjectName() of type DBeaverApplication must override or implement a supertype method
Regards,
Beta Was this translation helpful? Give feedback.
All reactions