Skip to content

Instantly share code, notes, and snippets.

@skyserpent
Created December 6, 2016 06:56
Show Gist options
  • Save skyserpent/d6d03565e7c2a5f3fda29a21caa6b5a3 to your computer and use it in GitHub Desktop.
Save skyserpent/d6d03565e7c2a5f3fda29a21caa6b5a3 to your computer and use it in GitHub Desktop.
2016/12/06 06:52:10 [verbose] 'resty' found at /usr/local/openresty/bin/resty uses incompatible OpenResty. Kong requires OpenResty version 1.11.2.1, got 1.9.15.1
2016/12/06 06:52:10 [debug] resty -V: 'sh: 1: resty: not found'
2016/12/06 06:52:10 [debug] OpenResty 'resty' executable not found at resty
2016/12/06 06:52:10 [verbose] could not start Kong, stopping services
2016/12/06 06:52:10 [verbose] leaving serf cluster
2016/12/06 06:52:10 [verbose] stopped services
Error:
./kong/cmd/start.lua:34: ./kong/cmd/start.lua:20: could not find OpenResty 'resty' executable. Kong requires version 1.11.2.1
stack traceback:
[C]: in function 'error'
./kong/cmd/start.lua:34: in function 'cmd_exec'
./kong/cmd/init.lua:89: in function <./kong/cmd/init.lua:89>
[C]: in function 'xpcall'
./kong/cmd/init.lua:89: in function <./kong/cmd/init.lua:45>
/usr/local/bin/kong:13: in function 'file_gen'
init_worker_by_lua:38: in function <init_worker_by_lua:36>
[C]: in function 'pcall'
init_worker_by_lua:45: in function <init_worker_by_lua:43>
vagrant@precise64:/kong$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
vagrant@precise64:/kong$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment