Skip to content

Commit

Permalink
document the grizzly patch #2180
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 1, 2015
1 parent cb59f41 commit ce9be1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/sphinx-guides/source/installation/shibboleth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Configuration
Configure Glassfish
~~~~~~~~~~~~~~~~~~~

Apply GRIZZLY-1787 Patch
^^^^^^^^^^^^^^^^^^^^^^^^

In order for the Dataverse "download as zip" feature to work well with large files without causing ``OutOfMemoryError`` problems on Glassfish 4.1, you should stop Glassfish, with ``asadmin stop-domain domain1``, make a backup of ``glassfish4/glassfish/modules/glassfish-grizzly-extra-all.jar``, replace it with the patched ``glassfish-grizzly-extra-all.jar`` file provided with the Dataverse release, and start Glassfish again with ``asadmin start-domain domain1``.

For more background on the patch, please see https://java.net/jira/browse/GRIZZLY-1787 and https://github.com/IQSS/dataverse/issues/2180 and https://github.com/payara/Payara/issues/350

This problem has been reported to Glassfish at https://java.net/projects/glassfish/lists/users/archive/2015-06/message/13 and when Glassfish 4.2 ships the Dataverse team plans to evaulate if the version of Grizzly included is new enough to include the bug fix, obviating the need for the patch.

Glassfish HTTP and HTTPS ports
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit ce9be1e

Please sign in to comment.