首页 > 移动平台 > 详细

Jenkins自动化UI测试Tomcat报错“The web application [/jenkins] appears to have started a thread named”解决办法

时间:2019-09-16 11:02:28      阅读:408      评论:0      收藏:0      [点我收藏+]
警告: Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
java.lang.Exception
    at hudson.Proc$LocalProc.join(Proc.java:335)
    at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
    at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
    at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
    at hudson.model.Build$BuildExecution.build(Build.java:206)
    at hudson.model.Build$BuildExecution.doRun(Build.java:163)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
    at hudson.model.Run.execute(Run.java:1818)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:97)
    at hudson.model.Executor.run(Executor.java:429)
严重: The web application [/jenkins] appears to have started a thread named [Download metadata thread] but has failed to stop it. This is very 
likely to create a memory leak.

配置如下参数即可解决

技术分享图片

 

Jenkins自动化UI测试Tomcat报错“The web application [/jenkins] appears to have started a thread named”解决办法

原文:https://www.cnblogs.com/ptest/p/11525745.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!