citrusframework / citrusframework/citrus

Citrus-Admin could not find artifacts

Open
#702 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
485
Forks
155
Avg merge
4d 22h
Merged PRs (30d)
6

Description

**Citrus Version**
2.75 / 2.8.0

**Question**

Hello! I'm having a problem with using Citrus Admin. I get a war from repo here:

`curl -o citrus-admin.war https://labs.consol.de/maven/repository/com/consol/citrus/citrus-admin-web/1.0.3/citrus-admin-web-1.0.3-executable.war`

When I run a war (java -jar citrus-admin.war), application is up and running. I can add my project with success but for some reason I have got errors:

` danger: {"timestamp":1575616406675,"status":500,"error":"Internal Server Error","exception":"org.jboss.shrinkwrap.resolver.api.NoResolvedResultException","message":"org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.jboss.shrinkwrap.resolver.api.NoResolvedResultException: Unable to collect/resolve dependency tree for a resolution due to: The following artifacts could not be resolved: com.consol.citrus:citrus-core:jar:2.7.5, com.consol.citrus:citrus-jms:jar:2.7.5, com.consol.citrus:citrus-jdbc:jar:2.7.5, com.consol.citrus:citrus-http:jar:2.7.5, com.consol.citrus:citrus-websocket:jar:2.7.5, com.consol.citrus:citrus-ws:jar:2.7.5, com.consol.citrus:citrus-ftp:jar:2.7.5, com.consol.citrus:citrus-ssh:jar:2.7.5, com.consol.citrus:citrus-camel:jar:2.7.5, com.consol.citrus:citrus-docker:jar:2.7.5, com.consol.citrus:citrus-kubernetes:jar:2.7.5, com.consol.citrus:citrus-selenium:jar:2.7.5, com.consol.citrus:citrus-zookeeper:jar:2.7.5, com.consol.citrus:citrus-cucumber:jar:2.7.5, com.consol.citrus:citrus-rmi:jar:2.7.5, com.consol.citrus:citrus-jmx:jar:2.7.5, com.consol.citrus:citrus-restdocs:jar:2.7.5, com.consol.citrus:citrus-mail:jar:2.7.5, com.consol.citrus:citrus-vertx:jar:2.7.5, com.consol.citrus:citrus-java-dsl:jar:2.7.5: Could not find artifact com.consol.citrus:citrus-core:jar:2.7.5, caused by: Could not find artifact com.consol.citrus:citrus-core:jar:2.7.5","path":"/api/beans/context"} `

This errors is displayed under configuration tabs. Moreover any of endpoint, xml schema, global variables etc are not loaded here. My project is pure java, I do not have citrus-context.xml, everythins is loaded from java beans.
Tests are also written in java. I also have some another issues, but the reason could be above.

I did some research but with no success. Documentation also does not help. I also tried to load some sample project from your repo (eg. sample-soap) but errors are still displayed. Is this my local issue or I'm doing something wrong?

Thanks in advance for any hint!

Omeniq

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.