[GH-ISSUE #1581] Build error occurred #352

Closed
opened 2026-03-07 20:48:07 +03:00 by kerem · 0 comments
Owner

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?

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?
kerem closed this issue 2026-03-07 20:48:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#352
No description provided.