zhanggyang opened a new issue #3087: URL: https://github.com/apache/incubator-shenyu/issues/3087
### Question Refer to the deployment documentation https://shenyu.apache.org/docs/deployment/deployment-docker. I successfully deployed Apache ShenYu admin using h2 to store data. When I change the storage to mysql,it failed Here is the wrong message: Web server failed to start. Port 9095 was already in use. I'm sure no one is using this port.I have tested ports and none of them work. By the way,I think Binary Packages Deployment also has something wrong. the file start.sh doesn't work on Linux server.This line of code seems to have a problem. "PIDS=`ps -ef | grep "$DEPLOY_DIR" | grep -v grep | pgrep -f java`" It seems to find out all the processes java started, causing the gateway to fail to start. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
