PDF generation not working for Birth and Death certificate #791
Replies: 8 comments 12 replies
-
@JithendarKumar-eGov can you please look into this? Thanks! |
Beta Was this translation helpful? Give feedback.
-
curl --location 'https://unified-demo.digit.org/egov-mdms-service/v1/_search'
} Kinldy verify the idgen master data with this given curl . verify both filter one by one in the request Also change domain url |
Beta Was this translation helpful? Give feedback.
-
Also, Please share the egov-idgen service logs. As per your current logs, Unique number not generated when you are calling egov-idgen service api's. |
Beta Was this translation helpful? Give feedback.
-
Hi @subhashchandrab! Kindly create new discussions for every issue that you did not find a solution for yet. We will cater to those once you post them. Thanks! |
Beta Was this translation helpful? Give feedback.
-
curl --location 'http://localhost:8081/egov-idgen/id/_generate' check with this idgen api . need to port-forward and check as this api will not have access to any user. |
Beta Was this translation helpful? Give feedback.
-
Kindly check egov-filestore service logs also |
Beta Was this translation helpful? Give feedback.
-
After clicking download button check the logs of birth&death service along with fileStore service logs. |
Beta Was this translation helpful? Give feedback.
-
There are no errors in both the services after clicking download button as shown below birth-death-service logs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the default setup, the db schema creation is failing in birth-death service due to incorrect environment variables. After fixing the environment variables, the schema creation went fine. I’m also able to create a new birth registration record in employee mode. However, I’m not able to download the certificate in citizen mode. The birth-death service is throwing below error.
2025-07-02 18:05:17.797+0000 INFO --- [080-exec-3] o.b.b.c.r.ServiceRequestRepository -- TENANTID=null, CORRELATION_ID=b205bbb1-7291-44e1-88eb-7d9893a62205 : Request: {"idRequests":[{"idName":"birth_cert.receipt.id","tenantId":"pg.citya","format":"BR/CB/[cb.name]/[fy:yyyy]/[SEQ_EGOV_COMMON]"}],"RequestInfo":{"apiId":"Rainmaker","ver":".01","ts":null,"action":"_download","did":"1","key":"","msgId":"20170310130900|en_IN","authToken":"cae1ec45-742c-45ac-9b39-773d9bc4b240","correlationId":"5686bcf1-a1df-40dd-b2d7-a1b9fdc12f50","plainAccessRequest":null,"userInfo":{"id":94,"userName":"9999999999","name":"Rupesh","type":"CITIZEN","mobileNumber":"9999999999","emailId":null,"roles":[{"id":null,"name":"Citizen","code":"CITIZEN","tenantId":"pg"}],"tenantId":"pg","uuid":"da5bcc26-5847-4157-bc71-bf3aae255ab3"}}}
2025-07-02 18:05:17.798+0000 INFO --- [080-exec-3] o.e.t.h.RestTemplateLoggingInterceptor -- TENANTID=null, CORRELATION_ID=b205bbb1-7291-44e1-88eb-7d9893a62205 : Sending request to http://egov-idgen.egov:8080/egov-idgen/id/_generate with verb POST
2025-07-02 18:05:17.799+0000 INFO --- [080-exec-3] o.e.t.h.RestTemplateLoggingInterceptor -- TENANTID=null, CORRELATION_ID=b205bbb1-7291-44e1-88eb-7d9893a62205 : Received response from http://egov-idgen.egov:8080/egov-idgen/id/_generate
org.egov.tracer.model.CustomException: No ids returned from idgen Service
…
2025-07-02 18:05:17.815+0000 ERROR --- [080-exec-3] o.egov.tracer.ExceptionAdvise -- TENANTID=null, CORRELATION_ID=b205bbb1-7291-44e1-88eb-7d9893a62205 : Exception caught in tracer
org.egov.tracer.model.CustomException: Error in Downloading Certificate
Are there any prerequisites to download the certificate as we don’t have any payment system integrated in the demo environment.
Beta Was this translation helpful? Give feedback.
All reactions