Skip to content

Instantly share code, notes, and snippets.

Created September 30, 2013 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/20bd88c0508b1c64f013 to your computer and use it in GitHub Desktop.
Save anonymous/20bd88c0508b1c64f013 to your computer and use it in GitHub Desktop.
ERROR | io.hawt.sample.Main.main() | Unresolved ref/idref to component: introspector
org.osgi.service.blueprint.container.ComponentDefinitionException: Unresolved ref/idref to component: introspector
at org.apache.aries.blueprint.container.NoOsgiBlueprintRepository.validate(NoOsgiBlueprintRepository.java:45)
at org.apache.aries.blueprint.container.NoOsgiRecipeBuilder.createRepository(NoOsgiRecipeBuilder.java:54)
at org.apache.aries.blueprint.container.BlueprintContainerImpl.init(BlueprintContainerImpl.java:108)
at org.apache.aries.blueprint.container.BlueprintContainerImpl.<init>(BlueprintContainerImpl.java:73)
at io.hawt.sample.Main.main(Main.java:135)
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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment