Maven Repository for digitalpersona fingerprint - spring-boot

Am trying to add fingerprint to my springboot project but i get error Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0 when resolving dependencies.
Has the repository for com.digitalpersona.fingerprint changed?
Full Errors
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0.
Required by:
project :
> Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0.
> Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-enrollment/2.2.0/fp-enrollment-2.2.0.pom'.
> Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-enrollment/2.2.0/fp-enrollment-2.2.0.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.digitalpersona.fingerprint:fp-verification:2.2.0.
Required by:
project :
> Could not resolve com.digitalpersona.fingerprint:fp-verification:2.2.0.
> Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-verification/2.2.0/fp-verification-2.2.0.pom'.
> Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-verification/2.2.0/fp-verification-2.2.0.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.digitalpersona.onetouch:ot-api:2.2.0.
Required by:
project :
> Could not resolve com.digitalpersona.onetouch:ot-api:2.2.0.
> Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/onetouch/ot-api/2.2.0/ot-api-2.2.0.pom'.
> Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/onetouch/ot-api/2.2.0/ot-api-2.2.0.pom'. Received status code 401 from server

Related

Download dependency packages from maven repository failed in Gradle build but download directly successfully

When I used Gradle to download dependency packages from manven repository, always got timeout.
Could not download log4j-core-2.17.1.jar (org.apache.logging.log4j:log4j-core:2.17.1)
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar'.
> Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.40.215] failed: Read timed out
Could not download log4j-api-2.17.1.jar (org.apache.logging.log4j:log4j-api:2.17.1)
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar'.
> Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.40.215] failed: Read timed out
Could not download commons-configuration2-2.2.jar (org.apache.commons:commons-configuration2:2.2)
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.2/commons-configuration2-2.2.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.2/commons-configuration2-2.2.jar'.
> Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.40.215] failed: Read timed out
Could not download jersey-apache-connector-2.26.jar (org.glassfish.jersey.connectors:jersey-apache-connector:2.26)
> Could not get resource 'https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.26/jersey-apache-connector-2.26.jar'.
> Could not HEAD 'https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.26/jersey-apache-connector-2.26.jar'.
> Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.40.215] failed: Read timed out
But when I try to download the package by wget, it is successful. So weird. Who can help me on this problem? Thank you in advance.

503 from server: Service Unavailable: Back-end server is at capacity

I'm trying to build a jib based container with gradle.
I'm getting a 503 error when it tries to GET an xml file from jfrog.org.
+ eval set -- '"-Xmx64m"' '"-Xms64m"' '"-Xdock:name=Gradle"' '"-Xdock:icon=/Users/username/VSCode/globality-karate-testing/media/gradle.icns"' '"-Dorg.gradle.appname=gradlew"' -classpath '"/Users/username/VSCode/globality-karate-testing/gradle/wrapper/gradle-wrapper.jar"' org.gradle.wrapper.GradleWrapperMain ''\''jibDockerBuild'\'' \
'
++ set -- -Xmx64m -Xms64m -Xdock:name=Gradle -Xdock:icon=/Users/username/VSCode/globality-karate-testing/media/gradle.icns -Dorg.gradle.appname=gradlew -classpath /Users/username/VSCode/globality-karate-testing/gradle/wrapper/gradle-wrapper.jar org.gradle.wrapper.GradleWrapperMain jibDockerBuild
+ exec /Users/username/.sdkman/candidates/java/current/bin/java -Xmx64m -Xms64m -Xdock:name=Gradle -Xdock:icon=/Users/username/VSCode/globality-karate-testing/media/gradle.icns -Dorg.gradle.appname=gradlew -classpath /Users/username/VSCode/globality-karate-testing/gradle/wrapper/gradle-wrapper.jar org.gradle.wrapper.GradleWrapperMain jibDockerBuild
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'karate-base'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve org.jfrog.buildinfo:build-info-extractor-gradle:4.+.
Required by:
project :
> Failed to list versions for org.jfrog.buildinfo:build-info-extractor-gradle.
> Unable to load Maven meta-data from https://repo.jfrog.org/artifactory/gradle/org/jfrog/buildinfo/build-info-extractor-gradle/maven-metadata.xml.
> Could not get resource 'https://repo.jfrog.org/artifactory/gradle/org/jfrog/buildinfo/build-info-extractor-gradle/maven-metadata.xml'.
> Could not GET 'https://repo.jfrog.org/artifactory/gradle/org/jfrog/buildinfo/build-info-extractor-gradle/maven-metadata.xml'.
Received status code 503 from server: Service Unavailable: Back-end server is at capacity
This appears to be a problem with the jfrog.org server.
It only seems to happen if this is the first time someone has built the project.
Another engineer was able to replicate my error, who had not built this prior.
An engineer who had built the project earlier does not have problems. Seems to be an initialization file.
Heard back from Jfrog support.
The repo https://repo.jfrog.org/artifactory/ has been deprecated.
Replace it with: https://repo1.maven.org/maven2

