[I] [Bug]: HOP-WEB - Error in file picker when HOP_CONFIG_FOLDER is changed from default value ${CATALINA_HOME}/webapps/hop/config (hop)

2024-09-12 Thread via GitHub
gustavosaquino opened a new issue, #4315: URL: https://github.com/apache/hop/issues/4315 ### Apache Hop version? 2.9 ### Java version? JDK 11 ### Operating system Linux ### What happened? When the docker image is configured to start with a valu

[I] [Bug]: Hop Gui lets users create loops in workflows (hop)

2024-09-10 Thread via GitHub
bamaer opened a new issue, #4310: URL: https://github.com/apache/hop/issues/4310 ### Apache Hop version? SNAPSHOT-20240910 ### Java version? openjdk version "17.0.11" 2024-04-16 LTS ### Operating system macOS ### What happened? https://git

Re: [I] [Bug]: Hop Gui fails when a new project is created (hop)

2024-09-03 Thread via GitHub
bamaer commented on issue #4273: URL: https://github.com/apache/hop/issues/4273#issuecomment-2326391058 .take-issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[I] [Bug]: Hop Gui fails when a new project is created (hop)

2024-09-03 Thread via GitHub
bamaer opened a new issue, #4273: URL: https://github.com/apache/hop/issues/4273 ### Apache Hop version? SNAPSHOT-20240903 ### Java version? openjdk version "17.0.11" 2024-04-16 LTS ### Operating system macOS ### What happened? org.apache.hop.c

[I] [Bug]: (hop)

2024-08-30 Thread via GitHub
beccon4 opened a new issue, #4267: URL: https://github.com/apache/hop/issues/4267 ### Apache Hop version? 2.9.0 ### Java version? OpenJDK 64-Bit Server VM (build 11.0.24+8-post-Ubuntu-1ubuntu322.04, mixed mode, sharing) ### Operating system Linux ###

[I] [Bug]: (hop)

2024-08-29 Thread via GitHub
NicoDupont opened a new issue, #4258: URL: https://github.com/apache/hop/issues/4258 ### Apache Hop version? 2.9.0 ### Java version? jdk-22 ### Operating system Windows ### What happened? When I edit an asynchronous web service, I can't save wh

Re: [I] [Bug]: `hop-conf` contains untranslated i18n messages (hop)

2024-08-20 Thread via GitHub
hansva closed issue #4216: [Bug]: `hop-conf` contains untranslated i18n messages URL: https://github.com/apache/hop/issues/4216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[I] [Bug]: (hop)

2024-08-19 Thread via GitHub
pahervin opened a new issue, #4225: URL: https://github.com/apache/hop/issues/4225 ### Apache Hop version? 2.8 ### Java version? openJdk 11.0.2 ### Operating system Windows ### What happened? In the Metadata tab, set a Relational Database Conne

Re: [I] [Bug]: `hop-conf` contains untranslated i18n messages (hop)

2024-08-19 Thread via GitHub
bamaer commented on issue #4216: URL: https://github.com/apache/hop/issues/4216#issuecomment-2296115770 .take-issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [I] [Bug]: (hop)

2024-08-16 Thread via GitHub
joaomalho commented on issue #4212: URL: https://github.com/apache/hop/issues/4212#issuecomment-2294368710 Understood, thats why the process keeps running even when is stopped in 10k.. it will process the remaining eventually i suppose (i didnt test waiting more the 15min). If i und

Re: [I] [Bug]: (hop)

2024-08-16 Thread via GitHub
hansva commented on issue #4212: URL: https://github.com/apache/hop/issues/4212#issuecomment-2294360116 As I said before rowset_size does not mean you can only process that amount of rows... you can process a billion rows with rowset_size value = 10K. Apache Hop is a micro-batch/streamin

Re: [I] [Bug]: (hop)

2024-08-16 Thread via GitHub
joaomalho commented on issue #4212: URL: https://github.com/apache/hop/issues/4212#issuecomment-2294340612 My apologies for the previous explanation, i wasn't clear. I have configured the settings in my project metadata as detailed below: These are the current configurations of the pr

Re: [I] [Bug]: (hop)

2024-08-16 Thread via GitHub
hansva commented on issue #4212: URL: https://github.com/apache/hop/issues/4212#issuecomment-2294195730 rowset_size does not indicate a max number of rows Apache Hop can process. It's how many buffer lines each transform has. I probably would not go over 100K for that. That being said, it

Re: [I] [Bug]: (hop)

2024-08-16 Thread via GitHub
joaomalho commented on issue #4212: URL: https://github.com/apache/hop/issues/4212#issuecomment-2293885167 I agree, and I anticipate encountering scenarios in our project that will involve handling large data sizes. I'm also considering various workarounds, such as using Python processes wi

[I] [Bug]: `hop-conf` contains untranslated i18n messages (hop)

2024-08-16 Thread via GitHub
bamaer opened a new issue, #4216: URL: https://github.com/apache/hop/issues/4216 ### Apache Hop version? SNAPSHOT-20240816 ### Java version? openjdk version "17.0.11" 2024-04-16 LTS ### Operating system macOS ### What happened? output of `./hop

Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)

2024-08-09 Thread via GitHub
LudovicLupus commented on issue #4205: URL: https://github.com/apache/hop/issues/4205#issuecomment-2278357483 Thank you, I appreciate the quick reply. Creating the Async Web Service metadata object and using `http://localhost:8080/hop/asyncRun/?service=my-etl-name` to initiate the workflow

Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)

2024-08-09 Thread via GitHub
LudovicLupus closed issue #4205: [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines URL: https://github.com/apache/hop/issues/4205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)

2024-08-08 Thread via GitHub
hansva commented on issue #4205: URL: https://github.com/apache/hop/issues/4205#issuecomment-2276007541 We do not support the old file path start methods that were available in Carte. And nowhere in our docs do we mention those. The SO post also has an answer which is to use Asynchronous we

[I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)

2024-08-08 Thread via GitHub
LudovicLupus opened a new issue, #4205: URL: https://github.com/apache/hop/issues/4205 ### Apache Hop version? apache/hop:2.9.0 ### Java version? 11.0.23 ### Operating system Linux ### What happened? I'm interested in migrating my Pentaho serve

Re: [I] [Bug]: Hop Server REST api (hop)

2024-07-23 Thread via GitHub
hansva closed issue #4151: [Bug]: Hop Server REST api URL: https://github.com/apache/hop/issues/4151 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: is

Re: [I] [Bug]: Hop Server REST api (hop)

2024-07-22 Thread via GitHub
hansva commented on issue #4151: URL: https://github.com/apache/hop/issues/4151#issuecomment-2242780445 That get method requires content, the get will return a status after content parsing -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[I] [Bug]: Hop Server REST api (hop)

2024-07-22 Thread via GitHub
yunkuotianxian opened a new issue, #4151: URL: https://github.com/apache/hop/issues/4151 ### Apache Hop version? 2.9.0 ### Java version? 11 ### Operating system Windows ### What happened? How to call the interfaces of the following APIs? It's a

Re: [I] [Bug]: Hop Web clipboard access is not available for non-localhost servers (hop)

2024-06-04 Thread via GitHub
hlcianfagna commented on issue #1897: URL: https://github.com/apache/hop/issues/1897#issuecomment-2147930560 Still an issue with `docker.io/apache/hop-web:latest` (2.9.0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)

2024-05-30 Thread via GitHub
dave-csc commented on issue #3801: URL: https://github.com/apache/hop/issues/3801#issuecomment-2139217232 Hello, I was trying similar tests on the newly released version **2.9.0** of Hop and the component Set Variables, and this happens: - fill the table using "Get fields" and then

[I] [Bug]: Hop Gui - unable to insert a new Simple Mapping transform (hop)

2024-05-24 Thread via GitHub
dave-csc opened a new issue, #3974: URL: https://github.com/apache/hop/issues/3974 ### Apache Hop version? 2.8.0 ### Java version? openjdk version "21.0.2" 2024-01-16 ### Operating system Linux ### What happened? Create a new pipeline in Hop GU

[I] [Bug]: (hop)

2024-05-24 Thread via GitHub
enjoyy2 opened a new issue, #3968: URL: https://github.com/apache/hop/issues/3968 ### Apache Hop version? 2.8.0 ### Java version? 22.0.1 2024-04-16 ### Operating system Windows ### What happened? HTTP Post transform calling another apache hop s

Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)

2024-04-12 Thread via GitHub
hansva commented on issue #3801: URL: https://github.com/apache/hop/issues/3801#issuecomment-2051728679 This should be resolved in the latest builds https://github.com/apache/hop/pull/3787 You can test this by downloading a [development build]([here](https://repository.apache.org/content

[I] [Bug]: Hop GUI / User Defined Java Class - issues on closing the window (hop)

2024-04-12 Thread via GitHub
dave-csc opened a new issue, #3803: URL: https://github.com/apache/hop/issues/3803 ### Apache Hop version? 2.8.0 ### Java version? openjdk version "21.0.2" 2024-01-16 ### Operating system Linux ### What happened? When you close the User Defined

[I] [Bug]: Hop GUI - cannot select variables from list of defined ones (hop)

2024-04-05 Thread via GitHub
dave-csc opened a new issue, #3783: URL: https://github.com/apache/hop/issues/3783 ### Apache Hop version? 2.8.0 ### Java version? openjdk 21.0.2 2024-01-16 ### Operating system Linux ### What happened? In any transform or action [you can use C

Re: [I] [Bug]: Hop 2.8.0 - When running a workflow using Hop remote workflow engine, with pipelines containing the "Combination lookup-update" step when building the dispatch zip, the connection prope

2024-03-14 Thread via GitHub
Raul-rp commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-1997133793 Same issue in Hop 2.8.0 version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2024-02-12 Thread via GitHub
hansva closed issue #2801: [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly URL: https://github.com/apache/hop/issues/2801 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2024-02-12 Thread via GitHub
hansva closed issue #2801: [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly URL: https://github.com/apache/hop/issues/2801 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [I] [Bug]: Hop server Web UI java stack trace in pipeline widget (hop)

2023-11-14 Thread via GitHub
mattcasters commented on issue #3208: URL: https://github.com/apache/hop/issues/3208#issuecomment-1811379525 It would be cool to have a reproduction path for this one, to know what happened. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Bug]: Hop Server's Memory usage keeps increasing inspite of setting object_timeout_minutes in sever config (hop)

2023-11-08 Thread via GitHub
bamaer commented on issue #2796: URL: https://github.com/apache/hop/issues/2796#issuecomment-1802721961 update: reproduced with a loop for 1000 runs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [I] [Bug]: Hop Server's Memory usage keeps increasing inspite of setting object_timeout_minutes in sever config (hop)

2023-11-08 Thread via GitHub
bamaer commented on issue #2796: URL: https://github.com/apache/hop/issues/2796#issuecomment-1802590653 @00114100 tried to reproduce this (after wy too long) with your sample in 2.7.0-SNAPSHOT, but couldn't. Nothing in the code seems to have changed, I used your sample and memory se

[I] [Bug]: (hop)

2023-11-05 Thread via GitHub
juice416021 opened a new issue, #3357: URL: https://github.com/apache/hop/issues/3357 ### Apache Hop version? 2.6 ### Java version? 11.0.21 ### Operating system macOS ### What happened? I tested a new pipeline scenario with only Beam BigQuery I

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2023-11-03 Thread via GitHub
vutiendung commented on issue #2801: URL: https://github.com/apache/hop/issues/2801#issuecomment-1792745449 Hi guys, I have encoutered this issue and here is my temporary solution to fix that issue. In the file `ui/src/main/java/org/apache/hop/ui/hopgui/HopGuiKeyHandler.java`

Re: [I] [Bug]: Hop-Web built from source - CLI tools don't work (hop)

2023-10-28 Thread via GitHub
bamaer commented on issue #3323: URL: https://github.com/apache/hop/issues/3323#issuecomment-1783736887 good catch, the docs should be made in sync with what happens in [Dockerfile.web](https://github.com/apache/hop/blob/master/docker/Dockerfile.web) -- This is an automated message from t

[I] [Bug]: Hop-Web built from source - CLI tools don't work (hop)

2023-10-26 Thread via GitHub
kranskydog opened a new issue, #3323: URL: https://github.com/apache/hop/issues/3323 ### Apache Hop version? 2.6.0 ### Java version? openjdk version "17.0.8" 2023-07-18 LTS OpenJDK Runtime Environment (Red_Hat-17.0.8.0.7-2.0.1) (build 17.0.8+7-LTS) OpenJDK 64-Bit Server

[I] [Bug]: Hop Web - 'Show Input Fields' or 'Show Output Fields' - 'Progress' dialog doesn't go away (hop)

2023-10-12 Thread via GitHub
kranskydog opened a new issue, #3296: URL: https://github.com/apache/hop/issues/3296 ### Apache Hop version? 2.6.0 ### Java version? openjdk version "17.0.8" 2023-07-18 LTS OpenJDK Runtime Environment (Red_Hat-17.0.8.0.7-2.0.1) (build 17.0.8+7-LTS) OpenJDK 64-Bit Server

Re: [I] [Bug]: (hop)

2023-10-07 Thread via GitHub
WangLL98 closed issue #3290: [Bug]: URL: https://github.com/apache/hop/issues/3290 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@h

Re: [I] [Bug]: (hop)

2023-10-07 Thread via GitHub
WangLL98 commented on issue #3290: URL: https://github.com/apache/hop/issues/3290#issuecomment-1751937376 Thank you. I checked the supports the timestamp data typeAdvanced, which is indeed the problem here -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] [Bug]: (hop)

2023-10-07 Thread via GitHub
bamaer commented on issue #3290: URL: https://github.com/apache/hop/issues/3290#issuecomment-1751935389 did you check the `supports the timestamp data type` in the `Advanced` tab for your (generic) database connection? Could this be related to [this question/remark](https://chat.pro

[I] [Bug]: Hop server Web UI java stack trace in pipeline widget (hop)

2023-09-06 Thread via GitHub
jonassundman opened a new issue, #3208: URL: https://github.com/apache/hop/issues/3208 ### Apache Hop version? 2.5 ### Java version? OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04) ### Operating system Linux ### What happened

[I] [Bug]: (hop)

2023-08-27 Thread via GitHub
ahai-code opened a new issue, #3173: URL: https://github.com/apache/hop/issues/3173 ### Apache Hop version? 2.4.0 ### Java version? 11.0.2 ### Operating system Windows ### What happened? When using a client to invoke a remote docker container (

Re: [I] [Bug]: Hop freezes a lot when there are errors in a pipeline (hop)

2023-08-07 Thread via GitHub
hansva commented on issue #3139: URL: https://github.com/apache/hop/issues/3139#issuecomment-1667518594 Thanks for this @gertwieland, we should be able to solve quite a lot of those with some extra code hardening -- This is an automated message from the Apache Git Service. To respond to t

[I] [Bug]: Hop freezes a lot when there are errors in a pipeline (hop)

2023-08-04 Thread via GitHub
gertwieland opened a new issue, #3139: URL: https://github.com/apache/hop/issues/3139 ### Apache Hop version? 2.5 ### Java version? openjdk 11.0.19 2023-04-18 OpenJDK Runtime Environment OpenLogic-OpenJDK (build 11.0.19+7-adhoc..jdk11u) OpenJDK 64-Bit Server VM OpenLogic

[I] [Bug]: Hop Web - Execution Information Perspective - Viewport don't allow mouse drag and drop to navigate over the canvas. (hop)

2023-07-28 Thread via GitHub
DAJGIT opened a new issue, #3119: URL: https://github.com/apache/hop/issues/3119 ### Apache Hop version? 2.5.0 ### Java version? jre11.0.15 (Azul) ### Operating system Windows ### What happened? The viewport on the Execution Location Pespective

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2023-07-10 Thread via GitHub
phamhuyhoang97 commented on issue #2801: URL: https://github.com/apache/hop/issues/2801#issuecomment-1629193296 Thank you @bamaer, hope it can be done in 2.6.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2023-07-09 Thread via GitHub
bamaer commented on issue #2801: URL: https://github.com/apache/hop/issues/2801#issuecomment-1627760743 we'll look into this for 2.6.0. gentle reminder: priorities are defined by what Apache Hop developers need, want to work on it are paid to work on. software has bugs, and fixing bug

Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)

2023-07-09 Thread via GitHub
phamhuyhoang97 commented on issue #2801: URL: https://github.com/apache/hop/issues/2801#issuecomment-1627758233 Any update here @bamaer, @hansva? I pull the latest image (2.6.0-SNAPSHOT) and 2.5.0 for the hop web, but both get the same error. To reproduce: 1. I docker run the image