Installing DSpace-v14-20241011 - 122315

Download as pdf or txt
Download as pdf or txt
You are on page 1of 45

You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence.

Do you find Scroll PDF Exporter useful? Consider purchasing it today:


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Exported on 10/11/2024
Installing DSpace
DSpace 8.x Documentation
DSpace 8.x Documentation – Installing DSpace

Table of Contents

1 Installation Overview ..........................................................................................4


2 Installing the Backend (Server API) ...................................................................5
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

2.1 Backend Requirements.......................................................................................5


2.1.1 UNIX-like OS or Microsoft Windows ..................................................................5
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

2.1.2 Java JDK 17 (OpenJDK or Oracle JDK).............................................................5


2.1.3 Apache Maven 3.8.x or above (Java build tool)................................................6
2.1.3.1 Configuring a Maven Proxy ................................................................................6
2.1.4 Apache Ant 1.10.x or later (Java build tool)......................................................7
2.1.5 Relational Database (PostgreSQL) ....................................................................7
2.1.5.1 PostgreSQL 12.x, 13.x, 14.x or 15.x (with pgcrypto installed) .........................7
2.1.6 Apache Solr 8.x (full-text index/search service) ...............................................8
2.1.7 (Optional) Servlet Engine (Apache Tomcat 10.1.x, Jetty, Caucho Resin or
equivalent)...........................................................................................................9
2.1.8 (Optional) IP to City Database for Location-based Statistics ........................11
2.2 Backend Installation .........................................................................................12
3 Installing the Frontend (User Interface)...........................................................23
3.1 Frontend Requirements ....................................................................................23
3.1.1 UNIX-like OS or Microsoft Windows ................................................................23
3.1.2 Node.js (v18.x or v20.x)....................................................................................23
3.1.3 Yarn (v1.x) .........................................................................................................23
3.1.4 PM2 (or another Process Manager for Node.js apps) (optional, but
recommended for Production).........................................................................24
3.1.5 DSpace Backend (see above) ..........................................................................24
3.2 Frontend Installation.........................................................................................24
4 What Next? ........................................................................................................35
5 Common Installation Issues ............................................................................36
5.1 Troubleshoot an error or find detailed error messages .................................36

2
DSpace 8.x Documentation – Installing DSpace

5.2 User Interface never appears (no content appears) or "Proxy server received
an invalid response"..........................................................................................36
5.3 User Interface partially load but then spins (never fully loads or some
content doesn't load) ........................................................................................36
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

5.4 "500 Service Unavailable" from the User Interface .........................................37


5.5 "No _links section found at..." error from User Interface................................37
5.6 "RangeError: Maximum call stack size exceeded"..........................................39
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

5.7 "XMLHttpRequest.. has been blocked by CORS policy" or "CORS error" or


"Invalid CORS request"......................................................................................39
5.8 Cannot login from the User Interface with a password that I know is valid..40
5.9 "403 Forbidden" error with a message that says "Access is denied. Invalid
CSRF Token"......................................................................................................40
5.10 Using a Self-Signed SSL Certificate causes the Frontend to not be able to
access the Backend..........................................................................................42
5.11 My REST API is running under HTTPS, but some of its "link" URLs are
switching to HTTP ............................................................................................42
5.12 My User Interface's robots.txt has incorrect sitemap URLs...........................42
5.13 Cannot upload file from User Interface ...........................................................43
5.14 Javascript heap out of memory .......................................................................43
5.15 Solr responds with "Expected mime type application/octet-stream but got
text/html" (404 Not Found) ..............................................................................44
5.16 Database errors occur when you run ant fresh_install ...................................44

3
DSpace 8.x Documentation – Installing DSpace

1 Installation Overview
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Try out DSpace before you install

If you'd like to quickly try out DSpace 8 before a full installation, see Try out DSpace 81 for
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

instructions on a quick install via Docker.

As of version 7 (and later), the DSpace application is split into a "frontend" (User Interface) and a
"backend" (Server API). Most institutions will want to install BOTH. However, you can decide whether to run
them on the same machine or separate machines.
• The DSpace Frontend consists of a User Interface built on Angular.io2. It is a Node.js web
application, i.e. once it is built/compiled, it only require Node.js to run. It cannot be run "standalone",
as it requires a valid DSpace Backend to function. The frontend provides all user-facing functionality.
• The DSpace Backend consists of a Server API ("server" webapp), built on Spring Boot3. It is a Java
web application. It can be run standalone, however it has no user interface. The backend provides all
machine-based interfaces, including the REST API, OAI-PMH, SWORD (v1 and v2) and RDF.
We recommend installing the Backend first, as the Frontend requires a valid Backend to run properly.

1 https://wiki.lyrasis.org/display/DSPACE/Try+out+DSpace+8
2 https://angular.io/
3 https://spring.io/projects/spring-boot

Installation Overview – 4
DSpace 8.x Documentation – Installing DSpace

2 Installing the Backend (Server API)


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

2.1 Backend Requirements


UNIX-like OS or Microsoft Windows (see page 5)
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Java JDK 17 (OpenJDK or Oracle JDK) (see page 5)


Apache Maven 3.8.x or above (Java build tool) (see page 6)
Configuring a Maven Proxy (see page 6)
Apache Ant 1.10.x or later (Java build tool) (see page 7)
Relational Database (PostgreSQL) (see page 7)
PostgreSQL 12.x, 13.x, 14.x or 15.x (with pgcrypto installed) (see page 7)
Apache Solr 8.x (full-text index/search service) (see page 8)
(Optional) Servlet Engine (Apache Tomcat 10.1.x, Jetty, Caucho Resin or equivalent) (see page 9)
(Optional) IP to City Database for Location-based Statistics (see page 11)

2.1.1 UNIX-like OS or Microsoft Windows


• UNIX-like operating system (Linux, HP/UX, Mac OSX, etc.) : Many distributions of Linux/Unix come
with some of the dependencies below pre-installed or easily installed via updates. You should
consult your particular distribution's documentation or local system administrators to determine what
is already available.
• Microsoft Windows: While DSpace can be run on Windows servers, most institutions tend to run it on
a UNIX-like operating system.

2.1.2 Java JDK 17 (OpenJDK or Oracle JDK)


• OpenJDK download and installation instructions can be found here http://openjdk.java.net/install/.
Most operating systems provide an easy path to install OpenJDK. Just be sure to install the full JDK
(development kit), and not the JRE (which is often the default example).
• Oracle's Java can be downloaded from the following location: http://www.oracle.com/technetwork/
java/javase/downloads/index.html. Make sure to download the appropriate version of the Java SE
JDK.

Make sure to install the JDK and not just the JRE

Installing the Backend (Server API) – 5


DSpace 8.x Documentation – Installing DSpace

DSpace requires the full JDK (Java Development Kit) be installed, rather than just the JRE (Java
Runtime Environment). So, please be sure that you are installing the full JDK and not just the
JRE.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Prior versions of Java are not supported


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Older versions of Java are unsupported. This includes JDK v11-v16. You MUST be running JDK
v17.
We highly recommend running only Java LTS (Long Term Support) releases in Production, as
non-LTS releases may not receive ongoing security fixes. As of this DSpace release, JDK 17 and
JDK 21 are the two most recent Java LTS releases. As soon as the next Java LTS release is
available, we will analyze it for compatibility with this release of DSpace. For more information
on Java releases, see the Java roadmaps for Oracle4 and/or OpenJDK5.

2.1.3 Apache Maven 3.8.x or above (Java build tool)

We recommend using the most recent version of Maven that you can, as newer releases may
include performance improvements and security updates. We recommend avoiding any that are
"end of life" per https://maven.apache.org/docs/history.html

Maven is necessary in the first stage of the build process to assemble the installation package for your
DSpace instance. It gives you the flexibility to customize DSpace using the existing Maven projects found in
the [dspace-source]/dspace/modules directory or by adding in your own Maven project to build the
installation package for DSpace, and apply any custom interface "overlay" changes.
Maven can be downloaded from http://maven.apache.org/download.html It is also provided via many
operating system package managers.

2.1.3.1 Configuring a Maven Proxy


You can configure a proxy to use for some or all of your HTTP requests in Maven. The username and
password are only required if your proxy requires basic authentication (note that later releases may support
storing your passwords in a secured keystore‚ in the meantime, please ensure your settings.xml file (usually $
{user.home}/.m2/settings.xml) is secured with permissions appropriate for your operating system).

4 https://www.oracle.com/technetwork/java/java-se-support-roadmap.html
5 https://adoptopenjdk.net/support.html#roadmap

Installing the Backend (Server API) – 6


DSpace 8.x Documentation – Installing DSpace

Example:

<settings>
.
.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

<host>proxy.somewhere.com</host>
<port>8080</port>
<username>proxyuser</username>
<password>somepassword</password>
<nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
</proxy>
</proxies>
.
.
</settings>

2.1.4 Apache Ant 1.10.x or later (Java build tool)


Apache Ant is required for the second stage of the build process (deploying/installing the application). First,
Maven is used to construct the installer ( [dspace-source]/dspace/target/dspace-installer ),
after which Ant is used to install/deploy DSpace to the installation directory.
Ant can be downloaded from the following location: http://ant.apache.org6 It is also provided via many
operating system package managers.

2.1.5 Relational Database (PostgreSQL)

2.1.5.1 PostgreSQL 12.x, 13.x, 14.x or 15.x (with pgcrypto installed)


• PostgreSQL can be downloaded from http://www.postgresql.org/. It is also provided via many
operating system package managers.
• Make sure to select a version of PostgreSQL that is still under support from the PostgreSQL
team7.
• If the version of Postgres provided by your package manager is outdated, you may wish to use
one of the official PostgreSQL provided repositories:

• Linux users can select their OS of choice for detailed instructions on using the official
PostgreSQL apt or yum repository: http://www.postgresql.org/download/linux/

6 http://ant.apache.org/
7 https://www.postgresql.org/support/versioning/

Installing the Backend (Server API) – 7


DSpace 8.x Documentation – Installing DSpace

• Windows users will need to use the windows installer: http://www.postgresql.org/


download/windows/

• Mac OSX users can choose their preferred installation method: http://
www.postgresql.org/download/macosx/
• Install the pgcrypto extension.8 It will also need to be enabled on your DSpace Database (see
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Installation instructions below for more info). The pgcrypto extension allows DSpace to create UUIDs
(universally unique identifiers) for all objects in DSpace, which means that (internal) object identifiers
are now globally unique and no longer tied to database sequences.
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

• On most Linux operating systems (Ubuntu, Debian, RedHat), this extension is provided in the
"postgresql-contrib" package in your package manager. So, ensure you've installed
"postgresql-contrib".
• On Windows, this extension should be provided automatically by the installer (check your
"[PostgreSQL]/share/extension" folder for files starting with "pgcrypto")
• Unicode (specifically UTF-8) support must be enabled (but this is enabled by default).
• Once installed, you need to enable TCP/IP connections (DSpace uses JDBC):
• In postgresql.conf : uncomment the line starting: listen_addresses =
'localhost' . This is the default, in recent PostgreSQL releases, but you should at least
check it.
• Then tighten up security a bit by editing pg_hba.conf and adding this line:

host dspace dspace 127.0.0.1 255.255.255.255 md5

This should appear before any lines matching all databases, because the first matching
rule governs.
• Then restart PostgreSQL.

2.1.6 Apache Solr 8.x (full-text index/search service)

Solr 8.11.1 or above is recommended as all prior 8.x releases are vulnerable to CVE-2021-44228
(log4j critical vulnerability). If you must use a prior version of 8.x, make sure to add "-
Dlog4j2.formatMsgNoLookups=true" to your SOLR_OPTS environment variable, see https://
solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228

8 http://www.postgresql.org/docs/9.4/static/pgcrypto.html

Installing the Backend (Server API) – 8


DSpace 8.x Documentation – Installing DSpace

Solr 9 is not yet fully supported, but can be used provided that you make minor modification to
the out-of-the-box "search/conf/solrconfig.xml" that comes with DSpace. See this below
comment9 for details.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Make sure to install Solr with Authentication disabled (which is the default). DSpace does not
yet support authentication to Solr (see https://github.com/DSpace/DSpace/issues/3169).
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Instead, we recommend placing Solr behind a firewall and/or ensuring port 8983 (which Solr runs
on) is not available for public/anonymous access on the web. Solr only needs to be accessible to
requests from the DSpace backend.

Solr can be obtained at the Apache Software Foundation site for Solr10. You may wish to read portions of the
quick-start tutorial11 to make yourself familiar with Solr's layout and operation. Unpack a Solr .tgz or .zip
archive in a place where you keep software that is not handled by your operating system's package
management tools, and arrange to have it running whenever DSpace is running. You should ensure that
Solr's index directories will have plenty of room to grow. You should also ensure that port 8983 is not in use
by something else, or configure Solr to use a different port.

If you are looking for a good place to put Solr, consider /opt or /usr/local . You can simply unpack
Solr in one place and use it. Or you can configure Solr to keep its indexes elsewhere, if you need to – see the
Solr documentation for how to do this.
It is not necessary to dedicate a Solr instance to DSpace, if you already have one and want to use it. Simply
copy DSpace's cores to a place where they will be discovered by Solr. See below.

2.1.7 (Optional) Servlet Engine (Apache Tomcat 10.1.x, Jetty, Caucho Resin or
equivalent)

Tomcat is optional depending on the installation approach you choose

As of DSpace 8, two deployment options exist for the backend:


1. The web application installation (traditional approach) still requires installing Tomcat and
deploying the DSpace backend ("server") web application into your Tomcat installation. This
approach is the same as DSpace 7 and below.
2. (NEW) A new Runnable JAR is available for the DSpace backend which embeds Tomcat
within it and is fully executable on its own (see step 11: "Deploy the application" below for
more details).

9 https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace?focusedCommentId=246284451#comment-246284451
10 https://solr.apache.org/
11 https://solr.apache.org/guide/solr/latest/getting-started/introduction.html

Installing the Backend (Server API) – 9


DSpace 8.x Documentation – Installing DSpace

If you choose the first approach, Tomcat is required. If you choose the second, you no longer
need to install Tomcat.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Older versions of Tomcat or Jetty are not supported


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

The DSpace backend can no longer be run on Tomcat 9 as it has been updated to Spring 6 /
Spring Boot v3 to support Jakarta Enterprise Edition12 9+.
If you are using a different servlet engine, you must ensure it is compatible with Jakarta EE 9+
(e.g. Jetty must be version 11 or later)

• Apache Tomcat 10.1.x. Tomcat can be downloaded from the following location: http://
tomcat.apache.org13. It is also provided via many operating system package managers.
• The Tomcat owner (i.e. the user that Tomcat runs as) must have read/write access to the
DSpace installation directory (i.e. [dspace] ). There are a few common ways this may be
achieved:

• One option is to specifically give the Tomcat user (often named "tomcat") ownership
of the [dspace] directories, for example:

# Change [dspace] and all subfolders to be owned by "tomcat"


chown -R tomcat:tomcat [dspace]

• Another option is to have Tomcat itself run as a new user named "dspace" (see
installation instructions below). Some operating systems make modifying the Tomcat
"run as" user easily modifiable via an environment variable named TOMCAT_USER.
This option may be more desirable if you have multiple Tomcat instances running, and
you do not want all of them to run under the same Tomcat owner.
• On Debian systems, you may also need to modify or override the "tomcat.service" file to
specify the DSpace installation directory in the list of ReadWritePaths. For example:

# Replace [dspace] with the full path of your DSpace install


ReadWritePaths=[dspace]

• You need to ensure that Tomcat a) has enough memory to run DSpace, and b) uses UTF-8 as
its default file encoding for international character support. So ensure in your startup scripts
(etc) that the following environment variable is set: JAVA_OPTS="-Xmx512M -Xms64M
-Dfile.encoding=UTF-8"

