-
Notifications
You must be signed in to change notification settings - Fork 53
Unable to install BigBen:app version: 1.0.7-SNAPSHOT #38
Comments
Worked to me after I upgraded <ktor.version>1.3.0</ktor.version>. Current version is 1.1.1 |
In non-docker execution, I am getting below error while running
|
I think this access denied error is due to an update on jcenter side It worked for me once in pom.xml changed http://jcenter.bintray.com to https and build was successful for me |
Hello,
I tried installing Bigben (bigben#non-docker-execution), but the execution is failing due to access.
Does it require any configuration setup? Here I have attached the log trace for the reference.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BigBen:parent 1.0.7-SNAPSHOT:
[INFO]
[INFO] BigBen:parent ...................................... SUCCESS [ 0.287 s]
[INFO] BigBen:commons ..................................... SUCCESS [ 19.904 s]
[INFO] BigBen:lib ......................................... SUCCESS [ 10.523 s]
[INFO] Bigben:cron ........................................ SUCCESS [ 3.245 s]
[INFO] BigBen:cassandra ................................... SUCCESS [ 3.622 s]
[INFO] Bigben:kafka ....................................... SUCCESS [ 2.409 s]
[INFO] BigBen:app ......................................... FAILURE [ 2.051 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43.303 s
[INFO] Finished at: 2020-01-20T12:25:17+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project bigben-app: Could not resolve dependencies for project com.walmartlabs.bigben:bigben-app:takari-jar:1.0.7-SNAPSHOT: Failed to collect dependencies at io.ktor:ktor-server-core:jar:1.1.1 -> org.jetbrains.kotlinx:atomicfu:jar:0.12.0: Failed to read artifact descriptor for org.jetbrains.kotlinx:atomicfu:jar:0.12.0: Could not transfer artifact org.jetbrains.kotlinx:atomicfu:pom:0.12.0 from/to jcenter (http://jcenter.bintray.com): Access denied to: http://jcenter.bintray.com/org/jetbrains/kotlinx/atomicfu/0.12.0/atomicfu-0.12.0.pom -> [Help 1]
[ERROR]_
The text was updated successfully, but these errors were encountered: