[AC-1515] Cannot create node acs
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2015-04-01T04:58:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | n/a |
Reporter | heedoo moon |
Assignee | Shuo Liang |
Created | 2015-04-01T02:55:10.000+0000 |
Updated | 2016-03-08T07:37:58.000+0000 |
Description
I am trying to create node acs, but I cannot create it.
Also when try to login with acs in terminal, it returns error message.
"[ERROR] 360 authentication server error. "
Attachments
Hi, Please try to run the command "acs login --host https://admin.cloudapp.appcelerator.com". Based on your error screen, you connected to a wrong entry point, "https://admin.cloudapp-enterprise.appcelerator.com" is for enterprise customer. If you can login successfully from command line, please restart the studio, try to create again. Also please update the studio to latest version 3.4.2 Regards, Shuo
Hi Shuo, sorry my mistake, my studio version is 3.4.2, but still have issue with pointing enterprise even I am not using Platform account. and I cannot login in acs. It says "[ERROR] 360 authentication server error. "
Please provide the full log when you run command "acs login --host https://admin.cloudapp.appcelerator.com" in terminal. And also please provide you "~/.acs" file
when I type "acs login --host https://admin.cloudapp.appcelerator.com", it asks me to input username but it is Platform username not personal. looks like below ACS: Appcelerator Cloud Services Command-Line Interface, version 1.0.23 Copyright (c) 2012-2015, Appcelerator, Inc. All Rights Reserved. username (xxxxxx@xxx.com): and do you know where is .acs file? I can't find it, when i search that file.
I am confused. what you mean about platform username, for community customer, there is only one username, which used to login in web console and studio.
and you can just run "cat ~/.acs", then provide the output
in the username: just input your own personal community account
I have Appcelerator Platform account and personal account as well. and I am trying to create personal node acs project. But when I type "acs login" or "acs login --host https://admin.cloudapp.appcelerator.com" , I can see my Platform username on my log. If you don't understand, let me know. and here is cat ~/.acs log info. { "mid": "70:56:81:b1:d2:93", "publishHost": "https://admin.cloudapp-enterprise.appcelerator.com", "publishPort": 443, "username": "xxxx@xxxxxxxx.com", "cookie": [ "connect.sid=s%3A9jOUN85UFRQuLWECSxav1caa.ffZh8YsnPMhR2N7W0gvk2MQZuaX8%2FyhGFLLI27gSnTA; Path =/; Expires=Mon, 30 Mar 2015 02:05:32 GMT; HttpOnly" ], "defaultEP": { "publishHost": "https://admin.cloudapp-enterprise.appcelerator.com", "publishPort": 443 } }
OK. Here is what you going to do. 1. acs logout 2. acs login --host https://admin.cloudapp.appcelerator.com 3. input your personal account 4. and password 5. then you will be in your personal account Node.ACS environment.
Fianlly, it works ! Thank you Shuo!