screen.pngWhile performing onboarding process, executed below command
python create_org_and_user.py
and got below result and not able to proceed further in Baas instalation in private Virtual Machine (Os:Centos7)
Error making request to: http://localhost:8080/management/token. Status Code: 404
Traceback (most recent call last): File "create_org_and_user.py", line 178, in json_response = json.loads(response) File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads return _default_decoder.decode(s) File "/usr/lib64/python2.7/json/decoder.py", line 365, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python2.7/json/decoder.py", line 383, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
@Anil Sagar : Could please guide me to resolve this issue
@Minhz Sanfui , Can you check if UI is up or not ? http://{portalExternalIP}:9000/ , Also, Can you try restarting baas server ? & then execute above script ?
/<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid restart
Hello, we got exactly the same error. The baas-usergrid restart didn't do anything and the portal is available on port 9000. Also, there is a process listening on 8080.
Answer by eklas · Nov 07, 2017 at 04:40 PM
Hello,
Facing same issue. could you please share the solution?