tarantool/http

Error module 'http.version' not found

ArtemMensh opened this issue · 0 comments

Hi. Today I ran into such a problem when launching tarantool in the logs I get this error

main/103/onprem tarantoolctl:549 E> Start failed: /dewt/app/.rocks/share/tarantool/http/server.lua:1297: module 'http.version' not found:
no field package.preload['http.version']
no file '/dewt/app/http/version.lua'
no file '/dewt/app/http/version/init.lua'
no file '/dewt/app/http/version.so'
no file '/dewt/app/.rocks/share/tarantool/http/version.lua'
no file '/dewt/app/.rocks/share/tarantool/http/version/init.lua'
no file '/dewt/.rocks/share/tarantool/http/version.lua'
no file '/dewt/.rocks/share/tarantool/http/version/init.lua'
no file '/.rocks/share/tarantool/http/version.lua'
no file '/.rocks/share/tarantool/http/version/init.lua'
no file '/dewt/app/.rocks/lib/tarantool/http/version.so'
no file '/dewt/.rocks/lib/tarantool/http/version.so'
no file '/.rocks/lib/tarantool/http/version.so'
no file '/var/spool/tarantool/.luarocks/share/lua/5.1/http/version.lua'
no file '/var/spool/tarantool/.luarocks/share/lua/5.1/http/version/init.lua'
no file '/var/spool/tarantool/.luarocks/share/lua/http/version.lua'
no file '/var/spool/tarantool/.luarocks/share/lua/http/version/init.lua'
no file '/usr/local/share/tarantool/http/version.lua'
no file '/usr/local/share/tarantool/http/version/init.lua'
no file '/usr/share/tarantool/http/version.lua'
no file '/usr/share/tarantool/http/version/init.lua'
no file '/usr/local/share/lua/5.1/http/version.lua'
no file '/usr/local/share/lua/5.1/http/version/init.lua'
no file '/usr/share/lua/5.1/http/version.lua'
no file '/usr/share/lua/5.1/http/version/init.lua'
no file '/var/spool/tarantool/.luarocks/lib/lua/5.1/http/version.so'
no file '/var/spool/tarantool/.luarocks/lib/lua/http/version.so'
no file '/usr/local/lib/x86_64-linux-gnu/tarantool/http/version.so'
no file '/usr/lib/x86_64-linux-gnu/tarantool/http/version.so'
no file '/usr/local/lib/tarantool/http/version.so'
no file '/usr/local/lib/x86_64-linux-gnu/lua/5.1/http/version.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/http/version.so'
no file '/usr/local/lib/lua/5.1/http/version.so'
no file '/var/spool/tarantool/.luarocks/lib/lua/5.1/http.so'
no file '/var/spool/tarantool/.luarocks/lib/lua/http.so'
no file '/usr/local/lib/x86_64-linux-gnu/tarantool/http.so'
no file '/usr/lib/x86_64-linux-gnu/tarantool/http.so'
no file '/usr/local/lib/tarantool/http.so'
no file '/usr/local/lib/x86_64-linux-gnu/lua/5.1/http.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/http.so'
no file '/usr/local/lib/lua/5.1/http.so'

Yesterday everything was still working fine, and today, after the build and launch, it gives it out. And I'm at a loss what happened, could you help me?