12 https://en.wikipedia.org/wiki/Jakarta_EE
13 http://tomcat.apache.org/whichversion.html

Installing the Backend (Server API) – 10


DSpace 8.x Documentation – Installing DSpace

• Modifications in [tomcat]/conf/server.xml : You also need to alter Tomcat's default


configuration to support searching and browsing of multi-byte UTF-8 correctly. You need to
add a configuration option to the <Connector> element in [tomcat]/config/server.xml:
URIEncoding="UTF-8" e.g. if you're using the default Tomcat config, it should read:
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->


<Connector port="8080"
minSpareThreads="25"
enableLookups="false"
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

redirectPort="8443"
connectionTimeout="20000"
disableUploadTimeout="true"
URIEncoding="UTF-8"/>

You may change the port from 8080 by editing it in the file above, and by setting the variable
CONNECTOR_PORT in server.xml. You should set the URIEncoding even if you are running
Tomcat behind a reverse proxy (Apache HTTPD, Nginx, etc.) via AJP.
• Jetty 11+ or Caucho Resin
• NOTE: DSpace is not actively tested on these servlet engines. That said, DSpace should be
able to run on a Tomcat-equivalent servlet Engine, such as Jetty (https://www.eclipse.org/
jetty/) or Caucho Resin (http://www.caucho.com/). If you choose to use a different servlet
container, please ensure that it supports Jakarta EE 9+ (e.g. Jetty must be version 11 or later)
• Jetty and Resin are configured for correct handling of UTF-8 by default.

2.1.8 (Optional) IP to City Database for Location-based Statistics


Optionally, if you wish to record the geographic locations of clients in DSpace usage statistics records, you
will need to install (and regularly update) one of the following:
• Either, a copy of MaxMind's GeoLite City database14 (in MMDB format)
• NOTE: Installing MaxMind GeoLite2 is free. However, you must sign up for a (free) MaxMind
account in order to obtain a license key to use the GeoLite2 database.
• You may download GeoLite2 directly from MaxMind, or many Linux distributions provide the
geoipupdate tool directly via their package manager. You will still need to configure your
license key prior to usage.
• Once the "GeoLite2-City.mmdb" database file is installed on your system, you will need to
configure its location as the value of usage-statistics.dbfile in your local.cfg
configuration file.
• See the "Managing the City Database File" section of SOLR Statistics15 for more information
about using a City Database with DSpace.
• Or, you can alternatively use/install DB-IP's City Lite database16 (in MMDB format)

14 https://dev.maxmind.com/geoip/geoip2/geolite2/
15 https://wiki.lyrasis.org/display/DSDOC7x/SOLR+Statistics
16 https://db-ip.com/db/download/ip-to-city-lite

Installing the Backend (Server API) – 11


DSpace 8.x Documentation – Installing DSpace

• This database is also free to use, but does not require an account to download.
• Once the "dbip-city-lite.mmdb" database file is installed on your system, you will need to
configure its location as the value of usage-statistics.dbfile in your local.cfg
configuration file.
• See the "Managing the City Database File" section of SOLR Statistics17 for more information
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

about using a City Database with DSpace.

2.2 Backend Installation


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

1. Install all the Backend Requirements (see page 5) listed above.


2. Create a DSpace operating system user (optional) . As noted in the prerequisites above, Tomcat (or
Jetty, etc) must run as an operating system user account that has full read/write access to the
DSpace installation directory (i.e. [dspace] ). Either you must ensure the Tomcat owner also owns
[dspace] , OR you can create a new "dspace" user account, and ensure that Tomcat also runs as
that account:

useradd -m dspace

The choice that makes the most sense for you will probably depend on how you installed your servlet
container (Tomcat/Jetty/etc). If you installed it from source, you will need to create a user account
to run it, and that account can be named anything, e.g. 'dspace'. If you used your operating system's
package manager to install the container, then a user account should have been created as part of
that process and it will be much easier to use that account than to try to change it.
3. Download the latest DSpace release18 from the DSpace GitHub Repository. You can choose to either
download the zip or tar.gz file provided by GitHub, or you can use "git" to checkout the appropriate tag
(e.g. dspace-8.0 ) or branch.

4. Unpack the DSpace software. After downloading the software, based on the compression file format,
choose one of the following methods to unpack your software:
a. Zip file. If you downloaded dspace-8.0.zip do the following:

unzip dspace-8.0.zip

b. .gz file. If you downloaded dspace-8.0.tar.gz do the following:

gunzip -c dspace-8.0.tar.gz | tar -xf -

For ease of reference, we will refer to the location of this unzipped version of the DSpace
release as [dspace-source] in the remainder of these instructions. After unpacking the file, the

17 https://wiki.lyrasis.org/display/DSDOC7x/SOLR+Statistics
18 https://github.com/DSpace/DSpace/releases

Installing the Backend (Server API) – 12


DSpace 8.x Documentation – Installing DSpace

user may wish to change the ownership of the dspace-8.x folder to the "dspace" user. (And
you may need to change the group).
5. Database Setup for PostgreSQL:
• Create a dspace database user (this user can have any name, but we'll assume you name it
"dspace"). This is entirely separate from the dspace operating-system user created above:
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

createuser --username=postgres --no-superuser --pwprompt dspace


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

You will be prompted (twice) for a password for the new dspace user. Then you'll be
prompted for the password of the PostgreSQL superuser ( postgres ).

• Create a dspace database, owned by the dspace PostgreSQL user. Similar to the previous
step, this can only be done by a "superuser" account in PostgreSQL (e.g. postgres ):

createdb --username=postgres --owner=dspace --encoding=UNICODE dspace

You will be prompted for the password of the PostgreSQL superuser ( postgres ).
• Finally, you MUST enable the pgcrypto extension19 on your new dspace database. Again, this
can only be enabled by a "superuser" account (e.g. postgres )

# Login to the database as a superuser, and enable the pgcrypto


extension on this database
psql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;"

The "CREATE EXTENSION" command should return with no result if it succeeds. If it fails or
throws an error, it is likely you are missing the required pgcrypto extension (see Database
Prerequisites20 above).
• Alternative method: How to enable pgcrypto via a separate database schema. While
the above method of enabling pgcrypto is perfectly fine for the majority of users, there
may be some scenarios where a database administrator would prefer to install
extensions into a database schema that is separate from the DSpace tables.
Developers also may wish to install pgcrypto into a separate schema if they plan to
"clean" (recreate) their development database frequently. Keeping extensions in a
separate schema from the DSpace tables will ensure developers would NOT have to
continually re-enable the extension each time you run a " ./dspace database
clean ". If you wish to install pgcrypto in a separate schema here's how to do that:

# Login to the database as a superuser

19 http://www.postgresql.org/docs/9.4/static/pgcrypto.html
20 https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-RelationalDatabase:(PostgreSQLorOracle)

Installing the Backend (Server API) – 13


DSpace 8.x Documentation – Installing DSpace

psql --username=postgres dspace


# Create a new schema in this database named "extensions" (or
whatever you want to name it)
CREATE SCHEMA extensions;
# Enable this extension in this new schema
CREATE EXTENSION pgcrypto SCHEMA extensions;
# Grant rights to call functions in the extensions schema to your
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

