i try install mstest showing results .trx file.
as install through download , install after restart, jenkins taking long time restart tried install without restart.
it shows following error
enter code here emma plugin failure - java.io.ioexception: failed dynamically deploy plugin @ hudson.model.updatecenter$installationjob._run(updatecenter.java:1317) @ hudson.model.updatecenter$downloadjob.run(updatecenter.java:1116) @ java.util.concurrent.executors$runnableadapter.call(unknown source) @ java.util.concurrent.futuretask.run(unknown source) @ hudson.remoting.atmostonethreadexecutor$worker.run(atmostonethreadexecutor.java:104) @ java.lang.thread.run(unknown source) caused by: java.io.ioexception: failed install emma plugin @ hudson.pluginmanager.dynamicload(pluginmanager.java:473) @ hudson.model.updatecenter$installationjob._run(updatecenter.java:1313) ... 5 more caused by: java.io.ioexception: dependency maven-plugin (1.447) doesn't exist @ hudson.pluginwrapper.resolveplugindependencies(pluginwrapper.java:480) @ hudson.pluginmanager.dynamicload(pluginmanager.java:463) ... 6 more mstest plugin failure - java.io.ioexception: failed dynamically deploy plugin @ hudson.model.updatecenter$installationjob._run(updatecenter.java:1317) @ hudson.model.updatecenter$downloadjob.run(updatecenter.java:1116) @ java.util.concurrent.executors$runnableadapter.call(unknown source) @ java.util.concurrent.futuretask.run(unknown source) @ hudson.remoting.atmostonethreadexecutor$worker.run(atmostonethreadexecutor.java:104) @ java.lang.thread.run(unknown source) caused by: java.io.ioexception: failed install mstest plugin @ hudson.pluginmanager.dynamicload(pluginmanager.java:473) @ hudson.model.updatecenter$installationjob._run(updatecenter.java:1313) ... 5 more caused by: java.io.ioexception: dependency emma (1.29) doesn't exist @ hudson.pluginwrapper.resolveplugindependencies(pluginwrapper.java:480) @ hudson.pluginmanager.dynamicload(pluginmanager.java:463) ... 6 more
it because mstest plugin depends on emma , maven-plugin. suspect have bad network condition while download these 2 dependencies.
first, try download , install after restart wait longer time until installed. jenkins take care of dependencies.
or,
alternative, can first install emma , maven-plugin, install mstest then.
Comments
Post a Comment