Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » BundleException on org.eclipse.gemini.blueprint.extender
BundleException on org.eclipse.gemini.blueprint.extender [message #854262] Mon, 23 April 2012 20:42 Go to next message
Nicolas Jouanin is currently offline Nicolas JouaninFriend
Messages: 52
Registered: July 2009
Member
Hi,

I have a problem when runnning the following platform:
id	State       Bundle
0	ACTIVE      org.eclipse.osgi_3.8.0.v20120312-2035
14	ACTIVE      org.eclipse.equinox.common_3.6.100.v20120209-1951
19	ACTIVE      javax.inject_1.0.0.v20091030
23	RESOLVED    slf4j.jcl_1.6.4
	            Master=41
29	ACTIVE      org.eclipse.osgi.services_3.3.0.v20120307-2102
30	ACTIVE      org.eclipse.equinox.console_1.0.0.v20111215-1210
31	ACTIVE      org.apache.felix.gogo.runtime_0.8.0.v201108120515
32	ACTIVE      org.apache.felix.gogo.shell_0.8.0.v201110170705
36	ACTIVE      org.beerfactory.domain_0.0.1.SNAPSHOT
37	ACTIVE      org.beerfactory.dao_0.0.1.SNAPSHOT
38	ACTIVE      org.beerfactory.dao-impl_0.0.1.SNAPSHOT
40	ACTIVE      javax.persistence_2.0.4.v201112161009
41	ACTIVE      slf4j.api_1.6.4
	            Fragments=23
42	ACTIVE      org.springframework.expression_3.0.6.RELEASE
43	ACTIVE      org.springframework.core_3.0.6.RELEASE
44	ACTIVE      ch.qos.logback.classic_1.0.1
45	ACTIVE      org.springframework.context_3.0.6.RELEASE
46	ACTIVE      org.springframework.aop_3.0.6.RELEASE
47	ACTIVE      jcl.over.slf4j_1.6.4
48	ACTIVE      org.eclipse.gemini.blueprint.core_1.0.0.RELEASE
49	ACTIVE      com.springsource.org.aopalliance_1.0.0
50	RESOLVED    org.eclipse.gemini.blueprint.extender_1.0.0.RELEASE
51	ACTIVE      org.springframework.asm_3.0.6.RELEASE
52	ACTIVE      org.springframework.beans_3.0.6.RELEASE
53	ACTIVE      org.eclipse.gemini.blueprint.io_1.0.0.RELEASE
54	ACTIVE      ch.qos.logback.core_1.0.1


Console log shows the following :
eclipse.buildId=unknown
java.version=1.6.0_31
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=fr_FR
Command-line arguments:  -dev file:/Users/nnn/Dev/beerfactory/workspace/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties -os macosx -ws cocoa -arch x86_64 -consoleLog -console

!ENTRY org.eclipse.gemini.blueprint.extender 4 0 2012-04-23 22:27:14.802
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The activator org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator for bundle org.eclipse.gemini.blueprint.extender is invalid
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:172)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:679)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1177)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
Caused by: java.lang.StackOverflowError
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:277)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
	at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
	at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:289)
	at org.slf4j.impl.JCLLoggerFactory.getLogger(JCLLoggerFactory.java:79)

[Updated on: Mon, 23 April 2012 20:43]

Report message to a moderator

Re: BundleException on org.eclipse.gemini.blueprint.extender [message #856292 is a reply to message #854262] Wed, 25 April 2012 14:39 Go to previous messageGo to next message
Glyn Normington is currently offline Glyn NormingtonFriend
Messages: 1222
Registered: July 2009
Senior Member
If slf4j.jcl delegates slf4j API calls to JCL and jcl.over.slf4j delegates JCL to slf4j, wouldn't you expect an infinite loop?
Re: BundleException on org.eclipse.gemini.blueprint.extender [message #856523 is a reply to message #856292] Wed, 25 April 2012 18:56 Go to previous message
Nicolas Jouanin is currently offline Nicolas JouaninFriend
Messages: 52
Registered: July 2009
Member
My mistake, sorry.

This works fine now with the following bundles:

id	State       Bundle
0	ACTIVE      org.eclipse.osgi_3.8.0.v20120312-2035
14	ACTIVE      org.eclipse.equinox.common_3.6.100.v20120209-1951
19	ACTIVE      javax.inject_1.0.0.v20091030
29	ACTIVE      org.eclipse.osgi.services_3.3.0.v20120307-2102
30	ACTIVE      org.eclipse.equinox.console_1.0.0.v20111215-1210
31	ACTIVE      org.apache.felix.gogo.runtime_0.8.0.v201108120515
32	ACTIVE      org.apache.felix.gogo.shell_0.8.0.v201110170705
36	ACTIVE      org.beerfactory.domain_0.0.1.SNAPSHOT
37	ACTIVE      org.beerfactory.dao_0.0.1.SNAPSHOT
38	ACTIVE      org.beerfactory.dao-impl_0.0.1.SNAPSHOT
40	ACTIVE      javax.persistence_2.0.4.v201112161009
96	ACTIVE      org.springframework.asm_3.0.6.RELEASE
97	ACTIVE      ch.qos.logback.core_1.0.1
98	ACTIVE      org.eclipse.gemini.blueprint.io_1.0.0.RELEASE
99	ACTIVE      org.eclipse.gemini.blueprint.extender_1.0.0.RELEASE
100	ACTIVE      org.springframework.aop_3.0.6.RELEASE
101	ACTIVE      ch.qos.logback.classic_1.0.1
102	ACTIVE      org.springframework.beans_3.0.6.RELEASE
103	ACTIVE      jcl.over.slf4j_1.6.4
104	ACTIVE      org.springframework.expression_3.0.6.RELEASE
105	ACTIVE      org.eclipse.gemini.blueprint.core_1.0.0.RELEASE
106	ACTIVE      slf4j.api_1.6.4
107	ACTIVE      com.springsource.org.aopalliance_1.0.0
108	ACTIVE      org.springframework.core_3.0.6.RELEASE
109	ACTIVE      org.springframework.context_3.0.6.RELEASE
Previous Topic:Gemini Web 2.1.0.M03
Next Topic:Gemini Naming 1.0.0.RC1
Goto Forum:
  


Current Time: Tue Mar 19 06:46:18 GMT 2024

Powered by FUDForum. Page generated in 0.02578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top