dspace user
GRANT USAGE ON SCHEMA extensions TO dspace;
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

# Append "extensions" on the current session's "search_path" (if


it doesn't already exist in search_path)
# The "search_path" config is the list of schemas that Postgres
will use
SELECT set_config('search_path',current_setting('search_path') ||
',extensions',false) WHERE current_setting('search_path') !~
'(^|,)extensions(,|$)';
# Verify the current session's "search_path" and make sure it's
correct
SHOW search_path;
# Now, update the "dspace" Database to use the same "search_path"
(for all future sessions) as we've set for this current session
(i.e. via set_config() above)
ALTER DATABASE dspace SET search_path FROM CURRENT;

6. Initial Configuration (local.cfg): Create your own [dspace-source]/dspace/config/


local.cfg configuration file. You may wish to simply copy the provided [dspace-source]/
dspace/config/local.cfg.EXAMPLE . This local.cfg file can be used to store any configuration
changes that you wish to make which are local to your installation (see local.cfg configuration file21
documentation). ANY setting may be copied into this local.cfg file from the dspace.cfg or any other
*.cfg file in order to override the default setting (see note below). For the initial installation of
DSpace, there are some key settings you'll likely want to override. Those are provided in the
[dspace-source]/dspace/config/local.cfg.EXAMPLE . (NOTE: Settings followed with an
asterisk (*) are highly recommended, while all others are optional during initial installation and may
be customized at a later time.)
• dspace.dir* - must be set to the [dspace] (installation) directory (NOTE: On Windows be
sure to use forward slashes for the directory path! For example: " C:/dspace " is a valid path
for Windows.)
• dspace.server.url* - complete URL of this DSpace backend (including port and any
subpath). Do not end with '/'. For example: http://localhost:8080/server
• dspace.ui.url* - complete URL of the DSpace frontend (including port and any subpath).
REQUIRED for the REST API to fully trust requests from the DSpace frontend. Do not end with
'/'. For example: http://localhost:4000

21 https://wiki.lyrasis.org/display/DSDOC8x/Configuration+Reference#ConfigurationReference-Thelocal.cfgConfigurationPropertiesFile

Installing the Backend (Server API) – 14


DSpace 8.x Documentation – Installing DSpace

• dspace.name - Human-readable, "proper" name of your server, e.g. "My Digital Library".

• solr.server * - complete URL of the Solr server. DSpace makes use of Solr22 for indexing
purposes. http://localhost:8983/solr unless you changed the port or installed Solr on some
other host.
• default.language - Default language for all metadata values (defaults to "en_US")
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

• db.url* - The full JDBC URL to your database (examples are provided in the
local.cfg.EXAMPLE )
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

• db.driver* - Which database driver to use for PostgreSQL (default should be fine)

• db.dialect* - Which database dialect to use for PostgreSQL (default should be fine)

• db.username * - the database username used in the previous step.

• db.password * - the database password used in the previous step.

• db.schema * - the database schema to use (examples are provided in the


local.cfg.EXAMPLE)
• mail.server - fully-qualified domain name of your outgoing mail server.

• mail.from.address - the "From:" address to put on email sent by DSpace.

• feedback.recipient - mailbox for feedback mail.

• mail.admin - mailbox for DSpace site administrator.

• alert.recipient - mailbox for server errors/alerts (not essential but very useful!)

• registration.notify - mailbox for emails when new users register (optional)

Your local.cfg file can override ANY settings from other *.cfg files in DSpace

The provided local.cfg.EXAMPLE only includes a small subset of the


configuration settings available with DSpace. It provides a good starting point for
your own local.cfg file.
However, you should be aware that ANY configuration can now be copied into
your local.cfg to override the default settings. This includes ANY of the
settings/configurations in:

22 http://lucene.apache.org/solr/

Installing the Backend (Server API) – 15


DSpace 8.x Documentation – Installing DSpace

• The primary dspace.cfg file ( [dspace]/config/dspace.cfg )

