Starting Geronimo on IBM 1.5 JVM exposes a UnsupportedOperationException thrown
2x during startup
-------------------------------------------------------------------------------------------------
Key: GERONIMO-2356
URL: http://issues.apache.org/jira/browse/GERONIMO-2356
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 1.1.1
Reporter: Sachin Patel
Fix For: 1.1.2
Unlike the Sun JVM's the current version of the IBM JDK 1.5 does not silently
ignore exceptions in finalizers. Due to this, when launching Geronimo in Debug
mode using the Geronimo Eclipse plugin, the debugger prematurely breaks at this
exception during server startup.
Placing a try/catch/println/threaddump in the
o.a.g.Kernel.ProxyMethodInterceptor.intercept method provides the following
information... During startup the exception is usually thrown right at startup
and at least one additonal or more times near end of server startup.
No implementation method:
objectName=geronimo/tomcat/1.1.1-SNAPSHOT/car?ServiceModule=geronimo/tomcat/1.1.1-SNAPSHOT/car,j2eeType=GBean,name=TomcatAJPConnector,
method=protected void java.lang.Object.finalize() throws java.lang.Throwable
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira