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? 
![1](https://private-user-images.githubusercontent.com/58849125/294078984-2c0d045f-9618-48fb-a3fc-8b6abace4cb1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTMxNjExMDcsIm5iZiI6MTcxMzE2MDgwNywicGF0aCI6Ii81ODg0OTEyNS8yOTQwNzg5ODQtMmMwZDA0NWYtOTYxOC00OGZiLWEzZmMtOGI2YWJhY2U0Y2IxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDE1VDA2MDAwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyZTlhNGUxMmVjOTQwM2U2YzZiNWZmMzQ0MjA0ZTA2ZmQ0ZWU2OWY4YjJmNzczNmJmYTE5MDJkMTViZWYyYmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.SOLoRAhUQVCSXD6GGUuvTB56ekiMBjhceqfs3C6b2_g)
   
   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]

Reply via email to