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

Problem deploying Zilla on macos silicon with brew #6

Open
xaviercallens opened this issue Sep 16, 2024 · 0 comments
Open

Problem deploying Zilla on macos silicon with brew #6

xaviercallens opened this issue Sep 16, 2024 · 0 comments

Comments

@xaviercallens
Copy link

Running an installation of Zilla on macos using brew.

Command:

  1. brew tap aklivity/tap

Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).
==> Auto-updated Homebrew!
Updated 3 taps (hashicorp/tap, homebrew/core and homebrew/cask).
==> New Formulae
bc-gh bump-my-version gollama immich-cli oasdiff
bed fatal hashicorp/tap/tf-migrate ktor rpcsvc-proto
==> New Casks
blood-on-the-clocktower-online feedflow gitlight pronotes wealthfolio
dfcf font-departure-mono parallels@19 replaywebpage zen-browser

You have 33 outdated formulae and 1 outdated cask installed.
==> Fetching dependencies for aklivity/tap/zilla: ca-certificates, openssl@3, libpng, freetype, readline, sqlite, xz, [email protected], glib, libx11, cairo, harfbuzz, jpeg-turbo, lz4 and openjdk

...

==> Tapping aklivity/tap
Cloning into '/opt/homebrew/Library/Taps/aklivity/homebrew-tap'...
remote: Enumerating objects: 72, done.
remote: Counting objects: 100% (60/60), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 72 (delta 26), reused 39 (delta 15), pack-reused 12 (from 1)
Receiving objects: 100% (72/72), 17.57 KiB | 3.51 MiB/s, done.
Resolving deltas: 100% (26/26), done.
Tapped 1 formula (15 files, 39.7KB).

  1. brew install zilla

Error:

==> Installing aklivity/tap/zilla
==> wget https://maven.packages.aklivity.io/io/aklivity/zilla/manager/0.9.91/manager-0.9.91.jar
==> java -jar manager-0.9.91.jar wrap
==> ./zpmw install --debug
Last 15 lines from /Users/xcallens/Library/Logs/Homebrew/zilla/03.zpmw:

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.Exception: Unable to resolve: org.apache.ivy.core.report.ResolveReport@71cf1b07
at io.aklivity.zilla.manager.internal.commands.install.ZpmInstall.invoke(ZpmInstall.java:213)
at io.aklivity.zilla.manager.internal.ZpmCommand.run(ZpmCommand.java:89)
at io.aklivity.zilla.manager.internal.ZpmMain.main(ZpmMain.java:26)
Caused by: java.lang.RuntimeException: java.lang.Exception: Unable to resolve: org.apache.ivy.core.report.ResolveReport@71cf1b07
at io.aklivity.zilla.manager.internal.commands.install.cache.ZpmCache.resolveDependencyDescriptors(ZpmCache.java:170)
at io.aklivity.zilla.manager.internal.commands.install.cache.ZpmCache.resolveImports(ZpmCache.java:99)
at io.aklivity.zilla.manager.internal.commands.install.cache.ZpmCache.resolve(ZpmCache.java:85)
at io.aklivity.zilla.manager.internal.commands.install.ZpmInstall.invoke(ZpmInstall.java:166)
... 2 more
Caused by: java.lang.Exception: Unable to resolve: org.apache.ivy.core.report.ResolveReport@71cf1b07
at io.aklivity.zilla.manager.internal.commands.install.cache.ZpmCache.resolveDependencyDescriptors(ZpmCache.java:155)
... 5 more

Looking at the log
3) more /Users/xcallens/Library/Logs/Homebrew/zilla/03.zpmw

--debug

.zpm/wrapper/manager-0.9.91.jar not found, downloading from https://maven.packages.aklivity.io/io/aklivity/zilla/manager/0.9.91/manager-0.9.91.jar
Authentication selected: Basic realm="GitHub Package Registry"
2024-09-16 15:57:52 URL:https://github-registry-files.githubusercontent.com/436039945/ce755600-56aa-11ef-9869-42590b1b2b9b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA52GIFG5T%2F20240916%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240916T155751Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=d613ad978e39844fe9ab0633d51a9e98c4040149a228799454cb796c11a74e56 [4747442/4747442] -> ".zpm/wrapper/manager-0.9.91.jar" [1]
Picked up _JAVA_OPTIONS: -Duser.home=/Users/xcallens/Library/Caches/Homebrew/java_cache
reading zpm.json
reading zpm-lock.json
resolving dependencies
:: loading settings :: url = jar:file:/private/tmp/zilla-20240916-5078-mtsf4y/.zpm/wrapper/manager-0.9.91.jar!/org/apache/ivy/core/settings/ivysettings.xml

:: problems summary ::
:::: WARNINGS
module not found: io.aklivity.zilla#runtime;0.9.91

    ==== maven: tried

      file:///Users/xcallens/Library/Caches/Homebrew/java_cache/.m2/repository/io/aklivity/zilla/runtime/0.9.91/runtime-0.9.91.pom

      -- artifact io.aklivity.zilla#runtime;0.9.91!runtime.jar:

      file:///Users/xcallens/Library/Caches/Homebrew/java_cache/.m2/repository/io/aklivity/zilla/runtime/0.9.91/runtime-0.9.91.jar
@xaviercallens xaviercallens changed the title Problem deploying Zilla on macos silicon Problem deploying Zilla on macos silicon with brew Sep 19, 2024
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