mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-26 06:06:00 +03:00
[GH-ISSUE #1581] Build error occurred #352
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chengkaisheng on GitHub (Apr 2, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1581
i followed the instructions from https://github.com/dbeaver/cloudbeaver/wiki/Build-and-deploy to build cloudbeaver. However, some error occurred when i run './build.sh. The error detail is as follows:
[WARNING] [dac9e0dc-cde9-4096-bf3a-5318d710396b][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1 have severely compromised security. Please report this concern to the artifact provider.
[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1 from repository https://dbeaver.io/eclipse-repo:
[ERROR] Problems downloading artifact: osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1.
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1 into the local Maven repository.See log output for details. Unexpected end of ZLIB input stream -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1 into the local Maven repository.See log output for details.
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:109)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.jkiss.bundle.apache.poi,4.1.1 into the local Maven repository.See log output for details.
at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:308)
it seems that the jar file cannot be downloaded.
so i tried to download the jar file and using mvn install:install-file to install it manually. after that i ran ./build.sh again, the error still exists.
what can i do?