-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portal for ArcGIS Service fails to start #326
Comments
Hi @cameronkroeker, I hope you are doing well. I just wanted to ask if have you gone through the above issue. Kindly let me know if you have any ideas/thoughts on this. And one thing I just missed while creating the issue is that we are deploying ArcGIS Enterprise of AWS ec2 instance using this AMI l- https://aws.amazon.com/marketplace/pp/prodview-kv5mi3ksb2mma Let me know if you have any questions Thanks |
Hi @Ayushyadav19, After the arcgisportal.service fails to start, let's check to see if there are any additional details using journalctl: $ journalctl -xe Something that stands out to me is the data_dir location set in your json file.
Does
You can use a non-default location for data_dir such as Thanks, |
Hi @cameronkroeker, Thanks for your information. I worked with ESRI support on the above issue (Esri Case #03140093 - Getting error when installing portal on Linux). ESRI gave me a workaround for this. The steps of workaround are mentioned below:-
This is a defect as we need to make changes in /etc/systemd/system/arcgisportal.service and I tested the same chef script to deploy ArcGIS Enterprise on Linux Ubuntu 20.04 LTS, it deployed and ran smoothly. Thanks |
Hi @cameronkroeker,
I am trying to deploy base ArcGIS Enterprise on Linux RHEL 8.6. I am facing an issue while installing the portal. The error is pasted below.
I tried to start the portal service using the command - sudo systemctl start arcgisportal.service, but it throws the below error:-
.
Then I tried to start the portal service using startportal.sh file and gives shows that the portal is already running.
I tried to install the portal using cookbooks version 3.8.0 and 4.0.0 it throws the same error. I tried to installed portal by changing its installation directory - 1) /home/user/ 2)/opt. In both cases, it fails with the same message.
Additionally, I have two Linux RHEL VMs and I am facing the exact same issue on both VMs.
Kindly, help me out with this. For reference, I am attaching the chef role and log files.
BED.txt
BED.log
The text was updated successfully, but these errors were encountered: