question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't be run in eclipse

See original GitHub issue

dbeaver code:4.3.0 eclipse version:4.7.2 I have already installed a few additional Eclipse plugins which DBeaver depends on. I reference with Develop-in-Eclipse.

I check with error log: !MESSAGE Product org.jkiss.dbeaver.core.application.product could not be found. java.lang.RuntimeException: No application id has been found.

1 plug-ins 2 main 3 error

ERROR Detail Log: `!SESSION 2017-12-21 16:04:13.151 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_144 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN Framework arguments: -product org.jkiss.dbeaver.core.application.product Command-line arguments: -product org.jkiss.dbeaver.core.application.product -data C:\Users\wujipeng\eclipse-workspace/…/runtime-DBeaver.product -dev file:C:/Users/wujipeng/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2017-12-21 16:04:19.740 !MESSAGE Product org.jkiss.dbeaver.core.application.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2017-12-21 16:04:19.927 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: No application id has been found. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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)`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Hackerunclecommented, Dec 22, 2017

Thanks for @serge-rider @ruspl-afed My Build Steps:

  1. Download the dbeaver-4.3.0 code in linux , use “mvn clean package”;

  2. Shell: zip -r dbeaver-4.3.0.zip dbeaver-4.3.0/* ;

3.Upload dbeaver-4.3.0.zip to window, and unzip;

4.Download eclipse from eclipse-packages; 4.download eclipse

5.Open eclipse: Open main menu Help -> Install New Software Select “–All Available Sites–” and press enter Input “plug” and Select Plug-in and Install. 3 plug-in

6.Open eclipse: Open main menu Help -> Install New Software Copy http://dbeaver.jkiss.org/eclipse-repo/ into “Work with” field and press enter Check all plugins and finish the installation process 2 install some plugins

7.Import–>Existing Maven Projects–>Select the unzip dbeaver-4.3.0 dir -->Finsh

8.eclipse will auto install some plugs and restart eclipse. default

9.To run the standalone version find file DBeaver.product (it is located in product/standalone directory). Click mouse right button and select Run Configurations (Run -> Run Configurations). Select the Plug-ins tab and then hit “Add Required Plug-ins”. Apply, then Run, and it should work now. qq 20171222174937 qq 20171222175000

Reference: https://github.com/serge-rider/dbeaver/wiki/Develop-in-Eclipse

0reactions
Hackerunclecommented, Dec 26, 2017

I close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't compile/run in Eclipse- Java [closed] - Stack Overflow
First make sure that you made a regular "Java Project", and not something else. If there's something wrong with the build configuration, ...
Read more >
I can't run program in Eclipse. It is showing a message ... - Quora
1. Set the Android SDK path in windows> Preferences if you have not done yet · 2. Check for software updates in the...
Read more >
FAQ Why doesn't my program start when I click the Run button?
When you click the Run button, click on Java Application, fill out the details, and click Run. The next time, your program will...
Read more >
Unable to launch error in java eclipse-[Resolved] - YouTube
Error : could not find or load main class error in java eclipse - [Resolved] · Eclipse - Run Configuration · Eclipse Tutorial...
Read more >
3 ways to solve Eclipse - main class not found error - Java67
Solution of Error: Could not find or load main class in Eclipse · 1. Delete existing run configurations · 2. Check for missing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found