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

MAC OS X 10.6. Crash with Version 0.14.0 #167

Closed
wermuc opened this issue Aug 12, 2014 · 5 comments
Closed

MAC OS X 10.6. Crash with Version 0.14.0 #167

wermuc opened this issue Aug 12, 2014 · 5 comments

Comments

@wermuc
Copy link

wermuc commented Aug 12, 2014

Hello,

i can't start Version 14 on MAC OS X 10.6

!SESSION 2014-08-12 22:13:48.858 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_65
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=de_DE
Framework arguments: -keyring /Volumes/MAC033_Raid/we/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Volumes/MAC033_Raid/we/.eclipse_keyring -showlocation

!ENTRY name.abuchen.portfolio.ui 4 0 2014-08-12 22:13:50.304
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: name.abuchen.portfolio.ui [15]
Unresolved requirement: Import-Package: name.abuchen.portfolio.checks
-> Export-Package: name.abuchen.portfolio.checks; bundle-version="0.14.0"; bundle-symbolic-name="name.abuchen.portfolio"; version="0.0.0"
name.abuchen.portfolio [14]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

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)

!ENTRY org.eclipse.equinox.app 0 0 2014-08-12 22:13:50.408
!MESSAGE Product name.abuchen.portfolio.ui.product could not be found.

!ENTRY name.abuchen.portfolio.ui 2 0 2014-08-12 22:13:50.760
!MESSAGE Could not resolve module: name.abuchen.portfolio.ui [15]
Unresolved requirement: Import-Package: name.abuchen.portfolio.checks
-> Export-Package: name.abuchen.portfolio.checks; bundle-version="0.14.0"; bundle-symbolic-name="name.abuchen.portfolio"; version="0.0.0"
name.abuchen.portfolio [14]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

!ENTRY org.eclipse.osgi.compatibility.state.nl_de 2 0 2014-08-12 22:13:50.761
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_de [148]
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state

!ENTRY name.abuchen.portfolio 2 0 2014-08-12 22:13:50.761
!MESSAGE Could not resolve module: name.abuchen.portfolio [14]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

!ENTRY org.eclipse.osgi 4 0 2014-08-12 22:13:50.762
!MESSAGE Anwendungsfehler
!STACK 1
org.eclipse.core.runtime.AssertionFailedException: null argument:applicationXMI argument missing
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:373)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:260)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:146)
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:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

@buchen
Copy link
Member

buchen commented Aug 12, 2014

Etwas kryptisch, aber

(&(osgi.ee=JavaSE)(version=1.7))

besagt das mindestens JDK 1.7 benötigt.
Das ist standardmässig nicht mehr bei Apple dabei - Apple hat mit 1.6 aufgehört.

Das kann man hier bekommen:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

(wenn schon, dann JDK 8 verwenden - das ist auf meinem Mac gefühlt noch mal schneller)

@buchen buchen closed this as completed Aug 12, 2014
@wermuc
Copy link
Author

wermuc commented Aug 12, 2014

Java from Oracle requires Mac OS X 10.7.3 or later.

Also nicht auf 10.6.8 läuffähig!

Schade

@buchen
Copy link
Member

buchen commented Aug 13, 2014

So ein M....

Es gibt zwar einige Berichte wie man Java 7 auf Snow Leopard installieren können soll, aber wirklich ratsam klingt das alles nicht.

Java 6 selbst ist im Dezember 2006 erschienen und Anfang 2013 gab es den letzten Security Fix dafür.

Ich habe mich zu dem Wechsel auf Java 7 entschieden weil ich einige Funktionen benötigte. Ich muss mal checken ob es da Alternativen gibt (i.S.v. Bibliotheken und nicht Teil der Java RT)

@wermuc
Copy link
Author

wermuc commented Aug 15, 2014

Oracle wird schon einen Grund haben, warum Sie 10.7.3 verlangen.

Haben das Programm nun in einer VM unter XP installiert.

@buchen
Copy link
Member

buchen commented Aug 19, 2014

hi @wermuc - in der aktuelle Version 0.14.1 habe ich die Abhängigkeit auf Java 7 wieder ausgebaut.

(Es handelte sich um einige Aufrufe, die ich - zwar nicht so schön - aber doch anders machen kann).

Vielleicht möchtest Du es noch mal probieren - dann brauchst Du keine VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants