Error running eclimd: cycle(s) found

50 views
Skip to first unread message

Miki

unread,
Nov 17, 2010, 6:21:03 PM11/17/10
to eclim-user
I have an error trying to run eclimd (log below). Any ideas how to fix
that?

[15:19] ~ $~/.eclipse/org.eclipse.platform_3.6.1_1473617060/eclimd
[: 115: ==: unexpected operator
java -jar "/opt/eclipse/plugins/
org.eclipse.equinox.launcher_1.1.0.v20100507.jar" -debug -clean -
refresh -application org.eclim.application_headless
Install location:
file:/opt/eclipse/
Configuration file:
file:/opt/eclipse/configuration/config.ini loaded
Configuration location:
file:/opt/eclipse/configuration/
Framework located:
file:/opt/eclipse/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
Loading extension:
reference:file:javax.transaction_1.1.1.v201006150915.jar
eclipse.properties not found
Framework classpath:
file:/opt/eclipse/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
file:/opt/eclipse/plugins/
file:/opt/eclipse/plugins/
javax.transaction_1.1.1.v201006150915.jar
Debug options:
file:/home/miki/.options not found
Time to load bundles: 41
Starting application: 4320
An error has occurred. See the log file
/opt/eclipse/configuration/1290036002988.log.
[15:20] ~ $cat /opt/eclipse/configuration/1290036002988.log
!SESSION 2010-11-17 15:20:02.633
-----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -refresh -application
org.eclim.application_headless
Command-line arguments: -debug -clean -refresh -application
org.eclim.application_headless

!ENTRY org.eclipse.osgi 4 0 2010-11-17 15:20:07.140
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application
"org.eclim.application_headless" could not be found in the registry.
The applications available are: org.eclipse.ant.core.antRunner,
org.eclipse.ant.ui.antRunner, org.eclipse.equinox.app.error,
org.eclipse.equinox.p2.director.app.application,
org.eclipse.equinox.p2.director,
org.eclipse.equinox.p2.garbagecollector.application,
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator,
org.eclipse.equinox.p2.publisher.InstallPublisher,
org.eclipse.equinox.p2.publisher.EclipseGenerator,
org.eclipse.equinox.p2.publisher.ProductPublisher,
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher,
org.eclipse.equinox.p2.reconciler.application,
org.eclipse.equinox.p2.repository.repo2runnable,
org.eclipse.equinox.p2.repository.metadataverifier,
org.eclipse.equinox.p2.artifact.repository.mirrorApplication,
org.eclipse.equinox.p2.metadata.repository.mirrorApplication,
org.eclipse.equinox.p2.updatesite.UpdateSitePublisher,
org.eclipse.equinox.p2.publisher.UpdateSitePublisher,
org.eclipse.equinox.p2.publisher.CategoryPublisher,
org.eclipse.help.base.infocenterApplication,
org.eclipse.help.base.helpApplication,
org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild,
org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.pde.build.Build,
org.eclipse.ui.ide.workbench,
org.eclipse.update.core.standaloneUpdate,
org.eclipse.update.core.siteOptimizer.
at
org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:
248)
at
org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:
29)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
369)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

!ENTRY org.eclipse.osgi 2 0 2010-11-17 15:20:07.156
!MESSAGE Info: cycle(s) found while stopping bundles:
[[org.springframework.orm,org.springframework.context,org.springframework.web,org.springframework.transaction,org.springframework.jdbc]].
[15:20] ~ $

Eric Van Dewoestine

unread,
Nov 17, 2010, 7:14:42 PM11/17/10
to eclim...@googlegroups.com

For some reason eclipse sometimes won't recognize the newly installed
eclimd application. I can never reproduce this problem, so my best
advice for now is to try installing eclim again, perhaps against a new
workspace.

> !ENTRY org.eclipse.osgi 2 0 2010-11-17 15:20:07.156
> !MESSAGE Info: cycle(s) found while stopping bundles:
> [[org.springframework.orm,org.springframework.context,org.springframework.web,org.springframework.transaction,org.springframework.jdbc]].
> [15:20] ~ $

--
eric

Miki

unread,
Nov 17, 2010, 8:30:35 PM11/17/10
to eclim-user
Tried to install again - still same problem.
How do I "install against a new workspace"?

Eric Van Dewoestine

unread,
Nov 19, 2010, 10:55:14 AM11/19/10
to eclim...@googlegroups.com
On 2010-11-17 17:30:35, Miki wrote:
> Tried to install again - still same problem.
> How do I "install against a new workspace"?

Actually, instead of re-installing again, can you delete your
workspace log:

$ rm ~/workspace/.metadata/.log

Then try starting eclimd again and send me the contents of the log.

> --
> You received this message because you are subscribed to the Google Groups "eclim-user" group.
> To post to this group, send email to eclim...@googlegroups.com.
> To unsubscribe from this group, send email to eclim-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/eclim-user?hl=en.
>

--
eric

Reply all
Reply to author
Forward
0 new messages