-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Kong start issue due configuration #986
Comments
I believe this is #949: bad configuration format. |
yup, u are correct i revert back the configuration its working now. @Kong It would be more useful if the error information are more precise because i was looking in the wrong part of configuration. |
This error " did not find expected at document: 1, line: 166, column: 1". I'm also facing in starting kong. Please i need your help to resolve this, my client is on me. Thank you. |
@olufemi if your running the cassandra in the same machine, do not make any change in kong.yml. so revert all the changes you have done and try again. |
Thanks so much @jeevaengg21 , i'm running cassandra on the same machine. As you asked me to do i have restored kong.yum to its defualt. But when i ran "kong start", i got the following response: [olufemi@localhost ~]$ kong start Please assist me, what can i do to it, and my cassandra is running. Thank you. Please any body should help. |
How can I downgrade cassandra version from 3.5 |
Getting below error while start kong. As reported in the error line 166 has ngix configuration, but i haven't change anything in that part. Only change i made was cassandra configuration
nginx: |
user {{user}};
worker_processes auto;
error_log logs/error.log error;
daemon on;
ERROR
[INFO] Using configuration: /etc/kong/kong.yml
/usr/local/bin/luajit: did not find expected at document: 1, line: 166, column: 1
stack traceback:
[C]: in function 'load'
/usr/local/share/lua/5.1/kong/tools/config_loader.lua:151: in function 'load_default'
/usr/local/share/lua/5.1/kong/cli/cmds/start.lua:19: in main chunk
[C]: in function 'require'
/usr/local/lib/luarocks/rocks/kong/0.6.1-0/bin/kong:55: in main chunk
[C]: at 0x00404760
jeevanantham@solverubuntulaptop:~$ sudo gedit /etc/kong/kong.yml
The text was updated successfully, but these errors were encountered: