Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Troubleshooting

The following sections offer tips for addressing common issues organized in the following categories:

Children Display

Most of the issues you may find when running Geronimo will be at start up time; and most likely driven by some conflicting resources from the environment where Geronimo is set up.

JVM

Apache Geronimo v2.1 is Java EE 5 certified. With that said, it will likely run on different JVM versions however the results may be unpredictable. Whenever possible use jdk 1.5.

Port conflict

The second most common startup issue is associated to port conflicts, check no other application is using or blocking Geronimo's default ports:

Service

Port

SMTPPort

25

COSNamingPort

1050

NamingPort

1099

ORBSSLPort

2001

OpenEJBPort

4201

ORBPort

6882

AJPPort

8009

HTTPPort

8080

HTTPSPort

8443

JMXPort

9999

ActiveMQStompPort

61613

ActiveMQPort

61616

If you identify port conflicts you can use the <geronimo_home>/var/config/config-substitutions.properties to change any of these ports. From this configuration file you can also set a port offset and have all these increased by that amount.

...