• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • DSO:L1
  • drb
  • Reporter: teck
  • March 01, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • March 05, 2007

Attachments

Description

This might already be resolved in moraga. Using the attached config file, startup up a geronimo 1.1.1. You’ll get a StackOverflowError.

Adding these excludes will let a stock geronimo 1.1.1 instance start: org.apache..* org.openejb..*

java.lang.StackOverflowError at org.apache.geronimo.kernel.config.Configuration\(EnhancerByCGLIB$ $8268a136.CGLIB$BIND\_CALLBACKS(<generated>) at org.apache.geronimo.kernel.config.Configuration\)EnhancerByCGLIB$ $8268a136.__tc_managed() at org.apache.geronimo.kernel.config.Configuration$$EnhancerByCGLIB$ $8268a136.\_\_tc\_setCGLIB$BOUND() at org.apache.geronimo.kernel.config.Configuration$$EnhancerByCGLIB$

Comments

Fiona OShea 2007-03-02

Check to see if this is fixed in trunk. If not assign to Documentation team to doc for Moraga

Antonio Si 2007-03-05

This is the same problem as DEV-29. One need to exclude this class

org.apache.derby.iapi.services.io.FormatableProperties

until bug DEV-160 is fixed.