Cloudbeaver compilation failure: Failed to load p2 repository with ID 'local-contrib' #34892
Replies: 1 comment 2 replies
-
You are right, the endpoint is not valid, the current highest available url version is for 24.1.3 not 24.1.4 and this caused the url to be redirected. It might be the root cause of this issue. I guess they will create the url later, or possible forget to create it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been building
cloudbeaver
from source for the past several days without issue, but today a p2 repository appears to be broken. Output from a recentmvn verify
(using version 3.6.0) on branchdevel
.Error from maven:
Stacktrace
Contents of
~/.m2/repository/.cache/tycho/https/p2.dev.dbeaver.com/eclipse-repo/.idx
file in question (just HTML scrape of endpoint, it appears):Apologies for the wall of text.
dbeaver
specifically calls out<local-p2-repo.url>https://p2.dev.dbeaver.com/eclipse-repo/${local-p2-repo.version}</local-p2-repo.url>
in its mainpom.xml
, but that (versioned) endpoint doesn't appear t be available any longer.Any idea what happened? TIA 🍻
Beta Was this translation helpful? Give feedback.
All reactions