-
Notifications
You must be signed in to change notification settings - Fork 357
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]: Unable to stop hop-server from command-line #2115
Comments
#2115 Unable to stop hop-server from command-line
Hi! I am using 2.9.0 for a hop server using port 8080 for starting and the shutdown port 8079, via configuration file. No matter which command I use, when trying to kill it, the Hop server keeps saying: "No Hop Server Server found at ...". I Other hop-server.sh commands using same hostname, port 8080 and same credentials work, however, only the "kill" seems to produce the "No hop server found" error. Under Windows the same problem is present. |
This feature was removed again because anyone could stop the server without credentials. The only way now is to kill the process |
reopened because the |
.take-issue |
Might be better to re-open #3367 |
Or a new high prio ticket |
will be fixed in #4420 |
Apache Hop version?
2.2
Java version?
19.0.1
Operating system
Windows
What happened?
I started a hop-server on the localhost on port 8181. If I try to kill it from the command line it reports that it can't find the server.
./hop-server.bat -kill -u cluster -p cluster localhost 8181
org.apache.hop.www.HopServer$HopServerCommandException: "No Hop Server Server found at localhost:8181
If I query the status however I get a list of recently run pipelines
./hop-server.bat -gs -u cluster -p cluster localhost 8181
Pipelines: 2 found.
Issue Priority
Priority: 2
Issue Component
Component: Hop Server
The text was updated successfully, but these errors were encountered: