You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the tools write both a YAML and JSON file that contain metadata about the cloud deployment, and should be copying these files to the head node in AppScale. We do copy the YAML file, but don't copy the JSON file, so we should copy it as well. Not copying the JSON file means that when the user tries to upload an app via the web UI, they get this error:
Message about your submission:
/usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:92:in `initialize': No such file or directory - /root/.appscale/locations-appscalecgb6.json (Errno::ENOENT)
from /usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:92:in `open'
from /usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:92:in `read_file'
from /usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:800:in `read_nodes_json'
from /usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:757:in `get_all_public_ips'
from /usr/local/appscale-tools/bin/../lib/../lib/common_functions.rb:156:in `update_locations_file'
from /usr/local/appscale-tools/bin/../lib/appscale_tools.rb:377:in `upload_app'
from /usr/local/appscale-tools/bin/appscale-upload-app:12
The text was updated successfully, but these errors were encountered:
Right now the tools write both a YAML and JSON file that contain metadata about the cloud deployment, and should be copying these files to the head node in AppScale. We do copy the YAML file, but don't copy the JSON file, so we should copy it as well. Not copying the JSON file means that when the user tries to upload an app via the web UI, they get this error:
The text was updated successfully, but these errors were encountered: