ok Hans, but until the next release date, I would like to see this process work with me.
Could you share your environment information with me? I need to compare and see where I'm going wrong Can you let me know: - What OS are they using? - What is the result of java -version? - What is the result of mvn -v Thanks in advance for everyone's attention. Cheers, Em seg., 24 de jan. de 2022 às 05:58, Hans Van Akelyen < [email protected]> escreveu: > Hi All, > > This vote is now closed. > Ricardo we will try and give it a go for the next release, I'm not sure > what is going on as multiple people are able to build it from scratch. > > Cheers, > Hans > > On Sat, 22 Jan 2022 at 15:25, Ricardo Gouvea <[email protected]> > wrote: > > > Hi, > > > > I know the deadline has already expired, but I would like help to be able > > to carry out the whole process successfully and be able to participate in > > the next releases. > > > > My problem is running the mvn clean install command. > > > > See what happens at the beginning of the command execution: > > > > root@ip-172-31-89-39:/tmp/release_check/apache-hop-1.1.0# mvn clean > > install > > > > [*WARNING*] The POM for > > co.leantechniques:maven-buildtime-extension:jar:3.8.1 is missing, no > > dependency information available > > > > [*WARNING*] Failed to read extensions descriptor > > /tmp/release_check/apache-hop-1.1.0/.mvn/extensions.xml: Plugin > > co.leantechniques:maven-buildtime-extension:3.8.1 or one of its > > dependencies could not be resolved: > > co.leantechniques:maven-buildtime-extension:jar:3.8.1 was not found in > > https://repo.maven.apache.org/maven2 during a previous attempt. This > > failure was cached in the local repository and resolution is not > > reattempted until the update interval of central has elapsed or updates > are > > forced > > > > [*INFO*] Scanning for projects... > > > > [*WARNING*] > > > > [*WARNING*] Some problems were encountered while building the effective > > model for org.apache.hop:hop-core:jar:1.1.0 > > > > [*WARNING*] > 'dependencies.dependency.(groupId:artifactId:type:classifier)' > > must be unique: commons-net:commons-net:jar -> version (?) vs > > ${commons-net.version} @ line 336, column 21 > > > > [*WARNING*] > > > > [*WARNING*] It is highly recommended to fix these problems because they > > threaten the stability of your build. > > > > [*WARNING*] > > > > [*WARNING*] For this reason, future Maven versions might no longer > support > > building such malformed projects. > > > > [*WARNING*] > > > > > > > > The process continues, but a new error occurs, see > > > > [*INFO*] Running org.apache.hop.ui.core.dialog.*PreviewRowsDialogTest* > > > > Hop configuration file not found, not serializing: > > /tmp/release_check/apache-hop-1.1.0/ui/config/hop-config.json > > > > [*ERROR*] *Tests **run: 1*, Failures: 0, *Errors: 1*, Skipped: 0, Time > > elapsed: 2.416 s* <<< FAILURE!* - in org.apache.hop.ui.core.dialog. > > *PreviewRowsDialogTest* > > > > [*ERROR*] > org.apache.hop.ui.core.dialog.PreviewRowsDialogTest.getDataForRow > > Time elapsed: 0.431 s <<< ERROR! > > > > java.lang.UnsatisfiedLinkError: > > > > Could not load SWT library. Reasons: > > > > no swt-pi4-gtk-4944r26 in java.library.path > > > > no swt-pi4-gtk in java.library.path > > > > no swt-pi4 in java.library.path > > > > Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi4-gtk-4944r26.so > > > > Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi4-gtk.so > > > > Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi4.so > > > > > > at > > > > > org.apache.hop.ui.core.dialog.PreviewRowsDialogTest.getDataForRow(PreviewRowsDialogTest.java:54) > > > > > > > > And the process ends like this > > > > [*ERROR*] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test > > *(default-test)* on project hop-ui: *There are test failures.* > > > > [*ERROR*] > > > > [*ERROR*] *Please refer to > > /tmp/release_check/apache-hop-1.1.0/ui/target/surefire-reports for the > > individual test results.* > > > > [*ERROR*] *Please refer to dump files (if any exist) [date].dump, > > [date]-jvmRun[N].dump and [date].dumpstream.* > > > > [*ERROR*] -> *[Help 1]* > > > > [*ERROR*] > > > > [*ERROR*] To see the full stack trace of the errors, re-run Maven with > the > > *-e* switch. > > > > [*ERROR*] Re-run Maven using the *-X* switch to enable full debug > logging. > > > > [*ERROR*] > > > > [*ERROR*] For more information about the errors and possible solutions, > > please read the following articles: > > > > [*ERROR*] *[Help 1]* > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > > > [*ERROR*] > > > > [*ERROR*] After correcting the problems, you can resume the build with > the > > command > > > > [*ERROR*] *mvn <args> -rf :hop-ui* > > > > > > my environment is > > > > > > OS > > > > Distributor ID: Ubuntu > > > > Description: Ubuntu 20.04.3 LTS > > > > Release: 20.04 > > > > Codename: focal > > > > > > Java JDK > > > > openjdk version "1.8.0_312" > > > > OpenJDK Runtime Environment (build > 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07) > > > > OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode) > > > > > > Maven > > > > *Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)* > > > > Maven home: /opt/maven > > > > Java version: 1.8.0_312, vendor: Private Build, runtime: > > /usr/lib/jvm/java-8-openjdk-amd64/jre > > > > Default locale: en, platform encoding: UTF-8 > > > > OS name: "linux", version: "5.11.0-1027-aws", arch: "amd64", family: > "unix" > > > > > > Here in the Maven runtime, does anyone have an ending note other than > jre? > > > > > > I would really appreciate your help, as I have tried this procedure > several > > times and without success. Not being able to do this successfully is > > tormenting me heheh > > > > > > Best regards > > > > Em seg., 17 de jan. de 2022 às 18:10, Hans Van Akelyen < > [email protected]> > > escreveu: > > > > > Hi All, > > > > > > This will be our first release as a Top Level Project, this release has > > > mainly focussed on fixing bugs and improving the user experience. > Though > > > mainly focussed on fixing bugs you can expect following new features: > > > - Tika transform > > > - Hop Server can be made project aware > > > - Asynchronous Web Service > > > - Apache Beam update to 2.34.0 > > > > > > Though it was not actively used by our code we have removed log4j > > > dependencies from the project. A full list of fixes and improvements > can > > be > > > found in the link below. > > > > > > I would like to thank everyone that has contributed to make this > > possible! > > > > > > Build instructions can be found in the README included. > > > > > > The tag to be voted on is 1.1.0-rc1 (commit 40ab10e): > > > https://github.com/apache/hop/tree/1.1.0-rc1 > > > > > > The release files, including signatures, digests, etc. can be found at: > > > https://dist.apache.org/repos/dist/dev/hop/apache-hop-1.1.0-rc1/ > > > > > > The SHA512 Checksum for these artifacts is: > > > > > > > > > Source:0c021a9f50119f70efdcdfe2e422813dcd42be76e06229b2a8c994253d371a6fe752bf46c841ba76df3ae669205fab3c1451421e3b4f3ac1b09f7d73d9a75044 > > > > > > Client: > > > > > > e52b73f54219a7066bb535714fb001c79a9e4f09e445b3757ab681836e83e64dde63cca0ea0c3708458ee3c371f5f538ef4bf024a19d50822f4ef40e55e2908d > > > > > > Release artifacts are signed with the following key: > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9a8a628dd4f4aa1e > > > > > > For more information about the contents of this release, see: > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324323&version=12350627 > > > > > > Please vote on releasing this package as Apache Hop 1.1.0! > > > > > > The vote is open for 72 hours and passes if > > > a majority of at least 3 +1 PMC votes are cast. > > > > > > [ ] +1 Release this package as Apache Hop 1.1.0 > > > [ ] +0 No opinion > > > [ ] -1 Do not release this package because ... > > > > > > Best Regards, > > > Hans > > > > > > > > > -- > > > > > > > > <https://www.openin.com.br> > > > > Patrocinadora Oficial do > > > > Pentaho Day 2019 > > > > Ricardo Gouvêa > > > > CEO > > > > [email protected] > > > > Mobile: +55 11 9 9638-9238 > > > > > > Openin - Your Partner in Data > > > > www.openin.com.br > > > > [image: Openin no Linkedin] [image: Openin no Facebook] > > <https://www.facebook.com/Openinbr/> [image: Openin no Instagram] > > <https://www.instagram.com/openinbr/> [image: Openin no Twitter] > > <https://twitter.com/OpeninBigData> [image: Openin no Youtube] > > <https://www.youtube.com/openinbigdata> > > > -- <https://www.openin.com.br> Patrocinadora Oficial do Pentaho Day 2019 Ricardo Gouvêa CEO [email protected] Mobile: +55 11 9 9638-9238 Openin - Your Partner in Data www.openin.com.br [image: Openin no Linkedin] [image: Openin no Facebook] <https://www.facebook.com/Openinbr/> [image: Openin no Instagram] <https://www.instagram.com/openinbr/> [image: Openin no Twitter] <https://twitter.com/OpeninBigData> [image: Openin no Youtube] <https://www.youtube.com/openinbigdata>
