-
Notifications
You must be signed in to change notification settings - Fork 117
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
Error in log Circular reference detected trying to get service {org.eclipse.m2e.core.project.IMavenProjectChangedListener #1405
Comments
Please provide what functional error you see (e.g. what is not working, missing or not behave as expected) |
I only see this logged as error during startup, I did not even use M2E. |
I still this at a client also in the error log with M2E - Maven Integration for Eclipse 2.4.100.20230827-1557 org.eclipse.m2e.feature.feature.group Eclipse.org - m2e
|
It does not seem to make a functional impact but the exception is re-created twice during restart. |
I got this error too when doing upgrade tests on the Eclipse IDE for RCP and RAP developers from 2023-09 to 2023-12 M1. On some simple experiments I cannot see this error when running 2022-12 M1 or 2023-09 on its own, it was only after upgrading that the problem happens. Doing a second try with the upgrade showed the same error. Running Eclipse with |
Thanks for the tip @jonahgraham. I now see |
happend to me too. |
Happens for me with each test run (Sloeber) and clean does not fix it. |
I see the following error in my log
bundle org.apache.felix.scr:2.2.6 (555) Circular reference detected trying to get service {org.eclipse.m2e.core.project.IMavenProjectChangedListener}={service.id=223, service.bundleid=691, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.eclipse.m2e.core.internal.project.WorkspaceStateWriter, component.id=44}
stack of references: ServiceReference: {org.eclipse.m2e.core.project.IMavenProjectChangedListener}={service.id=223, service.bundleid=691, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.eclipse.m2e.core.internal.project.WorkspaceStateWriter, component.id=44}
ServiceReference: {org.eclipse.m2e.core.project.IMavenProjectRegistry}={service.id=216, service.bundleid=691, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.eclipse.m2e.core.internal.project.registry.MavenProjectManager, component.id=47}
Dependency: DependencyManager: Component [Component: org.eclipse.m2e.core.embedder.MavenModelManager (33)] reference [projectManager]
The text was updated successfully, but these errors were encountered: