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

Failing build - No such artifact: org.apache.tomee:apache-tomee:7.0.5:zip:webprofile #224

Open
kopcheski opened this issue Dec 16, 2020 · 0 comments

Comments

@kopcheski
Copy link
Contributor

For quite a while the builds are broken because the artifact org.apache.tomee:apache-tomee:7.0.5:zip:webprofile, needed by chameleon targets tomee:7.0.5:remote and tomee:7.0.5:managed, cannot be resolved.

That's what is usually seen in the logs:

SEVERE: Unable to start remote container
java.lang.NullPointerException: No such artifact: org.apache.tomee:apache-tomee:7.0.5:zip:webprofile
at org.apache.openejb.arquillian.common.Setup.downloadFile(Setup.java:170)
at org.apache.openejb.arquillian.common.Setup.downloadAndUnpack(Setup.java:152)
at org.apache.tomee.arquillian.remote.RemoteTomEEContainer.configure(RemoteTomEEContainer.java:223)
at org.apache.tomee.arquillian.remote.RemoteTomEEContainer.start(RemoteTomEEContainer.java:110)
at org.arquillian.container.chameleon.controller.TargetController$2.call(TargetController.java:86)

The artifact is available on maven central (https://repo1.maven.org/maven2/org/apache/tomee/apache-tomee/7.0.5/apache-tomee-7.0.5-webprofile.zip) and couldn't see any recent PR that could justify the behavior.

I would appreciated if someone could have a look. This would enable me to eventually finalize #173.

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