users@glassfish.java.net

Re: felix.log.level java.lang.StackOverflowError

From: Richard S. Hall <heavy_at_ungoverned.org>
Date: Wed, 29 Sep 2010 11:12:05 -0400

  FYI:

https://glassfish.dev.java.net/issues/show_bug.cgi?id=11443

-> richard


On 9/29/10 11:17, glassfish_at_javadesktop.org wrote:
> I installed the Glassfish 3.0.1 and it started normally.
> When I change the configuration felix.log.level=1 to felix.log.level=4 (glassfishv3/glassfish/osgi/felix/conf/config.properties) and restart the server, it happens the following exception:
> --
> org.osgi.framework.BundleException: Activator start error in bundle com.sun.enterprise.osgi-adapter [172].
> at org.apache.felix.framework.Felix.activateBundle(Felix.java:1751)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
> at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
> at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
> at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.StackOverflowError
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findResource(URLClassLoader.java:382)
> at java.lang.ClassLoader.getResource(ClassLoader.java:1003)
> at java.lang.ClassLoader.getResource(ClassLoader.java:998)
> at org.apache.felix.framework.ModuleImpl.searchDynamicImports(ModuleImpl.java:1484)
> at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:695)
> at org.apache.felix.framework.ModuleImpl.getResourceByDelegation(ModuleImpl.java:611)
> at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.getResource(ModuleImpl.java:1906)
> at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1193)
> at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
> at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
> --
> JDK: 1.6.0_21 64bit linux
> Bundle 172: HK2 OSGi Adapter (1.0.0)
>
> What its wrong ?
> [Message sent by forum member 'marcosviniciusbsouza']
>
> http://forums.java.net/jive/thread.jspa?messageID=483930
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>