Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eclipse-plugin] PDE fails to load ABS perspective because of org.abs-models.sdedit #4

Closed
nobeh opened this issue Jul 30, 2015 · 3 comments
Labels

Comments

@nobeh
Copy link
Member

nobeh commented Jul 30, 2015

I am quite sure that I am missing something, but debugging the eclipse-plugin fails to load ABS perspective:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
!SESSION 2015-07-30 21:01:40.087 -----------------------------------------------
eclipse.buildId=4.5.0.I20150603-2000
java.version=1.8.0_60-ea
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.platform.ide
Command-line arguments:  -product org.eclipse.platform.ide -data /nobeh/dev/workspaces/crisp/ws-abstools/../runtime-EclipseApplication -dev file:/nobeh/dev/workspaces/crisp/ws-abstools/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog

!ENTRY org.abs-models.abs.plugin 4 0 2015-07-30 21:01:42.345
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.abs-models.abs.plugin [531]
  Unresolved requirement: Require-Bundle: org.abs-models.sdedit; bundle-version="0.0.0"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.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)

My environment:

  • Java 1.8.0_60
  • Eclipse PDE Mars Release
@VolkerStolz
Copy link
Contributor

On 30/07/15 21:04, Behrooz Nobakht wrote:

I am quite sure that I am missing something, but debugging the
eclipse-plugin fails to load ABS perspective:

Do you have the org.abs-models.sdedit checked out in your workspace as well?

-V

@nobeh
Copy link
Member Author

nobeh commented Jul 30, 2015

I think so:

$ pwd
/nobeh/dev/workspaces/crisp/ws-abstools/abstools/eclipse-plugin
$ ls .. | grep sde
sdedit-for-abs

@nobeh
Copy link
Member Author

nobeh commented Jul 30, 2015

Good hint. I just imported the project org.abs-models.sdedit into eclipse and it got fixed.

nobeh added a commit that referenced this issue Jul 30, 2015
Add that `org.abs-models.sdedit` should also be imported
for plugin development.

Rel #4
@nobeh nobeh removed the question label Jul 30, 2015
@rudi rudi closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants