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

failed to build - manifest download errors in ui #22

Open
tweaksalot opened this issue May 27, 2024 · 2 comments
Open

failed to build - manifest download errors in ui #22

tweaksalot opened this issue May 27, 2024 · 2 comments

Comments

@tweaksalot
Copy link

Seems like it wont build anymore due to a few of the maven-metadata.xml files can't be downloaded due to missing from the github repos... any idea how to change it so these can be built? I'm trying to get it running on an arm64 and the builds are all amd64.

For example, the following repo seems to have deleted their 4.0.0-snapshot directories

https://github.com/hypfvieh/dbus-java

Failed to execute goal on project snake-ui: Could not resolve dependencies for project uk.co.bithatch:snake-ui:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.hypfvieh:dbus-java:jar:4.0.0-SNAPSHOT: Failed to read artifact descriptor for com.github.hypfvieh:dbus-java:jar:4.0.0-SNAPSHOT: Could not transfer artifact com.github.hypfvieh:dbus-java:pom:4.0.0-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [javassh-opensource-snapshots (http://artifactory.javassh.com/opensource-snapshots, default, snapshots), javassh-opensource-releases (http://artifactory.javassh.com/opensource-releases, default, releases)]

and
http://0.0.0.0/com/github/hypfvieh/dbus-java/4.0.0-SNAPSHOT/maven-metadata.xml

[WARNING] Could not transfer metadata com.sshtools:two-slices:0.0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/com/sshtools/two-slices/0.0.1-SNAPSHOT/maven-metadata.xml
[WARNING] com.sshtools:two-slices:0.0.1-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata com.sshtools:two-slices:0.0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/com/sshtools/two-slices/0.0.1-SNAPSHOT/maven-metadata.xm

@jtaub
Copy link

jtaub commented Oct 12, 2024

I can't get it to build either. I tried a couple of naive solutions, but none worked:

  • Replace http with https: fails because they have an invalid certificate
  • Remove the dependency on artifactory.javassh.com entirely: fails to find any of the -SNAPSHOT depdencies
  • Remove -SNAPSHOT (e.g. use version 1.7 instead of 1.7-SNAPSHOT): fails to find the dependency, even though it is available on maven central

@jtaub
Copy link

jtaub commented Oct 12, 2024

I was able to build and run the application on my machine, with some issues. It does work, though, you can change lighting patterns and such.

I've opened #23 if you would like to try it on your machine.

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

2 participants