ExceptionInInitializerError in com.tc.tomcat55.session.SessionValve55.tcInvoke()
--------------------------------------------------------------------------------

                 Key: CDV-816
                 URL: https://jira.terracotta.org/jira//browse/CDV-816
             Project: Community Development
          Issue Type: Bug
          Components: Sessions
    Affects Versions: 2.6.2
            Reporter: Tim Eck
            Assignee: Issue Review Board


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.<clinit>(SessionRequest55.java:22)
         ... 7 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to