Could not transfer artifact org.libvirt:libvirt:jar:0.4.9 from/to libvirt-org

2024-06-14 12:48

本文主要是介绍Could not transfer artifact org.libvirt:libvirt:jar:0.4.9 from/to libvirt-org,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

CloudStack编译源码出现以下错误

[ERROR] Failed to execute goal on project cloud-plugin-hypervisor-kvm: Could not resolve dependencies for project org.apache.cloudstack:cloud-plugin-hypervisor-kvm:jar:4.2.0: Could not transfer artifact org.libvirt:libvirt:jar:0.4.9 from/to libvirt-org (http://libvirt.org/maven2): GET request of: org/libvirt/libvirt/0.4.9/libvirt-0.4.9.jar from libvirt-org failed: Premature end of Content-Length delimited message body (expected: 70699; received: 42064 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

查看良久,发现是libvirt0.4.9.jar下载失败
从另一个源中copy一份覆盖到本地,成功编译通过

这篇关于Could not transfer artifact org.libvirt:libvirt:jar:0.4.9 from/to libvirt-org的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1060457

相关文章

加载org.Hs.eg.db为什么出现error: $ operator is invalid for atomic vectors报错和解决方法

在Bioconductor上已经有人提了问题,并且有了回答(地址:https://support.bioconductor.org/p/9136329/) 简单的说,就是Rstduio出来背锅,最新的RSQLite(v2.2.6)和Rstudio存在冲突,以后要么是RSQLite迁就RStduio,要么就是Rstudio迁就RQLite。 不过目前也不是不能用,以下是解决方法 方法1 手动设

Spring Boot 打成的 jar 和普通的 jar

Spring Boot 项目最终打包成的 jar 是可执行 jar ,这种 jar 可以直接通过 java -jar xxx.jar 命令来运行,这种 jar 不可以作为普通的 jar 被其他项目依赖,即使依赖了也无法使用其中的类。 Spring Boot 的 jar 无法被其他项目依赖,主要还是他和普通 jar 的结构不同。普通的 jar 包,解压后直接就是包名,包里就是我们的代码,而 Spri

apache环境配置 | httpd Could not reliably determine the server's fully qualified domain name

前言 作为php开发者,你是否遇到这种情况。经常我们会在Linux系统上通过php do.php命令进行程序调试。有时候明明通过命令行方式调试程序成功后,却发现在浏览器请求我们的www.test.com/../do.php却不能够成功执行,报500错误。 这时候执行service httpd restart重启web服务 启动apache遇到错误:“Starting httpd: http

SpringBoot单元测试报错:java.lang.NoSuchMethodError: org.junit.platform.commons.util.ReflectionUtils

当我在SpringBoot项目中想做单元测试时,运行就报以下错误     我的配置信息都是正确的,瞬间懵逼了,网上都说是Junit5与IDEA版本不兼容,需要升级IDEA的版本,或者使用Junit4来进行单元测试。IDEA升级怕又要破解,很是蛋疼,所以还是想想使用Junit4来做测试了。     网上也找了半天也没有太全的说明,自己研究了下,竟然搞成了,前戏完成,上菜了

maven deploy 程序包org.junit不存在

1.问题 使用eclipse向机房的私有maven仓库时,运行的命令是 clean deploy  最后失败。失败情况如下: INFO] Building user-core 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INF

maven常用命令以及jar依赖冲突

1 命令 1.1 常用命令 mvn validate 验证项目是否正确 mvn package maven打包 mvn generate-sources 生成源代码 mvn compile 编译 mvn test-compile 编译测试代码 mvn test 运行测试 mvn verify 运行检查 mvn clean 清理项目 mvn install 安装项目到本地仓库 mvn deplo

Java如何生成jar包以及jar包加密

文章目录 1 生成jar包1.1 准备代码1.2 准备文件1.3 生成jar文件1.3.1 不包含MANIFEST.MF生成1.3.1.1 生成jar包1.3.1.2 修改MANIFEST.MF文件 1.3.2 直接指定MANIFEST.MF 1.4 运行hello.jar文件 2 jar包加密2.1 前言2.2 项目操作2.3 启动方式2.4 反编译效果2.5 绑定机器启动 以前

SQlyog连接到主机时报错:错误号码2058Plugin sha256 password could not be loaded

1.问题重述 MySQL版本:8.4.0 SQlyog连接到主机时报错:错误号码2058Plugin sha256 password could not be loaded,如下图 经过查阅资料得知出现这个问题是因为 mysl8之前的加密规则是 mysql_native_password ,而在mysql8之后,加密规则是caching_sha2_password 2.解决方案: (

Context namespace element 'annotation-config' and its parser class [org.springframework.context.anno

严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanDefinitionStoreException: Un

Unit redis-server.service could not be found.

我的报错如下Unit redis-server.service could not be found. 关键是刷新后台服务 sudo systemctl daemon-reload 启动redis-server sudo systemctl start redis-server 查看redis-Server服务状态 sudo systemctl status redis-serve