forward-seen commented on PR #136: URL: https://github.com/apache/seatunnel-web/pull/136#issuecomment-2056208187
> i downloaded them and put them in apache-seatunnel-web-1.0.0-bin/libs,but when i select source name/database ... they are blank.why?  After you add jar packages , you need to restart the web, however, the process did not close when I used the stop parameter, I manually killed the process and the problem was solved after restart. ``` sh bin/seatunnel-backend-daemon.sh stop # 这个命令并没有正常关闭 kill -9 `lsof -ti:8801` # 使用这个命令才行 ``` -- 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]