• Any of the module configuration files ( [dspace]/config/


modules/*.cfg files)

• Any of the Spring Boot settings ( [dspace-src]/dspace-server-


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

webapp/src/main/resources/application.properties )
Individual settings may also be commented out or removed in your local.cfg ,
in order to re-enable default settings.
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

See the Configuration Reference23 section for more details.

7. DSpace Directory: Create the directory for the DSpace backend installation (i.e. [dspace] ). As root
(or a user with appropriate permissions), run:

mkdir [dspace]
chown dspace [dspace]

(Assuming the dspace UNIX username.)


8. Build the Installation Package: As the dspace UNIX user, generate the DSpace installation package.

cd [dspace-source]
mvn package

9. Install DSpace Backend: As the dspace UNIX user, install DSpace to [dspace] :

cd [dspace-source]/dspace/target/dspace-installer
ant fresh_install

To see a complete list of build targets, run: ant help The most likely thing to go wrong
here is the test of your database connection. See the Common Installation Issues (see page
36) Section below for more details.

10. Initialize your Database: While this step is optional (as the DSpace database should auto-initialize
itself on first startup), it's always good to verify one last time that your database connection is
working properly. To initialize the database run:

[dspace]/bin/dspace database migrate

23 https://wiki.lyrasis.org/display/DSDOC8x/Configuration+Reference

Installing the Backend (Server API) – 16


DSpace 8.x Documentation – Installing DSpace

a. After running this script, it's a good idea to run "./dspace database info" to check that your
database has been fully initialized. A fully initialized database should list the state of all
migrations as either "Success" or "Out of Order". If any migrations have failed or are still listed
as "Pending", then you need to check your "dspace.log" for possible "ERROR" messages. If
any errors appeared, you will need to resolve them before continuing.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

11. Copy Solr cores: DSpace installation creates a set of six empty Solr cores already configured.
a. Copy them from [dspace] /solr to the place where your Solr instance will discover them.
For example:
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

# [solr] is the location where Solr is installed.


# NOTE: On Debian systems the configsets may be under /var/solr/data/
configsets
cp -R [dspace]/solr/* [solr]/server/solr/configsets

# Make sure everything is owned by the system user who owns Solr
# Usually this is a 'solr' user account
# See https://solr.apache.org/guide/8_1/taking-solr-to-
production.html#create-the-solr-user
chown -R solr:solr [solr]/server/solr/configsets

b. Start (or re-start) Solr. For example:

[solr]/bin/solr restart

c. You can check the status of Solr and your new DSpace cores by using its administrative web
interface. Browse to ${solr.server} (e.g. http://localhost:8983/solr/) to see
if Solr is running well, then look at the cores by selecting (on the left) Core Admin or using the
Core Selector drop list.
i. For example, to test that your "search" core is setup properly, try accessing the URL $
{solr.server}/search/select . It should run an empty query against the
"search" core, returning an empty JSON result. If it returns an error, then that means
your "search" core is missing or not installed properly.
12. Deploy web application
We have different possibilities in this case:
• Deploy web application to Tomcat (traditional installation): The DSpace backend consists of
a single "server" webapp (in [dspace]/webapps/server ). You need to deploy this
webapp into your Servlet Container (e.g. Tomcat). Generally, there are two options (or
techniques) which you could use...either configure Tomcat to find the DSpace "server"
webapp, or copy the "server" webapp into Tomcat's own webapps folder.

• Technique A. Tell your Tomcat/Jetty/Resin installation where to find your DSpace web
application(s). As an example, in the directory [tomcat]/conf/Catalina/

Installing the Backend (Server API) – 17


DSpace 8.x Documentation – Installing DSpace

localhost you could add files similar to the following (but replace [dspace] with
your installation location):

DEFINE A CONTEXT PATH FOR DSpace Server webapp: server.xml


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

<?xml version='1.0'?>
<Context
docBase="[dspace]/webapps/server"/>
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

The name of the file (not including the suffix ".xml") will be the name of the context, so
for example server.xml defines the context at http://host:8080/server .
To define the root context ( http://host:8080/ ), name that context's file
ROOT.xml . Optionally, you can also choose to install the old, deprecated "rest"
webapp if you

• Technique B. Simple and complete. You copy only (or all) of the DSpace Web
application(s) you wish to use from the [dspace]/webapps directory to the appropriate
directory in your Tomcat/Jetty/Resin installation. For example:
cp -R [dspace]/webapps/* [tomcat]/webapps (This will copy all the web
applications to Tomcat).
cp -R [dspace]/webapps/server [tomcat]/webapps (This will copy only
the Server web application to Tomcat.)

To define the root context ( http://host:8080/ ), name that context's directory


ROOT .
• Deploy Runnable JAR application (NEW) : The DSpace backend now builds a Runnable JAR
application made with SpringBoot . After building DSpace, a new "server-boot.jar" will be
available at [dspace]/webapps/server-boot.jar . This JAR file contains the entire
"server" webapp, embedded Tomcat, and the "dspace.dir" configuration made during the build
phase. You can execute this JAR with the following command:

Server-boot execution

java -jar [dspace]/webapps/server-boot.jar

By running it, the server will boot with the configuration that you've made during the build
phase. There are optional parameters that you can use to override the build values:

• spring.config.location - reference to the application.properties file to use

Installing the Backend (Server API) – 18


DSpace 8.x Documentation – Installing DSpace

--spring.config.location=file:///path/to/target/
application.properties

• dspace.dir - reference to the installation directory of the application, ( default


value in application.properties )
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

--dspace.dir=/path/to/install/folder
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

• logging.config - log configuration file of the project ( default value in


application.properties )

--logging.config=file:///path/to/target/file/log2.xml

• These are only the main ones, obviously , you can override every property that can be
found inside the configuration files just by appending it as argument of the execution
command, just like this: --[prop]=[value] . Or you may choose to use
Environment Variable overriding as described in the Configuration Reference24
13. Create an Administrator Account: Create an initial administrator account from the command line:

[dspace]/bin/dspace create-administrator

14. Initial Startup! Now the moment of truth! Start up (or restart) Tomcat/Jetty/Resin.
a. REST API Interface - (e.g.) http://dspace.myu.edu:8080/server/
b. OAI-PMH Interface - (e.g.) http://dspace.myu.edu:8080/server/oai/request?verb=Identify
c. For an example of what the default backend looks like, visit the Demo Backend: https://
demo.dspace.org/server/
15. Setup scheduled tasks for behind-the-scenes processes: For all features of DSpace to work
properly, there are some scheduled tasks you MUST setup to run on a regular basis. Some examples
are tasks that help create thumbnails (for images), do full-text indexing (of textual content) and send
out subscription emails. See the Scheduled Tasks via Cron25 for more details.
16. Production Installation (adding HTTPS support): Running the DSpace Backend on HTTP & port 8080
is only usable for local development environments (where you are running the UI and REST API from
the same machine, and only accessing them via localhost URLs). If you want to run DSpace in
Production, you MUST run the backend with HTTPS support (otherwise logins will not work outside
of your local domain).

24 https://wiki.lyrasis.org/display/DSDOC8x/Configuration+Reference
25 https://wiki.lyrasis.org/display/DSDOC8x/Scheduled+Tasks+via+Cron

Installing the Backend (Server API) – 19


DSpace 8.x Documentation – Installing DSpace

a. For HTTPS support, we recommend installing either Apache HTTPD26 or Nginx27, configuring
SSL at that level, and proxying all requests to your Tomcat installation (or Runnable JAR).
Keep in mind, if you want to host both the DSpace Backend and Frontend on the same server,
you can use one installation of Apache HTTPD or NGinx to manage HTTPS/SSL and proxy to
both.
b. Apache HTTPD: These instructions are specific to Apache HTTPD, but a similar setup can be
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

achieved with NGinx (see below)


i. Install Apache HTTPD28, e.g. sudo apt install apache2
ii. Install mod_headers29, mod_proxy30 and mod_proxy_ajp31 (or mod_proxy_http)
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

modules, e.g. sudo a2enmod headers; sudo a2enmod proxy; sudo


a2enmod proxy_ajp
1. Alternatively, you can choose to use mod_proxy_http32 to create an http proxy.
A separate example is commented out below
iii. For mod_proxy_ajp to communicate with Tomcat, you'll need to enable Tomcat's AJP
connector in your Tomcat's server.xml:

<Connector protocol="AJP/1.3" port="8009" redirectPort="8443"


URIEncoding="UTF-8" />

iv. Restart Apache to enable these modules


v. Obtain an SSL certificate for HTTPS support. If you don't have one yet, you can use
Let's Encrypt (for free) using the "certbot" tool: https://certbot.eff.org/
vi. Now, setup a new VirtualHost for your site (using HTTPS / port 443) which proxies all
requests to Tomcat's AJP connector (running on port 8009)

<VirtualHost _default_:443>
# Add your domain here. We've added "my.dspace.edu" as an
example
ServerName my.dspace.edu
.. setup your host how you want, including log settings...
.. setup your host how you want, including log settings...

# Most installs will need these options enabled to ensure


DSpace knows its hostname and scheme (http or https)
# Also required to ensure correct sitemap URLs appear in /
robots.txt for User Interface.
ProxyPreserveHost On
RequestHeader set X-Forwarded-Proto https

26 https://httpd.apache.org/
27 https://www.nginx.com/
28 https://httpd.apache.org/
29 https://httpd.apache.org/docs/current/mod/mod_headers.html
30 https://httpd.apache.org/docs/current/mod/mod_proxy.html
31 https://httpd.apache.org/docs/current/mod/mod_proxy_ajp.html
32 https://httpd.apache.org/docs/current/mod/mod_proxy_http.html

Installing the Backend (Server API) – 20


DSpace 8.x Documentation – Installing DSpace

SSLEngine on
SSLCertificateFile [full-path-to-PEM-cert]
SSLCertificateKeyFile [full-path-to-cert-KEY]
# LetsEncrypt certificates (and possibly others) may require a
chain file be specified
# in order for the UI / Node.js to validate the HTTPS
connection.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

#SSLCertificateChainFile [full-path-to-chain-file]

# Proxy all HTTPS requests to "/server" from Apache to Tomcat


via AJP connector
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

ProxyPass /server ajp://localhost:8009/server


ProxyPassReverse /server ajp://localhost:8009/server

# If you would rather use mod_proxy_http as an http proxy to


port 8080
# then use these settings instead
#ProxyPass /server http://localhost:8080/server
#ProxyPassReverse /server http://localhost:8080/server
</VirtualHost>

c. NGinx: These instructions are specific to NGinx.


i. Install/Setup NGinx33
ii. Sample NGinx "server block" configuration. Keep in mind we are only providing basic
example settings.

# Setup HTTP to redirect to HTTPS


server {
listen 80;
# Add your domain here. We've added "my.dspace.edu" as an
example
server_name my.dspace.edu;
rewrite ^ https://my.dspace.edu permanent;
}

# Setup HTTPS access


server {
listen 443 ssl;
# Add your domain here. We've added "my.dspace.edu" as an
example
server_name my.dspace.edu;

# Add your SSL certificate/key path here


# NOTE: For LetsEncrypt, the certificate should be the full
certificate chain file
ssl_certificate my.dspace.edu.crt (or PEM);
ssl_certificate_key my.dspace.edu.key;

33 https://www.nginx.com/

Installing the Backend (Server API) – 21


DSpace 8.x Documentation – Installing DSpace

# Proxy all HTTPS requests to "/server" from NGinx to Tomcat on


port 8080
location /server {
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $host;
proxy_pass http://localhost:8080/server;
}
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

d. After switching to HTTPS, make sure to go back and update the URLs (primarily
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

dspace.server.url ) in your local.cfg to match the new URL of your backend (REST API).
This will require briefly rebooting Tomcat.

Installing the Backend (Server API) – 22


DSpace 8.x Documentation – Installing DSpace

3 Installing the Frontend (User Interface)


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

3.1 Frontend Requirements


UNIX-like OS or Microsoft Windows (see page 23)
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Node.js (v18.x or v20.x) (see page 23)


Yarn (v1.x) (see page 23)
PM2 (or another Process Manager for Node.js apps) (optional, but recommended for Production) (see
page 24)
DSpace Backend (see above) (see page 24)

3.1.1 UNIX-like OS or Microsoft Windows


• UNIX-like operating system (Linux, HP/UX, Mac OSX, etc.) : Many distributions of Linux/Unix come
with some of the dependencies below pre-installed or easily installed via updates. You should
consult your particular distribution's documentation or local system administrators to determine what
is already available.
• Microsoft Windows: While DSpace can be run on Windows servers, most institutions tend to run it on
a UNIX-like operating system.

3.1.2 Node.js (v18.x or v20.x)


• Node.js can be found at https://nodejs.org/. It may be available through your Linux distribution's
package manager. We recommend running a Long Term Support (LTS) version34 (even numbered
releases). Non-LTS versions (odd numbered releases) are not recommended.
• Node.js is a Javascript runtime that also provides npm35 (Node Package Manager). It is used to both
build and run the frontend.

3.1.3 Yarn (v1.x)


• Yarn v1.x is available at https://classic.yarnpkg.com/. It can usually be install via NPM (or through
your Linux distribution's package manager). We do NOT currently support Yarn v2.

# You may need to run this command using "sudo" if you don't have proper
privileges
npm install --global yarn

34 https://nodejs.org/en/about/releases/
35 https://www.npmjs.com/

Installing the Frontend (User Interface) – 23


DSpace 8.x Documentation – Installing DSpace

• Yarn is used to build the frontend.

3.1.4 PM2 (or another Process Manager for Node.js apps) (optional, but
recommended for Production)
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

• In Production scenarios, we highly recommend starting/stopping the User Interface using a Node.js
process manager. There are several available, but our current favorite is PM236. The rest of this
installation guide assumes you are using PM2.
• PM237 is very easily installed via NPM
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

# You may need to run this command using "sudo" if you don't have proper
privileges
npm install --global pm2

3.1.5 DSpace Backend (see above)


• The DSpace User Interface (Frontend) cannot function without an installed DSpace Backend. Follow
the instructions above.
• The Frontend and Backend do not need to be installed on the same machine/server. They may be
installed on separate machines as long as the two machines can connect to one another via HTTP or
HTTPS.

3.2 Frontend Installation


1. Download Code (to [dspace-angular]): Download the latest dspace-angular release38 from the
DSpace GitHub repository. You can choose to either download the zip or tar.gz file provided by
GitHub, or you can use "git" to checkout the appropriate tag (e.g. dspace-8.0 ) or branch.
a. NOTE: For the rest of these instructions, we'll refer to the source code location as [dspace-
angular].

2. Install Dependencies: Install all required local dependencies by running the following from within the
unzipped [dspace-angular] directory

# change directory to our repo


cd [dspace-angular]

# install the local dependencies


yarn install

36 https://pm2.keymetrics.io/
37 https://pm2.keymetrics.io/
38 https://github.com/DSpace/dspace-angular/releases

Installing the Frontend (User Interface) – 24


DSpace 8.x Documentation – Installing DSpace

# NOTE: Some dependencies occasionally get overly strict over exact versions of
Node & Yarn.
# If you are running a supported version of Node & Yarn, but see a message like
# `The engine "node" is incompatible with this module.`, you can disregard it
using this flag:
# yarn install --ignore-engines
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

3. Build/Compile: Build the User Interface for Production. This builds source code (under [dspace-
angular]/src/ ) to create a compiled version of the User Interface in the [dspace-angular] /
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

dist folder. This /dist folder is what we will deploy & run to start the UI.

yarn build:prod

a. You only need to rebuild the UI application if you change source code (under [dspace-
angular]/src/ ). Simply changing the configurations (e.g. config.prod.yml, see below) do
not require a rebuild, but only require restarting the UI.
4. Deployment (to [dspace-ui-deploy]): (Only recommended for Production setups) Choose/Create a
directory on your server where you wish to run the compiled User Interface. We'll call this [dspace-
ui-deploy].

[dspace-ui-deploy] vs [dspace-angular]

[dspace-angular] is the directory where you've downloaded and built the UI source
code (per the instructions above). For deployment/running the UI, we recommend
creating an entirely separate [dspace-ui-deploy] directory. This keeps your
running, production User Interface separate from your source code directory and also
minimizes downtime when rebuilding your UI. You may even choose to deploy to a
[dspace-ui-deploy] directory on a different server (and copy the /dist directory
over via FTP or similar).
If you are installing the UI for the first time, or just want a simple setup, you can choose to
have [dspace-ui-deploy] and [dspace-angular] be the same directory. This would mean you
don't have to copy your /dist folder to another location. However, the downside is that
your running site will become unresponsive whenever you do a re-build/re-compile (i.e.
rerun "yarn build:prod") as this build process will first delete the [dspace-angular]/
dist directory before rebuilding it.

a. Copy the entire [dspace-angular] /dist/ folder to this location. For example:

cp -r [dspace-angular]/dist [dspace-ui-deploy]

Installing the Frontend (User Interface) – 25


DSpace 8.x Documentation – Installing DSpace

b. WARNING: At this time, you MUST copy the entire "dist" folder and make sure NOT to rename
it. Therefore, the directory structure should look like this:

Contents of \[dspace-ui-deploy\] folder


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

[dspace-ui-deploy]
/dist
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

/browser (compiled client-side code)


/server (compiled server-side code, including "main.js")
/config (Optionally created in the "Configuration" step below)
/config.prod.yml (Optionally created in the "Configuration" step
below)

c. NOTE: the OS account which runs the UI via Node.js (see below) MUST have write privileges
to the [dspace-ui-deploy] directory (because on startup, the runtime configuration is
written to [dspace-ui-deploy]/dist/browser/assets/config.json )

5. Configuration: You have two options for User Interface Configuration39, Environment Variables or
YAML-based configuration ( config.prod.yml ). Choose one!
a. YAML configuration: Create a "config.prod.yml" at [dspace-ui-deploy]/config/
config.prod.yml . You may wish to use the [dspace-angular]/config/
config.example.yml as a starting point. This config.prod.yml file can be used to
override any of the default configurations listed in the config.example.yml (in that same
directory). At a minimum this file MUST include a "rest" section (and may also include a "ui"
section), similar to the following (keep in mind, you only need to include settings that you
need to modify).

Example config.prod.yml

# The "ui" section defines where you want Node.js to run/respond. It


often is a *localhost* (non-public) URL, especially if you are using a
Proxy.
# In this example, we are setting up our UI to just use localhost, port
4000.
# This is a common setup for when you want to use Apache or Nginx to
handle HTTPS and proxy requests to Node on port 4000
ui:
ssl: false
host: localhost
port: 4000
nameSpace: /

39 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration

Installing the Frontend (User Interface) – 26


DSpace 8.x Documentation – Installing DSpace

# This example is valid if your Backend is publicly available at https:/


/api.mydspace.edu/server/
# The REST settings MUST correspond to the primary/public URL of the
backend. Usually, this means they must be kept in sync
# with the value of "dspace.server.url" in the backend's local.cfg
rest:
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

ssl: true
host: api.mydspace.edu
port: 443
nameSpace: /server
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

b. Environment variables: Every configuration in the UI may be specified via an Environment


Variable. See Configuration Override40 in the User Interface Configuration41 documentation for
more details. For example, the below environment variables provide the same setup as the
config.prod.yml example above.

Example Environment Variables

# All environment variables MUST


# (1) be prefixed with "DSPACE_"
# (2) use underscores as separators (no dots allowed), and
# (3) use all uppercase

# "ui" section
DSPACE_UI_SSL = false
DSPACE_UI_HOST = localhost
DSPACE_UI_PORT = 4000
DSPACE_UI_NAMESPACE = /

# "rest" section
DSPACE_REST_SSL = true
DSPACE_REST_HOST = api.mydspace.edu
DSPACE_REST_PORT = 443
DSPACE_REST_NAMESPACE = /server

i. NOTE: When using PM2, some may find it easier to use Environment variables, as it
allows you to specify DSpace UI configs within your PM2 configuration. See PM2
instructions below.
c. Configuration Hints:
i. See the User Interface Configuration42 documentation for a list of all available
configurations.
ii. In the "ui" section above, you may wish to start with "ssl: false" and "port: 4000" just to
be certain that everything else is working properly before adding HTTPS support.

40 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration#UserInterfaceConfiguration-ConfigurationOverride
41 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration
42 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration

Installing the Frontend (User Interface) – 27


DSpace 8.x Documentation – Installing DSpace

KEEP IN MIND, we highly recommend always using HTTPS for Production. (See
section on HTTPS below)
iii. (Optionally) Test the connection to your REST API from the UI from the command-line.
This is not required, but it can sometimes help you discover immediate configuration
issues if the test fails.
1. If you are using YAML configs, copy your config.prod.yml back into your source
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

code folder at [dspace-angular]/config/config.prod.yml


2. From [dspace-angular] , run yarn test:rest This script will attempt
a basic Node.js connection to the REST API that is configured in your
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

"config.prod.yml" file and validate the response.


3. A successful connection should return a 200 Response and all JSON validation
checks should return "true"
4. If you receive a connection error or different response code, you MUST fix your
REST API before the UI will be able to work. See also the "Common Installation
Issues43" below. If you receive an SSL error, see "Using a Self-Signed SSL
Certificate causes the Frontend to not be able to access the Backend44"
iv. When using a subpath (nameSpace) in your UI server base URL (e.g. "http://
localhost:4000/mysite/" instead of "http://localhost:4000/"), you must make sure that
the URL without the subpath is added to the rest.cors.allowed-origins list
in [dspace]/config/modules/rest.cfg or the local.cfg override. The
default value used for this configuration assumes that Origin and DSpace URL are
identical, but CORS origins do not contain a subpath.
6. Start up the User Interface: The compiled User Interface only requires Node.js45 to run. However,
most users may want to use PM246 (or a similar Node.js process manager) in Production to provide
easier logging and restart tools.
a. Quick Start: To quickly startup / test the User Interface, you can just use Node.js. This is only
recommended for quickly testing the UI is working, as no logs are available.

# You MUST start the UI from within the deployment directory


cd [dspace-ui-deploy]

# Run the "server/main.js" file to startup the User Interface


node ./dist/server/main.js

# Stop the UI by killing it via Ctrl+C

b. Run via PM2: Using PM2 (or a different Node.js process manager) is highly recommended for
Production scenarios. Here's an example of a Production setup of PM2.
i. First you need to create a PM2 JSON configuration file which will run the User
Interface. This file can be named anything & placed where ever you like, but you may

43 https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues
44 https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-UsingaSelf-
SignedSSLCertificatecausestheFrontendtonotbeabletoaccesstheBackend
45 https://nodejs.org/en/
46 https://pm2.keymetrics.io/

Installing the Frontend (User Interface) – 28


DSpace 8.x Documentation – Installing DSpace

want to save it to your deployment directory (e.g. [dspace-ui-deploy]/dspace-


ui.json ).

dspace-ui.json
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

{
"apps": [
{
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

"name": "dspace-ui",
"cwd": "/full/path/to/dspace-ui-deploy",
"script": "dist/server/main.js",
"instances": "max",
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production"
}
}
]
}

1. NOTE: The "cwd" setting MUST correspond to your [dspace-ui-deploy]


folder path.
2. NOTE #2: The "exec_mode" and "instances" settings are optional but highly
recommended. Setting "exec_mode" to "cluster" enable's PM2's cluster
mode47. This will provide better performance in production as it allows PM2 to
scale your site across multiple CPUs. The "instances" setting tells PM2 how
many CPUs to scale across ("max" means all CPUs, but you can also specify a
number.)
3. NOTE #3: If you wanted to configure your UI using Environment Variables,
specify those Environment Variables under the "env" section. For example:

Configuration via Environment Variables

"env": {
"NODE_ENV": "production",
"DSPACE_REST_SSL": "true",
"DSPACE_REST_HOST": "demo.dspace.org",
"DSPACE_REST_PORT": "443",
"DSPACE_REST_NAMESPACE": "/server"
}

4. NOTE #4: If you are using Windows, there are two other rules to keep in mind in
this JSON configuration. First, all paths must include double backslashes (e.g.

47 https://pm2.keymetrics.io/docs/usage/cluster-mode/

Installing the Frontend (User Interface) – 29


DSpace 8.x Documentation – Installing DSpace

"C:\\dspace-ui-deploy"). Second, "cluster" mode is required. Here's an example


configuration for Windows:

dspace-ui.json (for Windows)


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

{
"apps": [
{
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

"name": "dspace-ui",
"cwd": "C:\\full\\path\\to\\dspace-ui-deploy",
"script": "dist\\server\\main.js",
"instances": "max",
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production"
}
}
]
}

ii. Now, start the application using PM2 using the configuration file you created in the
previous step

# In this example, we are assuming the config is named "dspace-


ui.json"
pm2 start dspace-ui.json

# To see the logs, you'd run


# pm2 logs

# To stop it, you'd run


# pm2 stop dspace-ui.json

# If you need to change your PM2 configs, delete the old config
and restart
# pm2 delete dspace-ui.json

iii. For more PM2 commands see https://pm2.keymetrics.io/docs/usage/quick-start/


iv. HINT: You may also want to install/configure pm2-logrotate48 to ensure that PM2's log
folder doesn't fill up over time.
v. Did PM2 not work or throw an immediate error? It's likely that something in your UI
installation or configuration is incorrect. Check the PM2 logs ("pm2 logs") first for
errors. If the problem is not obvious, try to see if you can run the UI using the "Quick
Start" method (using just Node.js) instead. Once "Quick Start" is working, try PM2
again.

48 https://github.com/keymetrics/pm2-logrotate

Installing the Frontend (User Interface) – 30


DSpace 8.x Documentation – Installing DSpace

vi. If neither PM2 nor the "Quick Start" method works for you: then see the "User Interface
never appears (no content appears)" section in the Commons Installation Issues (see
page 36) below

7. Test it out: At this point, the User Interface should be available at the URL you configured!
a. For an example of what the default frontend looks like, visit the Demo Frontend: https://
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

demo.dspace.org/
b. If the UI fails to start or throws errors, it's likely a configuration issue. See Commons
Installation Issues (see page 36) below for common error messages you may see and how to
resolve them.
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

c. If you have an especially difficult issue to debug, you may wish to stop PM2. Instead, try
running the UI via the "Quick Start" method (using just Node.js). This command might provide
a more specific error message to you, if PM2 is not giving enough information back.
8. Add HTTPS support: For HTTPS (port 443) support, you have two options
a. (Recommended) Install either Apache HTTPD49 or Nginx50 to act as a "reverse proxy" for the
frontend (and backend). This allows you to manage HTTPS (SSL certificates) in either
Apache HTTPD or Nginx, and proxy all requests to the frontend (running on port 4000) and
backend (running on port 8080). This is our current recommended approach. These
instructions are specific to Apache, but a similar setup can be achieved with Nginx.
i. If you already have Apache / Nginx installed for the backend, you can use the same
Apache / Nginx. You can also choose to install a separate one (either approach is
fine).
1. Install Apache HTTPD51, e.g. sudo apt install apache2
2. Install the mod_proxy52 and mod_proxy_http53 modules, e.g. sudo a2enmod
proxy; sudo a2enmod proxy_http
3. Restart Apache to enable
4. Obtain an SSL certificate for HTTPS support. If you don't have one yet, you can
use Let's Encrypt (for free) using the "certbot" tool: https://certbot.eff.org/
ii. Apache HTTPD sample configuration:
1. Now, setup (or update) the new VirtualHost54 for your UI site (preferably using
HTTPS / port 443) which proxies all requests to PM2 running on port 4000.

<VirtualHost _default_:443>
# Add your domain here. We've added "my.dspace.edu" as
an example
ServerName my.dspace.edu
.. setup your host how you want, including log
settings...

49 https://httpd.apache.org/
50 https://www.nginx.com/
51 https://httpd.apache.org/
52 https://httpd.apache.org/docs/current/mod/mod_proxy.html
53 https://httpd.apache.org/docs/current/mod/mod_proxy_http.html
54 https://httpd.apache.org/docs/2.4/vhosts/name-based.html

Installing the Frontend (User Interface) – 31


DSpace 8.x Documentation – Installing DSpace

# Most installs will need these options enabled to


ensure DSpace knows its hostname and scheme (http or https)
# Also required to ensure correct sitemap URLs appear
in /robots.txt for User Interface.
ProxyPreserveHost On
RequestHeader set X-Forwarded-Proto https
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

# These SSL settings are identical to those for the


backend installation (see above)
# If you already have the backend running HTTPS, just
add the new Proxy settings below.
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

SSLEngine on
SSLCertificateFile [full-path-to-PEM-cert]
SSLCertificateKeyFile [full-path-to-cert-KEY]
# LetsEncrypt certificates (and possibly others) may
require a chain file be specified
# in order for the UI / Node.js to validate the HTTPS
connection.
#SSLCertificateChainFile [full-path-to-chain-file]

# These Proxy settings are for the backend. They are


described in the backend installation (see above)
# If you already have the backend running HTTPS, just
append the new Proxy settings below.
# Proxy all HTTPS requests to "/server" from Apache to
Tomcat via AJP connector
# (In this example: https://my.dspace.edu/server/ will
display the REST API)
ProxyPass /server ajp://localhost:8009/server
ProxyPassReverse /server ajp://localhost:8009/server

# [NEW FOR UI:] Proxy all HTTPS requests from Apache to


PM2 on localhost, port 4000
# NOTE that this proxy URL must match the "ui" settings
in your config.prod.yml
# (In this example: https://my.dspace.edu/ will display
the User Interface)
ProxyPass / http://localhost:4000/
ProxyPassReverse / http://localhost:4000/
</VirtualHost>

iii. NGinx sample configuration


1. Sample NGinx "server block" configuration. Keep in mind we are only providing
basic example settings.

# Setup HTTPS access


server {
listen 443 ssl;
# Add your domain here. We've added "my.dspace.edu" as an
example
server_name my.dspace.edu;

Installing the Frontend (User Interface) – 32


DSpace 8.x Documentation – Installing DSpace

# Add your SSL certificate/key path here


# NOTE: For LetsEncrypt, the certificate should be the
full certificate chain file
# These SSL settings are identical to those for the
backend installation (see above)
# If you already have the backend running HTTPS, just add
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

the new Proxy settings below.


ssl_certificate my.dspace.edu.crt (or PEM);
ssl_certificate_key my.dspace.edu.key;
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

# Proxy all HTTPS requests to "/server" from NGinx to


Tomcat on port 8080
# These Proxy settings are for the backend. They are
described in the backend installation (see above)
location /server {
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $host;
proxy_pass http://localhost:8080/server;
}

# [NEW FOR UI:] Proxy all HTTPS requests from NGinx to PM2
on localhost, port 4000
# NOTE that this proxy URL must match the "ui" settings in
your config.prod.yml
# (In this example: https://my.dspace.edu/ will display
the User Interface)
location / {
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $host;
proxy_pass http://localhost:4000/;
}
}

iv. HINT#1: Because you are using a proxy for HTTPS support, in your User Interface
Configuration55, your "ui" settings will still have "ssl: false" and "port: 4000". This is
perfectly OK!
v. HINT#2: to force the UI to connect to the backend using HTTPS, you should verify your
"rest" settings in your User Interface Configuration56 match the "dspace.server.url" in
your backend's "local.cfg" and both use the HTTPS URL. So, if your backend (REST
API) is proxied to https://my.dspace.edu/server/, both those settings should specify
that HTTPS URL.
vi. HINT#3: to force the backend to recognize the HTTPS UI, make sure to update your
"dspace.ui.url" in your backend's "local.cfg" is updated to use the new HTTPS UI URL
(e.g. https://my.dspace.edu).
b. (Alternatively) You can use the basic HTTPS support built into our UI and Node server. (This
may currently be better for non-Production environments as it has not been well tested)

55 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration
56 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration

Installing the Frontend (User Interface) – 33


DSpace 8.x Documentation – Installing DSpace

i. Create a [dspace-ui-deploy]/config/ssl/ folder and add a key.pem and


cert.pem to that folder (they must have those exact names)
ii. In your User Interface Configuration57, go back and update the following:
1. Set "ui > ssl" to true
2. Update "ui > port" to be 443
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

a. In order to run Node/PM2 on port 443, you also will likely need to
provide node with special permissions, like in this example58.
iii. Restart the UI
iv. Keep in mind, while this setup is simple, you may not have the same level of detailed,
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Production logs as you would with Apache HTTPD or Nginx

57 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration
58 https://levelup.gitconnected.com/tws-004-how-to-configure-nodejs-to-use-port-443-86f1ca801c5f

Installing the Frontend (User Interface) – 34


DSpace 8.x Documentation – Installing DSpace

4 What Next?
After a successful installation, you may want to take a closer look at
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

• Performance Tuning DSpace59: If you are noticing any slowness in your Production site, we have a
guide for how you might speed things up.
• User Interface Customization60: Documentation on customizing the User Interface with your own
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

branding / theme(s)
• User Interface Configuration61: Additional configurations available in the User Interface.
• Submission User Interface62: Options to configure/customize the default Submission (deposit)
process
• Configurable Workflow63: Options to configure/customize the default Workflow approval process
• Scheduled Tasks via Cron64 : Several DSpace features require that a command-line script is run
regularly via cron.
• Configuration Reference65 : Details on the configuration options available to the Backend
• Handle Server installation66: Optionally, you may wish to enable persistent URLs for your DSpace site
using CRNI's Handle.Net Registry
• Statistics and Metrics67: Optionally, you may wish to configuration one (or more) Statistics options
within DSpace, including Google Analytics68 and (internal) Solr Statistics69
• Multilingual Support70: Optionally, you may wish to enable multilingual support in your DSpace site.
• Using DSpace71 : Various other pages which describe usage and additional configurations related to
other DSpace features.
• System Administration72: Various other pages which describe additional backend installation
options/configurations.
If you've run into installation problems, you may want to...
• Visit the Troubleshoot an error73 guide for tips on locating the cause of the error
• Review Commons Installation Issues (see page 36) (see below)
• Ask for Support74 via one of the support options documented on that page

59 https://wiki.lyrasis.org/display/DSDOC8x/Performance+Tuning+DSpace
60 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Customization
61 https://wiki.lyrasis.org/display/DSDOC8x/User+Interface+Configuration
62 https://wiki.lyrasis.org/display/DSDOC8x/Submission+User+Interface
63 https://wiki.lyrasis.org/display/DSDOC8x/Configurable+Workflow
64 https://wiki.lyrasis.org/display/DSDOC8x/Scheduled+Tasks+via+Cron
65 https://wiki.lyrasis.org/display/DSDOC8x/Configuration+Reference
66 https://wiki.lyrasis.org/display/DSDOC8x/Handle.Net+Registry+Support
67 https://wiki.lyrasis.org/display/DSDOC8x/Statistics+and+Metrics
68 https://wiki.lyrasis.org/display/DSDOC8x/DSpace+Google+Analytics+Statistics
69 https://wiki.lyrasis.org/display/DSDOC8x/SOLR+Statistics
70 https://wiki.lyrasis.org/display/DSDOC8x/Multilingual+Support
71 https://wiki.lyrasis.org/display/DSDOC8x/Using+DSpace
72 https://wiki.lyrasis.org/display/DSDOC8x/System+Administration
73 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error
74 https://wiki.lyrasis.org/display/DSPACE/Support

What Next? – 35
DSpace 8.x Documentation – Installing DSpace

5 Common Installation Issues


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

5.1 Troubleshoot an error or find detailed error messages


See the Troubleshoot an error75 guide, look for the section on "DSpace 7.x or 8.x". This will provide you hints
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

on locating error messages both in the User Interface (frontend) and in the REST API (backend)

5.2 User Interface never appears (no content appears) or "Proxy


server received an invalid response"
Chances are your User Interface (UI) is throwing a severe error or not starting properly. The best way to
debug this issue would be to start the User Interface in development mode to see if it can give you a more
descriptive error.

1. First, create a [dspace-ui-deploy]/config/config.dev.yml configuration file for


development. This file supports the same configs as your existing config.prod.yml. So, you can copy
over any settings you want to test out.
2. Start the UI in development mode (this doesn't require a proxy like Apache or Nginx)

yarn start:dev

3. This will boot up the User Interface on whatever port you specified in "config.dev.yml"
4. At this point, attempt to access the UI from your web browser. Even if it isn't fully working, you should
be able to still get more information from your browser's DevTools regarding the underlying error.
See the Troubleshoot an error76 page, look for the section on "DSpace 7.x or 8.x". It has a guide for
locating UI error messages in your browser's Developer Tools.
Once you've found the underlying error, it may be one of the "common installation issues" listed below.

5.3 User Interface partially load but then spins (never fully loads or
some content doesn't load)
Chances are your User Interface (UI) is throwing an error or receiving an unexpected response from the REST
API backend. Since the UI is Javascript based, it runs entirely in your browser. That means the error it's
hitting is most easily viewed in your browser (and in fact the error may never appear in log files).

75 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error
76 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error

Common Installation Issues – 36


DSpace 8.x Documentation – Installing DSpace

See the Troubleshoot an error77 page, look for the section on "DSpace 7.x or 8.x". It has a guide for locating
UI error messages in your browser's Developer Tools.

5.4 "500 Service Unavailable" from the User Interface


You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

This error is saying that the frontend is working, but it is unable to communicate with your backend. It's the
same as the "No _links section found at..." error (see page 0) described in the next section. Please follow the
troubleshooting details in that section.
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

5.5 "No _links section found at..." error from User Interface
When starting up the User Interface for the first time, you may see an error that looks similar to this...

No _links section found at [rest-api-url]


ERROR Error: undefined doesn't contain the link sites
at MapSubscriber.project

This error means that the UI is unable to contact the REST API listed at [rest-api-url] and/or the
response from that [rest-api-url] is unexpected (as it doesn't contain the "_links" to the endpoints
available at that REST API). A valid DSpace [rest-api-url] will respond with JSON similar to our demo
API at https://demo.dspace.org/server/api
First, test the connection to your REST API from the UI from the command-line.

# This script will attempt a basic Node.js connection to the REST API
# configured in your "[dspace-angular]/config/config.prod.yml" and
# validate the response.(NOTE: config.prod.yml MUST be copied to
# to [dspace-angular]/config/ for this script to find it!)
yarn test:rest

• A successful connection should return a 200 Response and all JSON validation checks should return
"true".
• If you receive a connection error or different response code, you MUST fix your REST API before the
UI will be able to work (see additional hints below for likely causes).
Usually, the core problem is caused by one of the following scenarios:
• A possible configuration issue in the frontend or backend.
• Check the "rest" section of your config.*.yml configuration file for the User Interface.
That configuration section defines which REST API the UI will attempt to use. If the settings
do NOT map to a valid DSpace REST API, then you will see this "No _links section found.."
error. Keep in mind, the REST API must use HTTPS (the only exception is if both the frontend
and backend are running on "localhost"-based URLs)

77 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error

Common Installation Issues – 37


DSpace 8.x Documentation – Installing DSpace

• Check the "dspace.ui.url" configuration of your backend & verify it corresponds to the public
URL of the User Interface (i.e. the exact same URL you use in your browser)
• Verify the backend "trusts" the frontend via the "rest.cors.allowed-origins" configuration (in
rest.cfg or local.cfg). This setting must list all web-based clients which are trusted by the
backend (REST API). By default, "dspace.ui.url" should be listed... but you should verify it has
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

not been modified.


• A possible SSL certificate issue. This issue may also appear if the REST API's SSL Certificate is either
untrusted (by the frontend) or expired.
• If you are using a Let's Encrypt78 style certificate, you may need to modify your backend's
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

Apache settings to also provide a Chain File as follows:

# For example: /etc/letsencrypt/live/[domain]/cert.pem


SSLCertificateFile [full-path-to-PEM-cert]
# For example: /etc/letsencrypt/live/[domain]/privkey.pem
SSLCertificateKeyFile [full-path-to-cert-KEY]
# For example: /etc/letsencrypt/live/[domain]/chain.pem
SSLCertificateChainFile [full-path-to-chain-file]

• Per the Apache docs79, you can also use the SSLCertificateFile setting to specify intermediate
CA certificates along with the main cert.
• For self-signed certs, see also "Using a Self-Signed SSL Certificate causes the Frontend to not
be able to access the Backend (see page 42)" common issue listed below.
• Something blocking access to the REST API. This may be a proxy issue, a firewall issue, or something
else generally blocking the port (e.g. port 443 for SSL).
• Verify that you can access the REST API from the machine where Node.js is running (i.e. your
UI is running). For example try a simple "wget" or "curl" to verify the REST API is returning
expected JSON similar to our demo API at https://demo.dspace.org/server/api

# Attempt to access the REST API via HTTPS from command-line on the
machine where Node.js is running.
# If this fails or throws a SSL cert error, you must fix it.
wget https://[rest.host]/server/api

• In most production scenarios, your REST API should be publicly accessible on the web,
unless you are guaranteed that all your DSpace users will access the site behind a VPN or
similar. So, this "No _links section found" error may also occur if you are accessing the UI
from a client computer/web browser which is unable to access the REST API.
If none of the above suggestions helped, you may want to look closer at the request logs in your browser
(using browser's Dev Tools) and server-side logs, to be sure that the requests from your UI are going where
you expect, and see if they appear also on the backend. Tips for finding these logs can be found in the
"DSpace 7.x or 8.x" section of our Troubleshoot an error80 guide.

78 https://letsencrypt.org/
79 https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile
80 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error

Common Installation Issues – 38


DSpace 8.x Documentation – Installing DSpace

5.6 "RangeError: Maximum call stack size exceeded"


When starting up the User Interface for the first time, you may see an error that looks similar to this...
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

ERROR RangeError: Maximum call stack size exceeded

This error means that the UI is trying to contact your REST API, but is having issues doing so (possibly
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

because either a proxy or an HTTP→HTTPS redirect is causing issues or a redirect loop).

Double check your " dspace.server.url " setting in your local.cfg on the backend. Is it the same URL you
use in your browser to access the backend? Keep in mind the mode (http vs https), domain, port, and
subpath(s) all must match, and it must not end in a trailing slash.

Also double check the "rest" section of your config.*.yml configuration file for the User Interface. Make
sure it's also pointing to the exact same URL as that " dspace.server.url " setting. Again, check the
mode, domain, port and paths all match exactly.

5.7 "XMLHttpRequest.. has been blocked by CORS policy" or "CORS


error" or "Invalid CORS request"
If you are seeing a CORS error in your browser, this means that you are accessing the REST API via an
"untrusted" client application. To fix this error, you must change your REST API / Backend configuration to
trust the application.

• By default, the DSpace REST API / Backend will only trust the application at dspace.ui.url .
Therefore, you should first verify that your dspace.ui.url setting (in your local.cfg) exactly
matches the primary URL of your User Interface (i.e. the URL you see in the browser). This must be an
exact match: mode (http vs https), domain, port, and subpath(s) all must match.
• If you need to trust additional client applications / URLs, those MUST be added to the
rest.cors.allowed-origins configuration. See REST API81 for details on this configuration.
• Also, check your Tomcat (or servlet container) log files. If Tomcat throws a syntax or other major
error, it may return an error response that triggers a CORS error. In this scenario, the CORS error is
only a side effect of a larger error.
If you modify either of the above settings, you will need to restart Tomcat for the changes to take effect.

81 https://wiki.lyrasis.org/display/DSDOC8x/REST+API

Common Installation Issues – 39


DSpace 8.x Documentation – Installing DSpace

5.8 Cannot login from the User Interface with a password that I
know is valid
If you cannot login via the user interface with a valid password, you should check to see what underlying
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

error is being returned by the REST API. The easiest way to do this is by using your web browser's Dev Tools
as described in our Troubleshoot an error82 guide (see the "Try this first" section for DSpace 7).
If the password is valid, more than likely you'll see the underlying error is "403 Forbidden" error with a
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

message that says "Access is denied. Invalid CSRF Token" (see page 0) (see hints on solving this in the very
next section)

5.9 "403 Forbidden" error with a message that says "Access is


denied. Invalid CSRF Token"
First, double check that you are seeing that exact error message. A 403 Forbidden error may be thrown
in a variety of scenarios. For example, a 403 may be thrown if a page requires a login, if you have entered an
invalid username or password, or even sometimes when there is a CORS error (see previous installation
issue for how to solve that).
If you are seeing the message "Invalid CSRF Token" message (especially on every login), this is usually the
result of a configuration / setup issue.
Here's some things you should double check:

1. If you site had been working, and this error seems random, it is possibly that DSPACE-XSRF-
COOKIE cookie in your browser just got "out of sync" (this can occur if you are logging into the REST
API and UI separately in the same browser).
a. Logout and login & try the same action again. If it works this time, then that cookie was just
"out of sync". If it fails a second time, then there is a likely configuration issue...see
suggestions below.
2. Make sure your backend is running HTTPS! This is the most common cause of this error. The only
scenario where you can run the backend in HTTP is when both the frontend & backend URLs are
"localhost"-based URLs.
a. The reason for this HTTPS requirement is that most modern browsers will automatically block
cross-domain cookies when using HTTP. Cross-domain cookies are required for successful
authentication. The only exception is when both the frontend and backend are using localhost
URLs (as in that scenario the cookies no longer need to be sent cross-domain). A more
technical description of this behavior is in the sub-bullets below.
i. If the REST API Backend is running HTTP, then it will always send the required
DSPACE-XSRF-COOKIE cookie with a value of SameSite=Lax . This setting
means that the cookie will not be sent (by your browser) to any other domains.
Effectively, this will block all logins from any domain that is not the same as the REST
API (as this cookie will not be sent back to the REST API as required for CSRF

82 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error

Common Installation Issues – 40


DSpace 8.x Documentation – Installing DSpace

validation). In other words, running the REST API on HTTP is only possible if the User
Interface is running on the exact same domain. For example, running both on
'localhost' with HTTP is a common development setup, and this will work fine.
ii. In order to allow for cross-domain logins, you MUST enable HTTPS on the REST API.
This will result in the DSPACE-XSRF-COOKIE cookie being set to
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

SameSite=None; Secure . This setting means the cookie will be sent cross
domain, but only for HTTPS requests. It also allows the user interface (or other client
applications) to be on any domain, provided that the domain is trusted by CORS (see
rest.cors.allowed-origins setting in REST API83)
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

3. Verify that your User Interface's "rest" section matches the value of " dspace.server.url "
configuration on the Backend. This simply ensures your UI is sending requests to the correct REST
API. Also pay close attention that both specify HTTPS when necessary (see previous bullet).

4. Verify that your " dspace.server.url " configuration on the Backend matches the primary URL of
the REST API (i.e. the URL you see in the browser). This must be an exact match: mode (http vs
https), domain, port, and subpath(s) all must match, and it must not end in a trailing slash (e.g.
"https://demo.dspace.org/server" is valid, but "https://demo.dspace.org/server/" may cause
problems).

5. Verify that your " dspace.ui.url " configuration on the Backend matches the primary URL of your
User Interface (i.e. the URL you see in the browser). This must be an exact match: mode (http vs
https), domain, port, and subpath(s) all must match, and it must not end in a trailing slash (e.g.
"https://demo.dspace.org" is valid, but "https://demo.dspace.org/" may cause problems).
6. Verify that nothing (e.g. a proxy) is blocking Cookies and HTTP Headers from being passed between
the UI and REST API. DSpace's CSRF protection relies on the client (User Interface) being able to
return both a valid DSPACE-XSRF-COOKIE cookie and a matching X-XSRF-TOKEN header back to
the REST API for validation. See our REST Contract for more details https://github.com/DSpace/
RestContract/blob/main/csrf-tokens.md
7. If you are running a custom application, or accessing the REST API from the command-line (or other
third party tool like Postman84), you MUST ensure you are sending the CSRF token on every modifying
request. See our REST Contract for more details https://github.com/DSpace/RestContract/blob/
main/csrf-tokens.md
For additional information on how DSpace's CSRF Protection works, see our REST Contract at https://
github.com/DSpace/RestContract/blob/main/csrf-tokens.md

83 https://wiki.lyrasis.org/display/DSDOC8x/REST+API
84 https://www.postman.com/

Common Installation Issues – 41


DSpace 8.x Documentation – Installing DSpace

5.10 Using a Self-Signed SSL Certificate causes the Frontend to not


be able to access the Backend
If you setup the backend to use HTTPS with a self-signed SSL certificate, then Node.js (which the frontend
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

runs on) may not "trust" that certificate by default. This will result in the Frontend not being able to make
requests to the Backend.
One possible workaround (untested as of yet) is to try setting the NODE_EXTRA_CA_CERTS environment
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

variable85 (which tells Node.js to trust additional CA certificates).

# May be necessary for self-signed certificates.


export NODE_EXTRA_CA_CERTS="/etc/ssl/my.dspace.pem"

Another option is to avoid using a self-signed SSL certificate. Instead, create a real, issued SSL certificate
using something like Let's Encrypt86 (or similar free services)

5.11 My REST API is running under HTTPS, but some of its "link"
URLs are switching to HTTP
This scenario may occur when you are running the REST API behind an HTTP proxy (e.g. Apache HTTPD's
mod_proxy_http , Ngnix's proxy_pass or any other proxy that is forwarding from HTTPS to HTTP).

The fix is to ensure the DSpace REST API is sent the X-Forwarded-Proto header (by your proxying
service), telling it that the forwarded protocol is HTTPS

X-Forwarded-Proto: https

In general, when running behind a proxy, the DSpace REST API depends on accurate X-Forwarded-* headers
to be sent by that proxy.

5.12 My User Interface's robots.txt has incorrect sitemap URLs


This scenario may occur when you are running the User Interface behind an HTTP proxy (e.g. Apache
HTTPD's mod_proxy_http , Ngnix's proxy_pass or any other proxy that is forwarding from HTTPS to
HTTP).

The fix is to ensure the DSpace User Interface (frontend) is sent the correct X-Forwarded-Proto and
Host (or X-Forwarded-Host) headers to tell it the correct hostname and scheme (HTTP or HTTPS)

85 https://nodejs.org/api/cli.html#cli_node_extra_ca_certs_file
86 https://letsencrypt.org/

Common Installation Issues – 42


DSpace 8.x Documentation – Installing DSpace

Apache HTTPD example

ProxyPreserveHost on
RequestHeader set X-Forwarded-Proto https
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

5.13 Cannot upload file from User Interface


https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

If everything seems to be working, but you cannot upload files, it's important to first check your logs for any
possible backend errors. See the Troubleshoot an error87 page.
If you are running DSpace on a Debian-based system (e.g. Ubuntu), some users have reported88 that it's
required grant "ReadWrite" access to Apache Tomcat (where the backend is running) via the service file
(e.g. /lib/systemd/system/tomcat9.service). In the [Service] section you need to add something like
this:

# Give Tomcat read/write on the DSpace installation


# Make sure to update the "/PATH/TO" to be the full path of your DSpace install
ReadWritePaths=/PATH/TO/dspace

# NOTE: If you don't want to give Tomcat read/write to all of DSpace,


# you could limit this further to just these folders
# dspace/assetstore
# dspace/solr
# dspace/log

5.14 Javascript heap out of memory


On some versions of Node.js or some operating systems, sites have reported seeing a "Javascript heap out
of memory" error when trying to run the User Interface in development mode (`yarn start:dev`). This does not
seem to occur on every system, but the fix is always the same. You should ensure that Node.js is given at
least 4GB of memory via the "NODE_OPTIONS" environment variable

# Set the "NODE_OPTIONS" environment variable on your system. This example will work
for Linux/macOS
# Ensure the "max-old-space-size" is set to 4GB (4096MB) or greater.
export NODE_OPTIONS=--max-old-space-size=4096

NOTE: More discussion on this issue can be found in https://github.com/DSpace/dspace-angular/issues/


2259 It appears to only occur on systems where the default memory allocated for Node isn't sufficient to
build DSpace in development mode.

87 https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error
88 https://groups.google.com/g/dspace-tech/c/r7XfFn7k7ps/m/9CHRvI18AgAJ

Common Installation Issues – 43


DSpace 8.x Documentation – Installing DSpace

This same setting may also be used in production scenarios to give Node.js more memory to work with. See
Performance Tuning DSpace89 for more details.

5.15 Solr responds with "Expected mime type application/octet-


stream but got text/html" (404 Not Found)
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

This error occurs when Solr is either not initialized properly, or your DSpace backend is unable to find/
communicate with Solr. Here's a few things you should double check:
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

1. Verify that Solr is running and/or check for errors in its logs. Try to restart it (usually via a command
like [solr]/bin/solr restart ), and verify it's accessible via wget or a web browser (usually at
a URL like http://localhost:8983/solr)

2. Verify that your solr.server setting (in local.cfg) is correct for your Solr installation. This should
correspond to the main URL of your Solr site (usually something like http://localhost:8983/
solr ). If you use wget or a browser from the machine running your DSpace backend, you should
get a response from that URL (it should return the Solr Admin UI).
3. Verify that the required DSpace Solr cores have been properly installed/configured (per installation
instructions above). When properly installed, you should be able to get a response from them. For
example, the URL ${solr.server}/search/select should run an empty query against the
"search" core, returning an empty JSON result.

4. If Solr is running & you are sure solr.server is set properly, double check that nothing else could
be blocking the DSpace backend from accessing Solr. For instance, if Solr is on a separate machine,
verify that there is no firewall or proxy that could be blocking access between the DSpace backend
machine and the Solr machine.

5.16 Database errors occur when you run ant fresh_install


There are two common errors that occur.
• If your error looks like this:

[java] 2004-03-25 15:17:07,730 INFO


org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
[java] 2004-03-25 15:17:08,816 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
[java] org.postgresql.util.PSQLException: Connection refused. Check
that the hostname and port are correct and that the postmaster is
accepting TCP/IP connections.
[java] at

89 https://wiki.lyrasis.org/display/DSDOC8x/Performance+Tuning+DSpace

Common Installation Issues – 44


DSpace 8.x Documentation – Installing DSpace

org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJd
bc1Connection.java:204)
[java] at org.postgresql.Driver.connect(Driver.java:139)

it usually means you haven't yet added the relevant configuration parameter to your PostgreSQL
configuration (see above), or perhaps you haven't restarted PostgreSQL after making the change.
You are using an UNLICENSED copy of Scroll PDF Exporter for Confluence. Do you find Scroll PDF Exporter useful? Consider purchasing it today:

Also, make sure that the db.username and db.password properties are correctly set in [dspace]/
config/dspace.cfg. An easy way to check that your DB is working OK over TCP/IP is to try this on the
command line:
https://marketplace.atlassian.com/apps/7019/scroll-pdf-exporter-for-confluence?tab=overview&hosting=datacenter

psql -U dspace -W -h localhost

Enter the dspace database password, and you should be dropped into the psql tool with a dspace=>
prompt.
• Another common error looks like this:

[java] 2004-03-25 16:37:16,757 INFO


org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
[java] 2004-03-25 16:37:17,139 WARN
org.dspace.storage.rdbms.DatabaseManager @ Exception initializing DB
pool
[java] java.lang.ClassNotFoundException: org.postgresql.Driver
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
[java] at java.security.AccessController.doPrivileged(Native
Method)
[java] at
java.net.URLClassLoader.findClass(URLClassLoader.java:186)

This means that the PostgreSQL JDBC driver is not present in [dspace]/lib. See above.

Common Installation Issues – 45

You might also like