Bug
Bug ID Number | BUG-000145299 |
---|---|
Submitted | December 15, 2021 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Data Store |
Version found | 10.9.1 |
Operating System | Ubuntu Linux |
Operating System Version | 18.04 64 Bit |
Version Fixed | 10.9.1 |
Status | Fixed |
BUG-000145299, which affected the ArcGIS Enterprise 10.9.1 on Ubuntu (Dec 2021) Amazon Machine Image (AMI) only, was fixed in ArcGIS Enterprise 10.9.1 on Ubuntu (April 2022). Esri recommends that you use the ArcGIS Enterprise 10.9.1 on Ubuntu (April 2022) AMI to launch new 10.9.1 deployments.
If you downloaded the ArcGIS Enterprise 10.9.1 on Ubuntu (Dec 2021) AMI or created a template from it and are using it to create a deployment, follow the instructions in this article to launch a deployment from the AWS Management Console.
There are two ways to start Portal for ArcGIS, ArcGIS Server, and ArcGIS Data Store services in an Esri ArcGIS Enterprise 10.9.1 on Ubuntu (Dec 2021) AMI EC2 instance that is launched directly from the AWS Management Console.
The first method is to use the built-in start tools that reside in the installation directory. For example:
The second method is through systemd by using the following commands:
The following errors are returned when using the command sudo systemctl start arcgisportal.service to start the Portal for ArcGIS service:
Job for arcgisportal.service failed because the control process exited with error code. systemd[1]: Starting Portal for ArcGIS Service... systemd[14250]: arcgisportal.service: Failed at step EXEC spawning /arcgis/portal/startportal.sh: No such file or directory systemd[1]: Failed to start Portal for ArcGIS Service.
The following errors are returned when using the command sudo systemctl start arcgisserver.services to start the ArcGIS Server service:
Job for arcgisserver.service failed because the control process exited with error code. systemd[1]: Starting ArcGIS Server Service... systemd[14250]: arcgisserver.service: Failed at step EXEC spawning /arcgis/server/startserver.sh: No such file or directory systemd[1]: Failed to start ArcGIS Server Service.
The following errors are returned when using the command sudo systemctl start arcgisdatastore.service to start the ArcGIS Data Store service:
Job for arcgisdatastore.service failed because the control process exited with error code. systemd[1]: Starting ArcGIS Data Store Service... systemd[14250]: arcgisdatastore.service: Failed at step EXEC spawning /arcgis/datastore/startdatastore.sh: No such file or directory systemd[1]: Failed to start ArcGIS Data Store Service.
At 10.9.1, the installation directory for ArcGIS Server, Portal for ArcGIS, and ArcGIS Data Store were changed on the ArcGIS Enterprise 10.9.1 on Ubuntu (Dec 2021) AMI from /arcgis to /opt/arcgis, but the systemd service files in /etc/systemd/system were not updated with the new installation directories.
Instructions are provided to start the service for each component and configure each service to start with the operating system.
Portal for ArcGIS
sudo systemctl enable arcgisportal.service
sudo systemctl start arcgisportal.service
sudo systemctl status arcgisportal.service
ArcGIS Server
sudo systemctl enable arcgisserver.service
sudo systemctl start arcgisserver.service
sudo systemctl status arcgisserver.serviceArcGIS Data Store
sudo systemctl enable arcgisdatastore.service
sudo systemctl start arcgisdatastore.service
sudo systemctl status arcgisdatastore.service
Get help from ArcGIS experts
Download the Esri Support App