Hi Team,
To do a fresh installation of RASA-X (via Quick Install method) with version 0.29.1, I follow the steps suggested in quick install.
But when the docker images are brought up, all the containers are Up and running, but when i train a model, it is not training. On further check, i found that the rasa-production container, has the below logs:
Hey @ankit, you can safely ignore those logs, so long as they arenât persisting over time (they happen during server startup when the Rasa X server is not yet running). If you are having trouble with training, can you check the rasa-worker logs for any errors? This is the container that does the model training.
Hi @erohmensing,
Good to hear this from you.
Actually, the model training on the Production Server is not happening and as soon as i go ahead an check the logs of the Production Container, I read these logs.
Issue:
Training the Model with the Custom Action Server integrated, but as soon as model is trained, the model does not reflect.
How to debug this issue?
Best Regards,
Ankit
Are you sure you checked the right container? it should be rasa-worker not rasa-production.
as soon as i go ahead an check the logs of the Production Container, I read these logs. Issue: Training the Model with the Custom Action Server integrated, but as soon as model is trained, the model does not reflect.
This is a log message? That doesnât seem right â can you post a traceback of what youâre seeing?
Thank you for helping me with this issue. I may have shared multiple issues, but I am unable to do RCA given my limited knowledge of RASAX. I will share the entire scenario in detail below, covering all the observations.
Here are the steps:
When starting up the containers using âdocker-compose up -dâ, i get no issues and all docker containers are up. (image: docker
Issue: I have done a fresh installation of RASAX and i am able to login; still I am get an âAuthentication Token invalidâ icon when I go on the login screen of the RASAX.
Thanks for the description! Itâs as i thought, youâre having a training error (the 500 error). The ânothing has changedâ modal is coming up incorrectly. To debug why it isnât training (and therefore no model shows), youâll want to check the training containerâs logs with sudo docker-compose logs rasa-worker.
I found the issue. The Domain.yml file was having some inconsistencies.
Once I corrected them, the model got trained and is now reflecting in the system
Thank you for the proactive help and support
We can close this ticket.
Actually, there were no logs generated. I compared it with another installation and that is when i figured out that the Logs were not generating, which in turn can be considered as Model not being trained.
Nonetheless, issue was resolved.