Community
Participate
Working Groups
Created attachment 98238 [details] Stack trace log When executing Platform.startup(config) the platform enters in an infinite loop. The stacktrace looks like (see the attachment for more): org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.registry.osgi.Activator.start() of bundle org.eclipse.equinox.registry. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018) [ ... ] Caused by: java.lang.StackOverflowError at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) at org.eclipse.osgi.framework.internal.core.ManifestLocalization$EmptyResouceBundle.isEmpty(ManifestLocalization.java:216) [ ... ] and more and more... This was caused by an invocation to Locale.setDefault(Locale.ROOT) in my context listener. This was posted in Eclipse NewsPortal - eclipse.birt: http://www.eclipse.org/newsportal/article.php?id=27536&group=eclipse.birt#27536 This happens at least with BIRT 2.1.x, 2.2.x, and 2.3.x
resolved by 232636