Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This article has the following structure:

...

With other versions and in a different environment, the behavior may differ.

Unresolved issues

Here's the brief summary of all the unresolved issues that require attention:

  • Web interface and console don't work through HTTP (uninvestigated, workarounded).
  • Application takes up all the CPU resources on both cores I have available so the machine is 100% busy (uninvestigated).
  • Application takes up all the memory specified in -Xms option (uninvestigated).
  • Application fails to terminate properly – pressing Ctrl-C starts shutdown process that is never finished (uninvestigated).

Geronimo configuration

Configure the server to use Harmony RMI Registry provider for JNDI

...

Web interface and console only works work through HTTPS port (https://localhost:8443/). When working through HTTP port (http://localhost:8080/) large portions of interface are not drawn correctly. This is still to be investigated.

...

Harmony also supports IBM J9 VM, but Geronimo doesn't work with it, as Geronimo relies on java.util.concurrent package that requires a proper implementation of sun.misc.Unsafe class that is missing in IBM J9 VM.

Other issues

  • Application takes up all the CPU resources on both cores I have available so the machine is 100% busy.

...

.