• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • teck
  • Reporter: teck
  • August 19, 2009
  • 0
  • Watchers: 0
  • July 27, 2012
  • September 03, 2009

Description

We have generic error handling code that can get executed by the standalone hibernate client that will try to load jetty classes. Since we strip the jetty jars from the standalone packaging this code that is trying to handle some arbitrary exception ends up throwing ClassNotFoundException. There is an error in the error handling :-).

com.tc.lang.ThrowableHandler and com.tc.exception.MortbayMultiExceptionHelper are the relevant classes.

An example from the wild: http://forums.terracotta.org/forums/posts/list/2411.page

Comments