[jira] [Closed] (GERONIMO-6550) CLONE - ClassCastException during deployment of a web app
"Mark Struberg (Jira)" <[email protected]> Mon, 4 May 2026 06:13:00 +0000 (UTC)
| Newsgroups | gmane.comp.java.geronimo.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/GERONIMO-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Struberg closed GERONIMO-6550.
-----------------------------------
Resolution: Won't Fix
Closing old outdated issues.
Note that the Apache Geronimo Application Server itself was declared EOL in 2017 and we do not maintain the server parts anymore.
We still do actively maintain many of the Java EE / Jakarta EE which saw the light during creation of the Apache Geronimo Aplication Server.
If you feel that this ticket still affects one of those components then please feel free to reopen the ticket.
thanks, your Apache Geronimo team!
> CLONE - ClassCastException during deployment of a web app
> ---------------------------------------------------------
>
> Key: GERONIMO-6550
> URL: https://issues.apache.org/jira/browse/GERONIMO-6550
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: OpenWebBeans
> Reporter: Jeeva VENKATARAMAN
> Priority: Major
> Fix For: 3.0.0
>
>
> Final JCDI TCK issue (I hope). During deployment of some apps, we're getting the following exception (this is with an updated WebBeansConfigurationListener.java). So, will need to resolve wrt. GERONIMO-5896
> Here's the exception we get:
> {code}
> 2011-04-10 20:28:22,185 ERROR [DecoratorInvocationTest]] Exception sending context initialized event to listener instance of class org.apache.geronimo.openwebbeans.WebBeansConfigurationListener
> java.lang.ClassCastException: javax.servlet.ServletContextEvent cannot be cast to org.apache.openejb.cdi.StartupObject
> at org.apache.openejb.cdi.OpenEJBLifecycle.startApplication(OpenEJBLifecycle.java:110)
> at org.apache.geronimo.openwebbeans.WebBeansConfigurationListener.contextInitialized(WebBeansConfigurationListener.java:86)
> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4521)
> at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5004)
> at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:4999)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:680)
> {code}
> This appears to be the cause of the remaining test failures. So, this might be the final fix needed to clear up the JSR-299 tests...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)