• Bug
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • Sessions
  • hhuynh
  • Reporter: teck
  • July 24, 2008
  • 0
  • Watchers: 0
  • September 11, 2008
  • August 05, 2008

Description

source: http://forums.terracotta.org/forums/posts/list/1261.page

If one uses a *..* include pattern, it seems that override check gets upset about missing override methods. This is 2.6.2. It’s possible that with the glassfish work in 2.7 this might no longer happen.

XXX: What is especially confusing is that InstrumentEverythingInContainerTest is not failing. That test should cover this scenario.

24.07.2008 15:06:56 org.apache.catalina.connector.CoyoteAdapter service SEVERE: An exception or error occurred in the container during the request processing java.lang.ExceptionInInitializerError at com.tc.tomcat55.session.SessionValve55.tcInvoke(SessionValve55.java:59) at com.tc.tomcat55.session.SessionValve55.invoke(SessionValve55.java:50) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.RuntimeException: Missing overrides: [__tc_isManaged(), __tc_managed(com.tc.object.TCObject), __tc_managed()] at com.tc.object.util.OverrideCheck.check(OverrideCheck.java:32) at org.apache.catalina.connector.SessionRequest55.(SessionRequest55.java:22) ... 7 more

Comments

Fiona OShea 2008-07-24

Can you look into why the test isnt’ failing? If you need to pass this over to QA please do so.