06797: | Build Regression Test (secure version) - Container Manager won't stop |
Category: Connector Status: ClosedSeverity: HIGH Reported against release: 1.0 Fixed in release: 1.0
PROBLEM:The Build regression test, step 99 instructs you to shut down the
container manager. This step fails, the Container Manager does not
stop. No error messages seem to appear, even with many log levels
turned on. ANALYSIS:Finally, we tracked it down. On the "Secure" Openwings install, the
Container Manager is configured to use a RMI GSS connector. As it turns
out, an error was introduced during integration in the connector
generator. For methods that have a return type of void, the connector
generator was generating empty method bodies in the ProviderProxies, so
the provider proxy implementation of shutdown() looked like this:
public void shutdown()
{
} |