Eclipse apache sling - произошла внутренняя ошибка при попытке затмения подключиться к внешнему слинг-серверу
Я пытался настроить среду разработки Eclipse для Apache Sling, следуя инструкциям на https://sling.apache.org/documentation/development/ide-tooling.html
Я получил ошибку при попытке подключиться к внешнему серверу Apache Sling.
см скриншот ниже
Я получил отслеживание по журналам Eclipse (рабочая область /.metadata/.log)
!MESSAGE An internal error occurred during: "Starting Sling Server (external) at localhost".
!STACK 0
java.lang.LinkageError: org/apache/commons/httpclient/auth/AuthScope
at org.apache.commons.httpclient.HttpMethodDirector.authenticateHost(HttpMethodDirector.java:273)
at org.apache.commons.httpclient.HttpMethodDirector.authenticate(HttpMethodDirector.java:234)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.apache.sling.ide.osgi.impl.HttpOsgiClient.getBundleVersion(HttpOsgiClient.java:71)
at org.apache.sling.ide.osgi.impl.TracingOsgiClient.getBundleVersion(TracingOsgiClient.java:48)
at org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadBehaviour.installBundle(SlingLaunchpadBehaviour.java:162)
at org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadBehaviour.start(SlingLaunchpadBehaviour.java:111)
at org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadLaunchConfigurationDelegate.launch(SlingLaunchpadLaunchConfigurationDelegate.java:45)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3541)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3477)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Я работаю над Eclipse 4.2, Maven 3.0.5, Ubuntu 14.04 LTS и Oracle JAVA 8. Я использую слинг "org.apache.sling.launchpad-8.jar"
у кого-нибудь есть идеи?
пожалуйста посоветуйте
Спасибо