Could not determine artifacts for org.springframework.boot:spring-boot-starter-parent:

I'm getting some errors :
Could not resolve all dependencies ...
> Could not determine artifacts for org.springframework.boot:spring-boot-starter-parent:1.2.1.RELEASE
> Could not get resource 'https://repo.spring.io/plugins-release/org/springframework/boot/spring-boot-starter-parent/1.2.1.RELEASE/spring-boot-starter-parent-1.2.1.RELEASE.jar'.
> Could not HEAD 'https://repo.spring.io/plugins-release/org/springframework/boot/spring-boot-starter-parent/1.2.1.RELEASE/spring-boot-starter-parent-1.2.1.RELEASE.jar'. Received status code 401 from server: Unauthorized
It requires username and password (I typed the url in the browser)
Update:
Could not resolve all artifacts for configuration ':gisett-backend:classpath'.
Could not find io.spring.gradle:propdeps-plugin:0.0.9.RELEASE.
Searched in the following locations:
- https://jcenter.bintray.com/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom
- https://repo.maven.apache.org/maven2/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom
- https://plugins.gradle.org/m2/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom
How can I fix it? Thanks

gradle build fails while running rocket chat kotlin sdk in Android studio 3.2-beta 1 and throws below error

FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'rocket.chat.kotlin.sdk'.
Could not resolve all files for configuration ':classpath'.
Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51.
Required by:
project :
Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51.
Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.51/kotlin-gradle-plugin-1.2.51.pom'.
Could not HEAD 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.51/kotlin-gradle-plugin-1.2.51.pom'.
Connect to 10.53.130.55:80 [/10.53.130.55] failed: connect timed out
Could not resolve gradle.plugin.org.jmailen.gradle:kotlinter-gradle:1.11.2.
Required by:
project :
Could not resolve gradle.plugin.org.jmailen.gradle:kotlinter-gradle:1.11.2.
Could not get resource 'https://jcenter.bintray.com/gradle/plugin/org/jmailen/gradle/kotlinter-gradle/1.11.2/kotlinter-gradle-1.11.2.pom'.
Could not GET 'https://jcenter.bintray.com/gradle/plugin/org/jmailen/gradle/kotlinter-gradle/1.11.2/kotlinter-gradle-1.11.2.pom'.
Connect to 10.53.130.55:80 [/10.53.130.55] failed: connect timed out
Could not resolve org.jetbrains.dokka:dokka-gradle-plugin:0.9.16.
Required by:
project :
Could not resolve org.jetbrains.dokka:dokka-gradle-plugin:0.9.16.
Could not get resource 'https://jcenter.bintray.com/org/jetbrains/dokka/dokka-gradle-plugin/0.9.16/dokka-gradle-plugin-0.9.16.pom'.
Could not HEAD 'https://jcenter.bintray.com/org/jetbrains/dokka/dokka-gradle-plugin/0.9.16/dokka-gradle-plugin-0.9.16.pom'.
Connect to 10.53.130.55:80 [/10.53.130.55] failed: connect timed out
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
CONFIGURE FAILED in 10s
Cause: connect timed out

Gradle behind proxy with no Authentication

I am running gradle (version 2.5) behind a proxy server which does not require authentication. I have set the following in gradle.properties
systemProp.http.proxyHost=rilproxy.in.ril.com
systemProp.http.proxyPort=8080
However I am getting the following exception which complains that proxy server requires authentication. Does gradle expect some dummy value in case there is no proxyUser and proxyPassword. I have confirmed with dont have any authentication credentials for proxy server and this is working fine if I set the same for Ivy build.
Parallel execution with configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'liferay-plugins-sdk-6.2'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve commons-codec:commons-codec:1.9.
Required by:
:liferay-plugins-sdk-6.2:unspecified
> Could not resolve commons-codec:commons-codec:1.9.
> Could not get resource 'http://cdn.repository.liferay.com/nexus/content/groups/public/com
mons-codec/commons-codec/1.9/commons-codec-1.9.pom'.
> Could not GET 'http://cdn.repository.liferay.com/nexus/content/groups/public/commons-c
odec/commons-codec/1.9/commons-codec-1.9.pom'. Received status code 407 from server: Proxy Authentic
ation Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Prox
y filter is denied. )

Resources