-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: HOP WEB UI Server Error Application Terminated Unexpectedly #2801
Comments
I just tried to reproduce with the steps you describe, but this seems to work correctly. You mention changing the query in a table input transform triggers the error, but your screenshot shows the metadata perspective, and the stacktraces in the The error is there, we'll just need to work out a clear reproduction path. Can you please provide some more details on how/when you get this error?
|
No response from the user, closing this ticket. |
Hop web is crashes when I press Ctrl. |
I can reproduce the issue now, change a pipeline so it is in a state that the save button is active and then press ctrl. |
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:
Even when I try the demo server, it gets the same. |
we'll look into this for 2.6.0. |
Thank you @bamaer, hope it can be done in 2.6.0. |
Hi guys, I have encoutered this issue and here is my temporary solution to fix that issue. In the file
Hope this can make your day. |
Fix issue apache#2801 crash the web when enter any keys
Apache Hop version?
2.4.0
Java version?
11.0.14
Operating system
Docker
What happened?
While using HOP web (HOP 2.4) when we try to update the steps i.e in the table input step, update the SQL query and try to save the changes we are frequently facing the "server error application terminated unexpectedly" issue.
Installation details:
{
version: '3.7'
services:
hop-server:
image: apache/hop:latest
ports:
volumes:
- hop-server-data:/home/hop/data
environment:
- HOP_LOG_LEVEL=BASIC
restart: always
hop-web:
image: apache/hop-web:latest
ports:
- "8088:8080"
volumes:
- hop-web-data:/home/hop/.hop
environment:
- HOP_SERVER_HOSTNAME=hop-server
- HOP_SERVER_PORT=8080
- HOP_LOG_LEVEL=BASIC
restart: always
volumes:
hop-server-data:
hop-web-data:
}
Reproduction Steps:-
We get the "server error application terminated unexpectedly" issue.
Please refer the log file for more detailed logs.
localhost.2023-04-03.log
localhost_access_log.2023-04-03.txt
However, on the HOP GUI tool it works fine without error.
Issue Priority
Priority: 2
Issue Component
Component: Hop Web
The text was updated successfully, but these errors were encountered: