-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The catalog service is not loading and so the products page is throwing an error #189
Comments
Please check the logs of the Catalog microservice, then paste here the error you see in there. |
Could you please tell me the location where I can check the logs? |
The logs for Catalog microservice is in |
The log file is quite long. Is there an email address that I could mail it to? |
Delete all the lines of the log. |
I ran run-tye.ps1 and all the services were up and running in the Tye dashboard. The catalog service loaded fine. The PublicWeb site loaded fine and I was able to login. All good. |
The PublicWeb site is loading fine but when I proceed to complete the payment using the home or work addresses, demo card or paypal, I'm getting the following exception: Volo.Abp.Http.Client.AbpRemoteCallException: Unauthorized |
Hi @justinfraz , you might find the more specific error if you look at the logs in the Payment microservice: Scroll to the bottommost messages, then look for the date and time which matches with the date-time when the error occurred. The error message looks similar to this (with [ERR]
Paste the error message here. If you see two error messages which looks different, paste the two messages here. An example error message looks like this:
or like this:
|
Here are pretty much the errors of the type that you described above that I have located in the log file: 2023-08-27 18:24:05.963 +10:00 [ERR] ---------- Exception Data ---------- 2023-09-06 11:36:27.348 +10:00 [ERR] ---------- Exception Data ---------- 2023-09-06 16:44:24.502 +10:00 [ERR] ---------- Exception Data ---------- 2023-09-06 16:44:44.551 +10:00 [ERR] ---------- Exception Data ---------- 2023-09-13 09:58:13.130 +10:00 [ERR] ---------- RemoteServiceErrorInfo ---------- |
This is related to #197 The database errors you receive are related to race condition. They have retry mechanisms so it is normal to log errors. We expect them to be consistent eventually. I'm closing this issue to prevent it flooded with different issues, since the main problem seems resolved. Please open new issues if you are still having problems. |
Thank you very much @gterdem for helping me resolve this issue. |
Hello!
In the Tye dashboard, all the other services are loading fine except for the catalog service. It is throwing an error like so:
This site can’t be reachedlocalhost refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Is there a firewall configuration that I should implement?
As a result of the catalog service being down, the Products page is throwing an error like so:
An error has occurred!
Http failure response for https://localhost:44354/api/catalog/product/paged: 0 Unknown Error
Best Regards,
Justin
The text was updated successfully, but these errors were encountered: