Why command line tool is not launched for chatting

from one terminal, I ran ~/duckling$ stack exec duckling-example-exe no port specified, defaulting to port 8000 Listening on http://0.0.0.0:8000

on the other terminal, I ran following commands which suppose to launch the command line tool to chat with the chatbot. But it just terminated. Do you have any clue? Thanks.

(base) alina.li.zhang@instance-1:~/lillis$ rasa run actions& [5] 8521 (base) alina.li.zhang@instance-1:~/lillis$ rasa shell -m models --endpoints endpoints.yml 2019-06-24 19:12:46 INFO rasa_sdk.endpoint - Starting action endpoint server… 2019-06-24 19:12:46 INFO rasa_sdk.executor - Registered function for ‘coffee_form’. 2019-06-24 19:12:46 INFO rasa_sdk.endpoint - Action endpoint is up and running. on (‘0.0.0.0’, 5055) 2019-06-24 19:12:48 INFO root - Starting Rasa Core server on http://localhost:5005 (base) alina.li.zhang@instance-1:~/lillis$

What does your credentials.yml look like?