简体   繁体   English

由于grails-datastore-gorm-plugin-support:jar:3.1.3.BUILD-SNAPSHOT,Hudson中的不一致构建失败

[英]Inconsistent build failure in Hudson due to grails-datastore-gorm-plugin-support:jar:3.1.3.BUILD-SNAPSHOT

My application is developed in Grails 2.4.4. 我的应用程序是在Grails 2.4.4中开发的。 It uses MongoDB-3.0.2 plugin. 它使用MongoDB-3.0.2插件。 I use Hudson as my CI system. 我使用Hudson作为我的CI系统。

Sometimes when the job in hudson tries to build the application war, I get the below error. 有时,当哈德森的工作试图建立应用程序之战时,我得到以下错误。

Error | Resolve error obtaining dependencies: Failed to read artifact
descriptor for
org.grails:grails-datastore-gorm-plugin-support:jar:3.1.3.BUILD-SNAPSHOT
(Use --stacktrace to see the full trace)

It doesn't happen all the time. 并非总是如此。 Many times the war was built successfully. 战争成功建立了许多次。 Recently I am facing this problem more frequently. 最近,我更经常遇到这个问题。

In one of the question similar to this this , someone has suggested to change the Snapshot version to Release version. 在类似这样的问题的一个这个 ,有人建议更改快照版本发布版本。 I tried it but didn't help me. 我尝试过,但没有帮助我。

I also faced this problem in dev environment few times. 我也在开发环境中几次遇到了这个问题。

Can anyone let me know what could be the issuse? 谁能让我知道问题所在? Could it be connectivity problem between the repository and my system? 可能是存储库和系统之间的连接问题吗?

Our SSL certificate expired this morning. 我们的SSL证书今天早上过期。 We are working to get it addressed. 我们正在努力解决它。 An option to use as a workaround would be to use http instead of https . 一种解决方法是使用http而不是https See comments at https://github.com/grails/grails-core/issues/9200 . 请参阅https://github.com/grails/grails-core/issues/9200上的评论。

The process is almost complete to get the new cert in place. 获得新证书的过程几乎完成。 Sorry for the trouble. 抱歉,添麻烦了。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法下载Grails Datastore Gorm 3.1.3版本 - Unable to download grails datastore gorm 3.1.3 version Grails 3.4.0上的MongoDB GORM插件的安装问题 - Installation Issue for MongoDB GORM plugin on Grails 3.4.0 Grails GORM中对Mongo RC1的GridFS支持吗? - GridFS support in Grails GORM for Mongo RC1? 适用于grails 2.3.0的mongodb gorm插件版本? - Version of the mongodb gorm plugin for grails 2.3.0? 在Grails中使用MongoDB GORM插件时,是否应该触发事件监听器? - Are event listeners supposed to fire when using MongoDB GORM plugin in Grails? 适用于grails 2.2.x的mongodb gorm插件的最佳版本? - Best version of the mongodb gorm plugin for grails 2.2.x? Grails GORM MongoDB插件中是否有类似可搜索的search()方法的类似方法? - Is there a similar method in the Grails GORM MongoDB plugin like the searchable search() method? 如何使用GORM / MongoDB插件在Grails中的域对象中创建一个上限集合 - How to create a capped collection in a domain object in Grails using GORM / MongoDB plugin Grails GORM有许多与MongoDB不一致的关联,当尝试获取子记录时,有时会获取记录,有时却不获取 - Grails GORM hasMany association inconsistent with MongoDB, When try to fetch child Records,it fetches the record sometimes and doesn't fetch sometimes 在使用 GORM mongoDB 插件的 Grails 应用程序中配置 MongoDatastore 类的 bean 覆盖的最佳方法是什么? - What is the best way to configure a bean override of MongoDatastore class in a Grails application that use GORM mongoDB plugin?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM