Skip to content
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

Chef not recognizing the license file paths for Linux and Windows #405

Open
visudoa opened this issue Mar 5, 2025 · 1 comment
Open

Comments

@visudoa
Copy link

visudoa commented Mar 5, 2025

License authorization failure for Portal and Server

Windows

license-authorize-errors-windows.txt

script

"server": {
        "domain_name": "vm.net",
        "hostname": "vm.net",
        "url": "https://vm.net:6443/arcgis",
        "private_url": "https://vm.net:6443/arcgis",
        "system_properties": {
            "enableNosniffHeader": true
        },
        "admin_username": "siteadmin",
        "admin_password": "",
        "setup_archive": "D:\\ArcGIS_Server_Windows_113.exe",
        "authorization_file": "D:\\licenses\\.prvc",
        "install_system_requirements": true,
        "install_dir": "C:\\Program Files\\ArcGIS\\Server",
        "directories_root": "D:\\arcgisserver",
        "is_hosting": true,
        "log_level": "INFO",
        "log_dir": "E:\\logs",
        "hsts_enabled": true,
        "config_store_type": "FILESYSTEM",
        "config_store_connection_string": "D:\\config-store",

Linux

license-authorize-errors.txt

@cameronkroeker
Copy link
Contributor

Hi @visudoa, I suspect there is a json syntax related issue with the json configuration files being passed in.

[2025-03-05T03:16:34+00:00] FATAL: RuntimeError: arcgis_enterprise_server[Authorize ArcGIS Server] (arcgis-enterprise::server line 40) had an error: RuntimeError: File '' not found.

This could be related to this:
#404 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants