Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Problems during development

Hey,

I want to test some simple features, but everytime I want to trigger the code-completion in a new project in a new started development-runtime-environment, I'm getting the following Exception (see log):

!ENTRY org.eclipse.jdt.ui 4 0 2012-05-19 17:46:07.306
!MESSAGE The 'Code Recommenders: Call Chain Proposal Computer' proposal computer from the 'org.eclipse.recommenders.completion.rcp.chain' plug-in did not complete normally. Unable to instantiate the extension.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.recommenders.completion.rcp.chain" was unable to instantiate class "org.eclipse.recommenders.injection.ExtensionFactory".
    ...
Caused by: com.google.inject.CreationException: Guice creation errors:

1) A binding to org.eclipse.recommenders.completion.rcp.IRecommendersCompletionContextFactory was already configured at com.google.inject.assistedinject.FactoryModuleBuilder$1.configure(FactoryModuleBuilder.java:335). at com.google.inject.assistedinject.FactoryModuleBuilder$1.configure(FactoryModuleBuilder.java:335)
...

I'm using eclipse 4.2 M7 with my own run-configuration, also tested with a new, cleaned eclipse 4.2 M7 with the required plugins only, cleaned projects and a new runtime workspace. I don't know what's the problem, last week all was fine... :-/ Any idea?

Gerrit





Back to the top