Wetts's blog

Stay Hungry, Stay Foolish.

0%

Jenkins-常见错误

java.lang.NoSuchFieldError: DEFAULT_USER_SETTINGS_FILE

这是jar冲突,版本太高引起的,maven3.5.0版本有这个问题,使用3.3.9低版本就可以了

The username you provided is not allowed to use the text-based Tomcat Manager (error 403)

1

用于tomcat7自动部署的管理用户必须具有manager-script角色,manager-gui角色是不够的,不然会有错误出现:The username you provided is not allowed to use the text-based Tomcat Manager (error 403)

在/etc/tomcat7/tomcat-users.xml文件中为管理用户添加manager-script角色即可。

2