Versions Compared

Key

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

...

The Java Service Wrapper should ensure that if Continuum has hung, it gets restarted in a timely manner. If it has been unresponsive for 10 minutes, or if HTTPD has been returning a 503 error for 5 minutes, use the scripts above to restart Continuum.

The restart script may rarely get stuck repeating the following line:

Code Block

Waiting for Apache Continuum to exit...
Waiting for Apache Continuum to exit...
Waiting for Apache Continuum to exit...
...

If this happens more than 5 times, the Wrapper itself has hung. Press Ctrl-C and kill the wrapper by identifying it's PID from /home/continuum/services/continuum/logs/continuum.pid, then run the restart script again.

Maven Settings

The default Maven settings in ~/.m2/settings.xml.

...

  • stop continuum
  • move old snapshot out of the way if necessary
  • unpack the new installation into /opt with tar -xzvf /path/to/apache-continuum-X.Y.Z-SNAPSHOT.tar.gz
  • update apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml to set the from-mailbox to continuum@apache.org
  • change ownership of unpacked files sudo chown -R continuum apache-continuum-1.3.3-SNAPSHOT and sudo chgrp -R continuum apache-continuum-1.3.3-SNAPSHOT
  • edit /etc/init.d/continuum to the new installation locationdepending on the upgrade path, you may need to upgrade the Continuum database. Please check the Continuum release notes.
  • start continuum
  • update the Upgrade History page

...