Problems installing IDE

I decided to reinstall the Eclipse IDE this evening as while it was working fine, I was starting to see some issues I attributed to running old versions (it’s been nearly a year since my last IDE install!). Unfortunately, a clean install of Eclipse doesn’t seem to result in a running environment :frowning: .

I’m running on a Mac and I’ve had no problems in the past. With a clean install (no changes to the running plugins etc) I get the following log…

2017-11-27 16:13:15.707 [DEBUG] [s.m.i.r.i.ItemRuntimeActivator:26   ] - Registered 'item' configuration parser
2017-11-27 16:13:15.822 [DEBUG] [.i.PersistenceRuntimeActivator:26   ] - Registered 'persistence' configuration parser
2017-11-27 16:13:16.006 [DEBUG] [.s.r.i.SitemapRuntimeActivator:26   ] - Registered 'sitemap' configuration parser
2017-11-27 16:13:16.068 [INFO ] [org.eclipse.jetty.util.log    :192  ] - Logging initialized @3375ms
2017-11-27 16:13:16.086 [INFO ] [.DefaultJettyAtJettyHomeHelper:159  ] - Configuring the default jetty server with [file:/Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/./etc/jetty.xml, file:/Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/./etc/jetty-http.xml, file:/Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/./etc/jetty-deployer.xml]
2017-11-27 16:13:16.087 [INFO ] [.DefaultJettyAtJettyHomeHelper:164  ] - JETTY.HOME=/Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/.
2017-11-27 16:13:16.088 [INFO ] [.DefaultJettyAtJettyHomeHelper:165  ] - JETTY.BASE=/Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/.
2017-11-27 16:13:16.417 [INFO ] [rg.eclipse.jetty.server.Server:346  ] - jetty-9.3.22.v20171030
2017-11-27 16:13:16.501 [INFO ] [tty.util.ssl.SslContextFactory:290  ] - x509=X509@284df8ea(mykey,h=[openhab.org],w=[]) for SslContextFactory@703eb00e(file:///Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/etc/keystore,file:///Users/chris/Development/openHAB-2/git/openhab-distro/launch/home/etc/keystore)
2017-11-27 16:13:16.766 [INFO ] [jetty.server.AbstractConnector:278  ] - Started 0.0.0.0:8443@39f1c5d6{SSL,[ssl, http/1.1]}{0.0.0.0:8443}
2017-11-27 16:13:16.769 [INFO ] [jetty.server.AbstractConnector:278  ] - Started ServerConnector@644f06a1{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2017-11-27 16:13:16.771 [INFO ] [rg.eclipse.jetty.server.Server:414  ] - Started @4078ms
2017-11-27 16:13:16.772 [INFO ] [.DefaultJettyAtJettyHomeHelper:185  ] - Default jetty server configured
2017-11-27 16:13:16.846 [DEBUG] [.m.t.r.i.ThingRuntimeActivator:26   ] - Registered 'thing' configuration parser
2017-11-27 16:13:17.175 [DEBUG] [.core.common.ThreadPoolManager:121  ] - Created scheduled thread pool 'discovery' of size 5
2017-11-27 16:13:17.337 [INFO ] [s.i.GenericScriptEngineFactory:37   ] - Activated scripting support for ECMAScript
2017-11-27 16:13:17.339 [DEBUG] [s.i.GenericScriptEngineFactory:38   ] - Activated scripting support with engine Oracle Nashorn(1.8.0_60) for ECMAScript(ECMA - 262 Edition 5.1) with mimetypes [application/javascript, application/ecmascript, text/javascript, text/ecmascript] and file extensions [js]
2017-11-27 16:13:17.340 [INFO ] [s.i.GenericScriptEngineFactory:37   ] - Activated scripting support for AppleScript

Stopping the runtime from here results in a “Error terminating” and I need to close java from the Mac activity monitor.

I’ve tried deactivating some plugins relating to the automation as I thought it was related to AppleScript startup which is always the last log entry every time I start, however this doesn’t really help. The startup gets a bit further but ultimately still doesn’t work (although terminating the runtime does work).

I’ve tried clearing the p2 folder and performing a totally clean install into a completely new folder but the result is (annoyingly!) consistent.

Any thoughts or suggestions would be appreciated…