Skip to content

v4.9.4

Compare
Choose a tag to compare
@djbrooke djbrooke released this 03 Oct 21:31
· 18018 commits to master since this release
57b3b7e

This release addresses a bug introduced in 4.9.3 which prevented users from logging in with an email address (#5129).

For help with upgrading, installing, or general questions please email [email protected].

Installation:

If this is a new installation, please see our Installation Guide.

Upgrade:

  1. Undeploy the previous version.
  • <glassfish install path>/glassfish4/bin/asadmin list-applications
  • <glassfish install path>/glassfish4/bin/asadmin undeploy dataverse
  1. Stop glassfish and remove the generated directory, start
  • service glassfish stop
  • remove the generated directory: rm -rf <glassfish install path>glassfish4/glassfish/domains/domain1/generated
  • service glassfish start
  1. Deploy this version.
  • <glassfish install path>/glassfish4/bin/asadmin deploy <path>dataverse-4.9.4.war
  1. Restart glassfish

If you are upgrading from v4.x, you must upgrade to each intermediate version before installing this version.