Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to create JDBC driver library extensions for MS SQL #107

Open
jyew opened this issue May 24, 2022 · 0 comments
Open

Error when trying to create JDBC driver library extensions for MS SQL #107

jyew opened this issue May 24, 2022 · 0 comments

Comments

@jyew
Copy link

jyew commented May 24, 2022

I followed the documentation and it led me to this repo.

https://access.redhat.com/documentation/en-us/red_hat_fuse/7.5/html-single/integrating_applications_with_fuse_online/index#creating-jdbc-driver-library-extensions_extensions

When executing ./mvnw -pl :syndesis-library-jdbc-driver clean package to build the extension, I faced the following error and I have been stuck for half a day looking for fix. Does anybody have a solution for this? I am new to maven. I have tried to install the depencedencies or build the project but it didn't work.

mvn --version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: C:\Program Files\apache-maven-3.8.3
Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_311\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[ERROR] Non-resolvable import POM: org.apache.camel:camel-spring-boot-dependencies:pom:2.23.2.fuse-790029 failed to transfer from https://repository.jboss.org/nexus/content/groups/ea/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jboss-ea has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.camel:camel-spring-boot-dependencies:pom:2.23.2.fuse-790029 from/to jboss-ea (https://repository.jboss.org/nexus/content/groups/ea/): transfer failed for https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/camel-spring-boot-dependencies/2.23.2.fuse-790029/camel-spring-boot-dependencies-2.23.2.fuse-790029.pom, status: 503 Service Unavailable @ io.syndesis.extension:extension-bom:1.12.0, C:\Users\jordan.yew.m2\repository\io\syndesis\extension\extension-bom\1.12.0\extension-bom-1.12.0.pom, line 134, column 19 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-annotation-processor:jar is missing. @ line 27, column 15
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-api:jar is missing. @ line 33, column 15
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-csv:jar is missing. @ line 38, column 15
[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.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant