Issue with Learning Service API – "Something went wrong in server while processing the request" #244
Unanswered
rajnishdargan
asked this question in
Q&A
Replies: 4 comments 6 replies
|
Hey @rajnishdargan, could you SSH into the learning-service pod and navigate to the /usr/local/tomcat/logs directory. You'll find log files there with names starting with localhost_access_log. (e.g., localhost_access_log.2025-04-30.txt). Could you check for any errors in that file and share them with me? |
0 replies
|
Hey @aiman Sharief ***@***.***>
Please find the attached file below.
…On Wed, Apr 30, 2025 at 5:25 PM Aiman Sharief ***@***.***> wrote:
Hey @rajnishdargan <https://github.com/rajnishdargan>, could you SSH into
the learning-service pod and navigate to the /usr/local/tomcat/logs
directory. You'll find log files there with names starting with
localhost_access_log. (e.g., localhost_access_log.2025-04-30.txt). Could
you check for any errors in that file and share them with me?
—
Reply to this email directly, view it on GitHub
<#244 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5SL2YJPPDRAUZ22OCCGWCD24C24HAVCNFSM6AAAAAB4FCQOWOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJZGI2DINA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
3 replies
|
Hey @rajnishdargan , can you please try this health API and share the response |
3 replies
|
@rajnishdargan I checked the code and found that the service-level logs are stored at |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @pallakartheekreddy
When we initially installed the services using the Sunbird Installer, the learning-service image that was being pulled via the Helm chart was:
shouryasolanki/learning-service:latestIn the current installer Helm chart, we observed that the image has been updated to:
sunbirded.azurecr.io/learning-serviceWe have accordingly updated our configuration to use:
sunbirded.azurecr.io/learning-service:latestHowever, when we hit the following API:
We receive the following error response:
Strangely, no related logs appear in the learning-service logs — it always shows the same default output.
We are using the following ConfigMap for the learning service (omitted here for brevity).
sunbird-learning-config--describe--1746002753.txt
Could you please help us identify what might be causing the API to fail with this server error?
@AbhilashKD @siddhi0719 @vinod303 @coolbung @snehal0904
All reactions