docker jetty启动时报错 failed setting default capabilities.
Posted 斜月三星一太阳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker jetty启动时报错 failed setting default capabilities.相关的知识,希望对你有一定的参考价值。
docker 容器中jetty启动fail ,查看/var/log/jetty中的日志发现具体错误信息如下:
failed setting default capabilities.
set_caps(CAPS) failed for user ‘jetty‘
Service exit with a return value of 4
解决方法,
docker run -it --cap-add=all .........
以上是关于docker jetty启动时报错 failed setting default capabilities.的主要内容,如果未能解决你的问题,请参考以下文章
docker启动时报错Error response from daemon: driver failed programming external connectivity on endpoint *
docker端口映射或启动容器时报错Error response from daemon: driver failed programming external connectivity on end
ifup em2启动网卡时报错:connection activation failed
Tomcat------启动时报错:Failed to start component [StandardEngine[Catalina].StandardHost[localhost].
项目启动时报错Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError