Re: [I] [Bug]: Hop 2.11.0 - When running a workflow using Hop remote workflow engine, with pipelines containing the "database lookup" step when building the dispatch zip, the connection properties dis
mattcasters commented on issue #4793: URL: https://github.com/apache/hop/issues/4793#issuecomment-2604484815 The same cause as #3699 : missing connection handling in the copy constructor. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
NicoDupont commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2598326311 oh yes confusion. i can make a ticket ? for database lookup -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
hansva commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2598290035 The original issue talked about the combination lookup/update and not the Database lookup. So that was the only thing that got fixed here. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
NicoDupont commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2598087260 The problem seems to persist in 2.11 just testing this morning 25/01/17 11:56:29 - Recherche dans base de donn�es.0 - ERROR: **Database connection is missing for transform** [Recherche dans base de donn�es]!2025/01/17 11:56:29 - Recherche dans base de donn�es.0 - ERROR: Error initializing transform [Recherche dans base de donn�es]2025/01/17 11:56:29 - Insertion dans table PAIE_ABSENCE_LONGUE_MALADIE.0 - Connected to database [Data Warehouse] (commit=1000)2025/01/17 11:56:29 - calcul_longue_absence - ERROR: Transform [Recherche dans base de donn�es.0] failed to initialize!2025/01/17 11:56:29 - Extraction depuis table DIM_DATE.0 - Finished reading query, closing connection.2025/01/17 11:56:29 - Extraction Absences Type Maladie.0 - Finished reading query, closing connection.2025/01/17 11:56:29 - Extraction depuis table DIM_DATE 2.0 - Finished reading query, closing connection.2025/01/17 11:56:29 - Extraction depuis table FAIT_INDICATEURS_STATS_SOCIALES.0 - Finished reading query, closing connection.HopException: We failed to initialize at least one transform. Execution can not begin!Root cause: HopException: We failed to initialize at least one transform. Execution can not begin!org.apache.hop.core.exception.HopException: We failed to initialize at least one transform. Execution can not begin! -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI fails to open (hop)
mattcasters closed issue #4731: [Bug]: Hop GUI fails to open URL: https://github.com/apache/hop/issues/4731 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI fails to open (hop)
mattcasters commented on issue #4731: URL: https://github.com/apache/hop/issues/4731#issuecomment-2577825403 Couldnt' reproduce, probably a PBKAC. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop-run.sh, passing parameters containing commas is broken (hop)
pietrobaricco closed issue #4765: [Bug]: hop-run.sh, passing parameters containing commas is broken URL: https://github.com/apache/hop/issues/4765 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop-run.sh, passing parameters containing commas is broken (hop)
pietrobaricco commented on issue #4765: URL: https://github.com/apache/hop/issues/4765#issuecomment-2577174340 Thank you both, the workaround saved the day. Consider adding it to the docs, as I douldn't find it there -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop-run.sh, passing parameters containing commas is broken (hop)
bamaer commented on issue #4765: URL: https://github.com/apache/hop/issues/4765#issuecomment-2575762383 colon (":") works for `-ps` if you pass multiple parameters, a lot of other characters are tricky, like Hans said. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop-run.sh, passing parameters containing commas is broken (hop)
hansva commented on issue #4765: URL: https://github.com/apache/hop/issues/4765#issuecomment-2575747500 confirmed, you can use the `-ps` setting to work around this. When using this setting it might be safer to split your parameters. `-p dossier_ids=1,3 -p p1=abc -ps=-` setting ps will change the parameter split character so you could also write `-p p1=abc-dossier_ids=25,352` you can also pick another character but be careful with characters that a terminal does not like. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI - cannot select variables from list of defined ones (hop)
hansva closed issue #3783: [Bug]: Hop GUI - cannot select variables from list of defined ones URL: https://github.com/apache/hop/issues/3783 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
andreacasarin commented on issue #4205: URL: https://github.com/apache/hop/issues/4205#issuecomment-2532173300 Thanks for the fast reply and the detailed explanation. I see the rationale. I have slight different workflow, where I'm using the UI to create a workflow/pipeline but I would like to be able to invoke them from the API aswell. I you have any hints in this regard they would be much appreciated. In any case I'll try both paths and see; thanks again! -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
hansva commented on issue #4205: URL: https://github.com/apache/hop/issues/4205#issuecomment-2532102758 Increasing the log level would require changes to the scripts used in the docker docker image. Feel free to create a feature request or pull request for that. I happen to have written the steps needed to execute a pipeline using the API in following discussion https://github.com/apache/hop/discussions/4634#discussioncomment-11422350 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
andreacasarin commented on issue #4205: URL: https://github.com/apache/hop/issues/4205#issuecomment-2532079350 Hello @hansva, I'm following the same route as @LudovicLupus and after a few tries I found this post. The issue got closed but I sill would prefer to use the REST API (https://hop.apache.org/manual/latest/hop-server/rest-api.html) instead of the Asynchronous Web Service. I have the same questions as the issue author: - how can I increase the log level in docker? - where can I find the exact format for startWorkflow/registerWorkflow/addWorkflow? I've found these in the Apache Hop documentation website, is there something I'm missing? Thanks! -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)
hansva closed issue #3801: [Bug]: Hop GUI - problem in deleting rows from parameter grids URL: https://github.com/apache/hop/issues/3801 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
hansva closed issue #4212: [Bug]: URL: https://github.com/apache/hop/issues/4212 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
hansva closed issue #3699: [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 properties disappear. URL: https://github.com/apache/hop/issues/3699 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
hansva commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2464853860 .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 unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
NicoDupont commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2462180121 here is the same with the 2.10.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 above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP-WEB - Error in file picker when HOP_CONFIG_FOLDER is changed from default value ${CATALINA_HOME}/webapps/hop/config (hop)
gustavosaquino closed issue #4315: [Bug]: HOP-WEB - Error in file picker when HOP_CONFIG_FOLDER is changed from default value ${CATALINA_HOME}/webapps/hop/config URL: https://github.com/apache/hop/issues/4315 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
RaulBSC commented on issue #3699: URL: https://github.com/apache/hop/issues/3699#issuecomment-2411037591 Same issue in Hop 2.10.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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Gui lets users create loops in workflows (hop)
hansva closed issue #4310: [Bug]: Hop Gui lets users create loops in workflows URL: https://github.com/apache/hop/issues/4310 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Gui fails when a new project is created (hop)
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 unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: `hop-conf` contains untranslated i18n messages (hop)
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. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: `hop-conf` contains untranslated i18n messages (hop)
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 unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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 understood the impact, the processor of the machine will have a huge impact on this timing no? Thank you very much -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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/streaming application. The row set size is the amount of rows each transform can have in its waiting buffer. We have a pushback mechanism, when a buffer is full it will tell the upstream transform to stop providing new rows temporarily. In contrast to other tools all transforms are running in parallel we do not do sequential processing so our data does not have to fit in memory. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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 project: C:\hop\config\projects\project_name\metadata\pipeline-run-configuration\local.json ``` { "engineRunConfiguration": { "Local": { "feedback_size": "1000", "sample_size": "100", "sample_type_in_gui": "Last", "wait_time": "20", "rowset_size": "1000", "safe_mode": false, "show_feedback": false, "topo_sort": false, "gather_metrics": false, "transactional": false } }, "defaultSelection": true, "configurationVariables": [], "name": "local", "description": "", "executionInfoLocationName": "Runs your pipelines locally with the standard local Hop pipeline engine" } ``` By default if i dont set my "rowset_size": "" the default rows are 10K: ![image](https://github.com/user-attachments/assets/78ed7e04-6d47-4d26-a8f9-97b3a42342be) After got this miss configuration i set "rowset_size": "1000" (10M), and it works at least until 400k rows (then i stop it because im in test env.). Although if i set a very large number in "rowset_size", which will be a reality in the future once our project will collect huge databases, assuming "rowset_size" : "1" (10OM) will also run: ![image](https://github.com/user-attachments/assets/87f37684-0c1a-4503-b8e1-a52a06458741) But if i set it to 1B will not work, nether run the pipeline: ![image](https://github.com/user-attachments/assets/c13ae7f8-ef5c-42dd-b35e-5d58593c87d1) I know it is a huge amount of data, and i can arrange workarounds to manage it. However i'm concerned that this might be a miss configuration on my side, and i may need to deploy it on server machine if that's the case, or, if this is a limitation in apache hop i might need to consider splitting the pipeline. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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 should be possible if you want to do it. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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 with CSV, binary, or Feather formats or even in java. However, these are merely temporary solutions to the planned architecture. Additionally, this solution will be deployed on a server machine. As far i understood your request: **hop-conf.sh:** `# Settings for all OSses # if [ -z "$HOP_OPTIONS" ]; then HOP_OPTIONS="-Xmx2048m" fi` The rest are attached. [hop-config-copy.json](https://github.com/user-attachments/files/16639754/hop-config-copy.json) Thank you in advance. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
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 is the solution I needed. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
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 above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: hop server in docker (long lived) REST API can't find workflows/pipelines (hop)
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 web service. You can create a metadata object which has a name and then you can start the attached pipeline or workflow using that name. `http://localhost:8282/hop/asyncStatus/?service=myservice` -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Server REST api (hop)
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: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Server REST api (hop)
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 on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Web clipboard access is not available for non-localhost servers (hop)
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 the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)
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 select a cell in the row to delete and delete it - the corresponding cell in the same row stays selected and shows the text that was included in the deleted row - if you type ENTER, this text replaces the content of the first cell (as described above). If it's a combo box it can assume a value that's not among the possible choices - if you type ESC, no change is performed if the selected cell is a normal text field, but it is if the selected cell is a combo box So the issue is not yet resolved... 😢 -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)
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/repositories/snapshots/org/apache/hop/hop-client/2.9.0-SNAPSHOT/)) -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
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
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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop server Web UI java stack trace in pipeline widget (hop)
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 on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Server's Memory usage keeps increasing inspite of setting object_timeout_minutes in sever config (hop)
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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop Server's Memory usage keeps increasing inspite of setting object_timeout_minutes in sever config (hop)
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 settings (300MB), but seems to behave just fine. Would you mind checking if this issue still occurs in a recent release and let us know? ![image](https://github.com/apache/hop/assets/948257/e44670f7-8928-437e-a309-0dd2c93f6a78) ![image](https://github.com/apache/hop/assets/948257/e5b1c4c1-29c3-4a64-bcca-dd0e39f66e91) -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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` The function: `handleKey` I have wrapped the the code into the try catch block ``` // If this is attached to a perspective, and it's not active, bail out. if (parentObject instanceof IHopPerspective) { IHopPerspective perspective = (IHopPerspective) parentObject; try { if (!perspective.isActive()) { return false; } } catch (Exception ex) { return false; } } ``` Hope this can make your day. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop-Web built from source - CLI tools don't work (hop)
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 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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 message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: (hop)
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.project-hop.org/hop/pl/8mhqbbjdfiyb783wnwkst4exte) about the Da Meng database in the Apache Hop chat? Is so, feel free to create a feature request ticket to add support for Da Meng as a database type. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Hop freezes a lot when there are errors in a pipeline (hop)
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 the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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 above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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 bugs takes time. -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly (hop)
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 2. Go to the web page on localhost:8080 3. Refresh the web page 4. Press the Ctrl button on the keyboard => The web page shows the msg "Server Error", and the error keeps going until I recreate the docker container. Even when I try the [demo server](http://demo.hop.apache.org/ui), it gets the same. ![image](https://github.com/apache/hop/assets/31922679/faad998a-1b83-4551-809a-75bde1f2db32) -- 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...@hop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org