2026-09-23 16:00:01.042 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 58079a53-e9a6-4d4f-a193-f1304ca9a650, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 16:00:01.053 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = 58079a53-e9a6-4d4f-a193-f1304ca9a650, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription 58079a53-e9a6-4d4f-a193-f1304ca9a650 and added back to pool.
2026-09-23 16:00:01.056 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 58079a53-e9a6-4d4f-a193-f1304ca9a650
2026-09-23 16:00:04.207 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:00:04.210 [INFO ] [async-4765]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:00:06.014 [INFO ] [async-4766]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:00:06.018 [INFO ] [async-4766]  DoctorFraudComponent - Fraud capture uploaded.(captureId=91, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=58079a53-e9a6-4d4f-a193-f1304ca9a650, stage=REJECT)
2026-09-23 16:00:14.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:00:25.414 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:00:25.415 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:00:25.415 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:00:25.592 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "35a5b407-d4c0-49c0-a035-3df772836a6d"}}
2026-09-23 16:00:25.593 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:00:25.593 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id 63087bff-bb7a-4b06-8bf1-001c90fa1c9f for vendor apple
2026-09-23 16:00:25.594 [INFO ] [webhook-320]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=BGuttWfY71kpf+d4hUjzI0qOB2K6gkwckSq+xZrILP4=)
2026-09-23 16:00:25.972 [ERROR] [webhook-320]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:00:25.972 [ERROR] [webhook-320]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:00:25.973 [ERROR] [webhook-320]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:00:34.208 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:00:34.212 [INFO ] [async-4770]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:00:34.278 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 58079a53-e9a6-4d4f-a193-f1304ca9a650, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 16:00:34.280 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 58079a53-e9a6-4d4f-a193-f1304ca9a650
2026-09-23 16:00:35.582 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 103.105.177.246
2026-09-23 16:00:35.584 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_29898999887888997878, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= priya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=benadryl, composition= benadryl, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:00:35.585 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_29898999887888997878
2026-09-23 16:00:35.590 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Processing create a draft prescription request. (patientId=de5e26b5-a27b-49aa-a65b-86173bd8cf5c, orderId =order_Hema_Apple_29898999887888997878, vendorId=apple)
2026-09-23 16:00:35.608 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = cfef7746-f6da-414f-b69e-0ab6801657a9, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:00:35.608 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:00:35.621 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:00:35.621 [INFO ] [async-4773]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_29898999887888997878 
2026-09-23 16:00:35.624 [ERROR] [async-4774]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:00:35.624 [ERROR] [async-4774]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, benadryl], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:00:35.808 [INFO ] [async-4771]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:00:35.812 [INFO ] [async-4771]  DoctorFraudComponent - Fraud capture uploaded.(captureId=92, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=58079a53-e9a6-4d4f-a193-f1304ca9a650, stage=REJECT)
2026-09-23 16:00:36.953 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Accept order and start calling request for prescription cfef7746-f6da-414f-b69e-0ab6801657a9 by doctor 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e
2026-09-23 16:00:37.076 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, vendor = apple prescriptionId =cfef7746-f6da-414f-b69e-0ab6801657a9, message = Doctor 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e blocked and remaining doctors unblocked for prescription cfef7746-f6da-414f-b69e-0ab6801657a9.
2026-09-23 16:00:37.083 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:00:37.093 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:00:37.093 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:00:37.093 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:00:37.176 [INFO ] [http-nio-10000-exec-7]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "1cc7c730-f52f-45d6-9fc4-5bdf6c346ad9"}}
2026-09-23 16:00:37.176 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:00:37.176 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Sending order status webhook for rx with id cfef7746-f6da-414f-b69e-0ab6801657a9 for vendor apple
2026-09-23 16:00:37.177 [INFO ] [webhook-321]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=InCxV4melX/H7qFyminbUIuOj5fpFwUdC4RrWEIWuXo=)
2026-09-23 16:00:37.482 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:00:37.484 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:00:37.591 [ERROR] [webhook-321]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:00:37.591 [ERROR] [webhook-321]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:00:37.591 [ERROR] [webhook-321]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:00:44.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:00:44.213 [INFO ] [async-4776]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 16:01:04.208 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:01:04.211 [INFO ] [async-4779]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:01:07.267 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:01:07.271 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987668, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=bendaryl syrup, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:01:07.272 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987668
2026-09-23 16:01:07.282 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=5d7e563b-18a2-42d7-bb23-4d38be4ba269, orderId =order_Hema_Apple_300987668, vendorId=apple)
2026-09-23 16:01:07.305 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:01:07.305 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:01:07.315 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:01:07.315 [INFO ] [async-4781]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987668 
2026-09-23 16:01:07.319 [ERROR] [async-4782]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:01:07.319 [ERROR] [async-4782]  MedicineServiceRepository - Medicine prefetch failed. medications = [bendaryl syrup, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:01:10.169 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12 by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:01:10.277 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12.
2026-09-23 16:01:10.283 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:01:10.290 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:01:10.290 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:01:10.290 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:01:10.391 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "c22cc3cc-cc15-45c5-a3e3-7100e3133b3a"}}
2026-09-23 16:01:10.391 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:01:10.391 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12 for vendor apple
2026-09-23 16:01:10.392 [INFO ] [webhook-322]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=mhowN2Pvu6CQZ2+qIXxdCJ79WhNz0Pb7GQYZSLGDqFs=)
2026-09-23 16:01:10.788 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:01:10.791 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:01:10.821 [ERROR] [webhook-322]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:01:10.821 [ERROR] [webhook-322]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:01:10.821 [ERROR] [webhook-322]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:01:14.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:01:34.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:01:34.209 [INFO ] [async-4787]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:01:44.206 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:02:00.000 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:32:00Z
2026-09-23 16:02:00.002 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:32:00.002Z
2026-09-23 16:02:04.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:02:04.211 [INFO ] [async-4791]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:02:14.207 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:02:20.272 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:02:20.275 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=d2d52905-64fb-4f12-8d7d-ce9b7344c274, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:02:21.434 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for cfef7746-f6da-414f-b69e-0ab6801657a9, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Incomplete or incorrect information from patient, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:02:21.448 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, vendor = apple prescriptionId = cfef7746-f6da-414f-b69e-0ab6801657a9, message = Doctor 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e released from prescription cfef7746-f6da-414f-b69e-0ab6801657a9 and added back to pool.
2026-09-23 16:02:21.454 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = cfef7746-f6da-414f-b69e-0ab6801657a9
2026-09-23 16:02:23.579 [INFO ] [async-4795]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:02:23.581 [INFO ] [async-4795]  DoctorFraudComponent - Fraud capture uploaded.(captureId=93, doctorId=8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, rxId=cfef7746-f6da-414f-b69e-0ab6801657a9, stage=REJECT)
2026-09-23 16:02:25.941 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for cfef7746-f6da-414f-b69e-0ab6801657a9, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Incomplete or incorrect information from patient, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:02:25.942 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = cfef7746-f6da-414f-b69e-0ab6801657a9
2026-09-23 16:02:27.268 [INFO ] [async-4796]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:02:27.273 [INFO ] [async-4796]  DoctorFraudComponent - Fraud capture uploaded.(captureId=94, doctorId=8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, rxId=cfef7746-f6da-414f-b69e-0ab6801657a9, stage=REJECT)
2026-09-23 16:02:31.817 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:02:31.828 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12 and added back to pool.
2026-09-23 16:02:31.832 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12
2026-09-23 16:02:34.205 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = e1baafba-6e9e-4965-8f14-40fc19dbd8b3
2026-09-23 16:02:34.207 [INFO ] [async-4797]  PrescriptionComponent - Prescription cannot be cancelled. Prescription Status is Canceled
2026-09-23 16:02:35.689 [INFO ] [async-4799]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:02:35.692 [INFO ] [async-4799]  DoctorFraudComponent - Fraud capture uploaded.(captureId=95, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, stage=REJECT)
2026-09-23 16:02:43.925 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:02:43.927 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 360bbdd4-c30a-43d5-bdf8-a9a433dbdc12
2026-09-23 16:02:44.206 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:02:45.468 [INFO ] [async-4803]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:02:45.471 [INFO ] [async-4803]  DoctorFraudComponent - Fraud capture uploaded.(captureId=96, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=360bbdd4-c30a-43d5-bdf8-a9a433dbdc12, stage=REJECT)
2026-09-23 16:03:08.695 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:03:08.698 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987669, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=bendaryl syrup, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:03:08.698 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987669
2026-09-23 16:03:08.704 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=5d7e563b-18a2-42d7-bb23-4d38be4ba269, orderId =order_Hema_Apple_300987669, vendorId=apple)
2026-09-23 16:03:08.726 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = a225d1b9-be5a-42a6-87e0-7829c4868fe0, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:03:08.727 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:03:08.738 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:03:08.738 [INFO ] [async-4805]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987669 
2026-09-23 16:03:08.741 [ERROR] [async-4806]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:08.741 [ERROR] [async-4806]  MedicineServiceRepository - Medicine prefetch failed. medications = [bendaryl syrup, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:03:14.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:03:25.962 [DEBUG] [http-nio-10000-exec-6]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=udycvrfb] closed with CloseStatus[code=1000, reason=null]
2026-09-23 16:03:25.962 [DEBUG] [http-nio-10000-exec-6]  SubProtocolWebSocketHandler - Clearing session udycvrfb
2026-09-23 16:03:25.962 [INFO ] [http-nio-10000-exec-6]  WebSocketConfig - Doctor with username 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e disconnected
2026-09-23 16:03:25.962 [DEBUG] [clientOutboundChannel-275]  StompSubProtocolHandler - Failed to send WebSocket message to client in session udycvrfb
java.lang.IllegalStateException: Cannot send a message when session is closed
	at org.springframework.util.Assert.state(Assert.java:73) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.sendMessage(AbstractSockJsSession.java:168) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.tryFlushMessageBuffer(ConcurrentWebSocketSessionDecorator.java:171) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.sendMessage(ConcurrentWebSocketSessionDecorator.java:144) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.sendToClient(StompSubProtocolHandler.java:477) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.handleMessageToClient(StompSubProtocolHandler.java:464) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.handleMessage(SubProtocolWebSocketHandler.java:366) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask.run(ExecutorSubscribableChannel.java:144) [spring-messaging-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:25.963 [DEBUG] [clientOutboundChannel-276]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, simpSessionId=udycvrfb}], simpUser=8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, simpSessionId=udycvrfb}]
2026-09-23 16:03:26.046 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, vendor = apple with message = Doctor 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e removed from vendor apple's pool.
2026-09-23 16:03:34.359 [DEBUG] [MessageBroker-5]  DefaultSockJsService - Closed 1 sessions: [udycvrfb]
2026-09-23 16:03:34.645 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, vendor = apple with message = Doctor 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e marked inactive for vendor apple.
2026-09-23 16:03:36.638 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:03:36.641 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987669, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=metformin, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:03:36.642 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987669
2026-09-23 16:03:41.827 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Accept order and start calling request for prescription a225d1b9-be5a-42a6-87e0-7829c4868fe0 by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:03:41.916 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =a225d1b9-be5a-42a6-87e0-7829c4868fe0, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription a225d1b9-be5a-42a6-87e0-7829c4868fe0.
2026-09-23 16:03:41.922 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 8c1c4d0f-b0a0-4f6a-8377-3e2320eeb06e, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:03:41.932 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:03:41.932 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:03:41.932 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:03:42.017 [INFO ] [http-nio-10000-exec-1]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "07a7c17a-0f98-40bb-9796-006d0803efe1"}}
2026-09-23 16:03:42.018 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:03:42.018 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id a225d1b9-be5a-42a6-87e0-7829c4868fe0 for vendor apple
2026-09-23 16:03:42.019 [INFO ] [webhook-323]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=TM3RFTa7uBBBX0I266DiKm+77OklwtQT+sgUGlhwi3Q=)
2026-09-23 16:03:42.238 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:03:42.240 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:03:42.401 [ERROR] [webhook-323]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:03:42.401 [ERROR] [webhook-323]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:03:42.402 [ERROR] [webhook-323]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:43.131 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:03:43.134 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987670, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=metformin, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:03:43.134 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987670
2026-09-23 16:03:43.139 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create a draft prescription request. (patientId=5d7e563b-18a2-42d7-bb23-4d38be4ba269, orderId =order_Hema_Apple_300987670, vendorId=apple)
2026-09-23 16:03:43.156 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc] 
2026-09-23 16:03:43.156 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:03:43.166 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:03:43.166 [INFO ] [async-4813]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987670 
2026-09-23 16:03:43.169 [ERROR] [async-4814]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:43.169 [ERROR] [async-4814]  MedicineServiceRepository - Medicine prefetch failed. medications = [metformin, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:03:44.205 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 47373807-57e2-4a73-8c44-d86aaf8edb0b
2026-09-23 16:03:44.216 [INFO ] [async-4815]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:03:44.217 [INFO ] [webhook-324]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=FNpC0ETU7yTkfVEuuCv9att5/acRCNjUr0Q1joSsSnI=)
2026-09-23 16:03:51.936 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for a225d1b9-be5a-42a6-87e0-7829c4868fe0, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:03:51.945 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = a225d1b9-be5a-42a6-87e0-7829c4868fe0, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription a225d1b9-be5a-42a6-87e0-7829c4868fe0 and added back to pool.
2026-09-23 16:03:51.951 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = a225d1b9-be5a-42a6-87e0-7829c4868fe0
2026-09-23 16:03:52.581 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create approved prescription request. (patientId=dabefc4f-286a-4cf0-a036-b6ff947f80a9, rxId=63087bff-bb7a-4b06-8bf1-001c90fa1c9f, vendorId=apple)
2026-09-23 16:03:52.592 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 63087bff-bb7a-4b06-8bf1-001c90fa1c9f
2026-09-23 16:03:53.309 [INFO ] [async-4817]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:03:53.312 [INFO ] [async-4817]  DoctorFraudComponent - Fraud capture uploaded.(captureId=97, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=a225d1b9-be5a-42a6-87e0-7829c4868fe0, stage=REJECT)
2026-09-23 16:03:53.467 [INFO ] [webhook-325]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:03:53.472 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:03:53.474 [INFO ] [webhook-326]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=BGuttWfY71kpf+d4hUjzI0qOB2K6gkwckSq+xZrILP4=)
2026-09-23 16:03:53.486 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = 63087bff-bb7a-4b06-8bf1-001c90fa1c9f, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription 63087bff-bb7a-4b06-8bf1-001c90fa1c9f and added back to pool.
2026-09-23 16:03:53.486 [INFO ] [http-nio-10000-exec-4]  PrescriptionService - Prescription approved and successfully.(doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=63087bff-bb7a-4b06-8bf1-001c90fa1c9f, vendorId=apple)
2026-09-23 16:03:53.865 [ERROR] [webhook-326]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:03:53.865 [ERROR] [webhook-326]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:03:53.866 [ERROR] [webhook-326]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:53.966 [ERROR] [webhook-325]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:03:53.966 [ERROR] [webhook-325]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:03:53.971 [ERROR] [webhook-325]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:03:54.250 [INFO ] [async-4818]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:03:54.252 [INFO ] [async-4818]  DoctorFraudComponent - Fraud capture uploaded.(captureId=98, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=63087bff-bb7a-4b06-8bf1-001c90fa1c9f, stage=APPROVE)
2026-09-23 16:04:06.489 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for a225d1b9-be5a-42a6-87e0-7829c4868fe0, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:04:06.491 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = a225d1b9-be5a-42a6-87e0-7829c4868fe0
2026-09-23 16:04:07.880 [INFO ] [async-4819]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:04:07.886 [INFO ] [async-4819]  DoctorFraudComponent - Fraud capture uploaded.(captureId=99, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=a225d1b9-be5a-42a6-87e0-7829c4868fe0, stage=REJECT)
2026-09-23 16:04:14.046 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Accept order and start calling request for prescription 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2 by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:04:14.061 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2.
2026-09-23 16:04:14.066 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:04:14.072 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:14.073 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:04:14.073 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:04:14.164 [INFO ] [http-nio-10000-exec-4]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "ca096d8e-6f9a-4265-bd09-b05bdf60e4a7"}}
2026-09-23 16:04:14.165 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:04:14.165 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Sending order status webhook for rx with id 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2 for vendor apple
2026-09-23 16:04:14.166 [INFO ] [webhook-327]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=+oGh9jZfQL/Oa/473O4vfhvK3Vrg8+5K4CZeQoyTmtc=)
2026-09-23 16:04:14.393 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:14.396 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:04:14.561 [ERROR] [webhook-327]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:04:14.561 [ERROR] [webhook-327]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:04:14.561 [ERROR] [webhook-327]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:04:26.718 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 32.197.83.155
2026-09-23 16:04:26.721 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065674567856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=cetrizine, composition=cetrizine, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:04:26.721 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065674567856
2026-09-23 16:04:26.738 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create a draft prescription request. (patientId=4ccf7191-2e30-48f4-8225-042c02d23e77, orderId =order_Hema_Apple_9065674567856, vendorId=apple)
2026-09-23 16:04:26.814 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:04:26.815 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:04:26.824 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:26.824 [INFO ] [async-4822]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065674567856 
2026-09-23 16:04:26.827 [ERROR] [async-4823]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:04:26.827 [ERROR] [async-4823]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, cetrizine], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:04:30.490 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Accept order and start calling request for prescription 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5 by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:04:30.635 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5.
2026-09-23 16:04:30.638 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:04:30.644 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:30.644 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:04:30.644 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:04:30.737 [INFO ] [http-nio-10000-exec-8]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "40f4be40-2afb-4b27-b917-4fd25a50b001"}}
2026-09-23 16:04:30.737 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:04:30.737 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5 for vendor apple
2026-09-23 16:04:30.738 [INFO ] [webhook-328]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=Gf59zaEfeo96GGDo2cPt9wTPoHBiQpK9Wb+wI5yIIxo=)
2026-09-23 16:04:30.843 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:30.846 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:04:31.140 [ERROR] [webhook-328]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:04:31.140 [ERROR] [webhook-328]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:04:31.140 [ERROR] [webhook-328]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:04:31.719 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:04:31.719 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:04:31.719 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:04:31.814 [INFO ] [http-nio-10000-exec-7]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "a3c65b91-08f8-429e-b503-6e666f346fc7"}}
2026-09-23 16:04:31.814 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:04:31.814 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Sending order status webhook for rx with id 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2 for vendor apple
2026-09-23 16:04:31.815 [INFO ] [webhook-329]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=+oGh9jZfQL/Oa/473O4vfhvK3Vrg8+5K4CZeQoyTmtc=)
2026-09-23 16:04:31.950 [ERROR] [webhook-329]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:04:31.950 [ERROR] [webhook-329]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:04:31.950 [ERROR] [webhook-329]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:05:22.262 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:05:22.270 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=b2124e96-4e4e-46e6-9b06-070bdc4ffe50, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:06:06.492 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Physical visit required, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:06:06.507 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2 and added back to pool.
2026-09-23 16:06:06.513 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2
2026-09-23 16:06:10.429 [INFO ] [async-4825]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:06:10.432 [INFO ] [async-4825]  DoctorFraudComponent - Fraud capture uploaded.(captureId=100, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, stage=REJECT)
2026-09-23 16:06:56.932 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:06:56.938 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987671, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=azithromycin, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:06:56.938 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987671
2026-09-23 16:06:56.948 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=5d7e563b-18a2-42d7-bb23-4d38be4ba269, orderId =order_Hema_Apple_300987671, vendorId=apple)
2026-09-23 16:06:56.977 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 3eace573-3c10-45cc-91f7-49a1a7ad033f, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:06:56.977 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:06:56.991 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:06:56.992 [INFO ] [async-4827]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987671 
2026-09-23 16:06:56.996 [ERROR] [async-4828]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:06:56.995 [ERROR] [async-4828]  MedicineServiceRepository - Medicine prefetch failed. medications = [azithromycin, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:07:00.001 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:37:00.001Z
2026-09-23 16:07:00.007 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:37:00.007Z
2026-09-23 16:07:06.871 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Physical visit required, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:07:06.873 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2
2026-09-23 16:07:08.475 [INFO ] [async-4829]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:07:08.479 [INFO ] [async-4829]  DoctorFraudComponent - Fraud capture uploaded.(captureId=101, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=5cdca0fc-55b8-4f28-bb60-2cd6797bd2d2, stage=REJECT)
2026-09-23 16:07:12.547 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription 3eace573-3c10-45cc-91f7-49a1a7ad033f by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:07:12.649 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =3eace573-3c10-45cc-91f7-49a1a7ad033f, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription 3eace573-3c10-45cc-91f7-49a1a7ad033f.
2026-09-23 16:07:12.655 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:07:12.663 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:07:12.663 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:07:12.663 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:07:12.731 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "4ce1c93a-1ceb-4703-b6f7-64c34880cdf8"}}
2026-09-23 16:07:12.731 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:07:12.731 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id 3eace573-3c10-45cc-91f7-49a1a7ad033f for vendor apple
2026-09-23 16:07:12.733 [INFO ] [webhook-330]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=UB7zWoCVP71loHkKlayXBF+IJK9FOuVOGcj3N7o97X8=)
2026-09-23 16:07:12.977 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:07:12.979 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:07:13.116 [ERROR] [webhook-330]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:07:13.116 [ERROR] [webhook-330]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:07:13.116 [ERROR] [webhook-330]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:08:24.254 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:08:24.258 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=63a11c45-191b-4c43-91a1-1a0cf9ecb474, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:08:37.985 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create approved prescription request. (patientId=4ccf7191-2e30-48f4-8225-042c02d23e77, rxId=2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, vendorId=apple)
2026-09-23 16:08:37.997 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5
2026-09-23 16:08:40.246 [INFO ] [webhook-331]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:08:40.271 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:08:40.273 [INFO ] [webhook-332]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=Gf59zaEfeo96GGDo2cPt9wTPoHBiQpK9Wb+wI5yIIxo=)
2026-09-23 16:08:40.286 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription 2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5 and added back to pool.
2026-09-23 16:08:40.286 [INFO ] [http-nio-10000-exec-8]  PrescriptionService - Prescription approved and successfully.(doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, vendorId=apple)
2026-09-23 16:08:40.652 [ERROR] [webhook-332]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:08:40.652 [ERROR] [webhook-332]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:08:40.652 [ERROR] [webhook-332]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:08:40.767 [ERROR] [webhook-331]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:08:40.767 [ERROR] [webhook-331]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:08:40.769 [ERROR] [webhook-331]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:08:40.781 [INFO ] [async-4831]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:08:40.785 [INFO ] [async-4831]  DoctorFraudComponent - Fraud capture uploaded.(captureId=102, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=2670ebd3-0ac0-42f5-bdff-6b4f6cb962a5, stage=APPROVE)
2026-09-23 16:09:25.216 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 52.23.177.192
2026-09-23 16:09:25.221 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065567856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=cetrizine, composition=cetrizine, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:09:25.221 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065567856
2026-09-23 16:09:25.238 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Processing create a draft prescription request. (patientId=e3194562-56e2-4789-a42c-ffc4042e5506, orderId =order_Hema_Apple_9065567856, vendorId=apple)
2026-09-23 16:09:25.270 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 039ea010-769d-4d0e-872e-d9c23f7cae4b, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:09:25.270 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:09:25.283 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:09:25.283 [INFO ] [async-4833]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065567856 
2026-09-23 16:09:25.286 [ERROR] [async-4834]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:09:25.286 [ERROR] [async-4834]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, cetrizine], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:09:32.011 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription 039ea010-769d-4d0e-872e-d9c23f7cae4b by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:09:32.107 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =039ea010-769d-4d0e-872e-d9c23f7cae4b, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription 039ea010-769d-4d0e-872e-d9c23f7cae4b.
2026-09-23 16:09:32.111 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:09:32.117 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:09:32.117 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:09:32.117 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:09:32.216 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "356a8313-cb75-472a-b568-34fc51599272"}}
2026-09-23 16:09:32.216 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:09:32.216 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id 039ea010-769d-4d0e-872e-d9c23f7cae4b for vendor apple
2026-09-23 16:09:32.217 [INFO ] [webhook-333]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=xyK8pPQu5LzW88fVcbSAbKx5Lq4/HWxJh+6eVxWnwOQ=)
2026-09-23 16:09:32.323 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:09:32.325 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:09:32.626 [ERROR] [webhook-333]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:09:32.626 [ERROR] [webhook-333]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:09:32.626 [ERROR] [webhook-333]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:10:20.055 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Processing create approved prescription request. (patientId=5d7e563b-18a2-42d7-bb23-4d38be4ba269, rxId=3eace573-3c10-45cc-91f7-49a1a7ad033f, vendorId=apple)
2026-09-23 16:10:20.069 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 3eace573-3c10-45cc-91f7-49a1a7ad033f
2026-09-23 16:10:20.450 [INFO ] [webhook-334]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:10:20.455 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:10:20.457 [INFO ] [webhook-335]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=UB7zWoCVP71loHkKlayXBF+IJK9FOuVOGcj3N7o97X8=)
2026-09-23 16:10:20.469 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = 3eace573-3c10-45cc-91f7-49a1a7ad033f, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription 3eace573-3c10-45cc-91f7-49a1a7ad033f and added back to pool.
2026-09-23 16:10:20.469 [INFO ] [http-nio-10000-exec-1]  PrescriptionService - Prescription approved and successfully.(doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=3eace573-3c10-45cc-91f7-49a1a7ad033f, vendorId=apple)
2026-09-23 16:10:20.838 [ERROR] [webhook-335]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:10:20.838 [ERROR] [webhook-335]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:10:20.838 [ERROR] [webhook-335]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:10:20.996 [ERROR] [webhook-334]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:10:20.996 [ERROR] [webhook-334]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:10:20.998 [ERROR] [webhook-334]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:10:24.696 [INFO ] [async-4836]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:10:24.700 [INFO ] [async-4836]  DoctorFraudComponent - Fraud capture uploaded.(captureId=103, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=3eace573-3c10-45cc-91f7-49a1a7ad033f, stage=APPROVE)
2026-09-23 16:11:17.849 [INFO ] [MessageBroker-6]  WebSocketMessageBrokerStats - WebSocketSession[2 current WS(2)-HttpStream(0)-HttpPoll(0), 50 total, 0 closed abnormally (0 connect failure, 0 send limit, 11 transport error)], stompSubProtocol[processed CONNECT(48)-CONNECTED(48)-DISCONNECT(15)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 525], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1023], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 8, completed tasks = 17328]
2026-09-23 16:11:26.384 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:11:26.389 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=ecfe912c-5606-4d47-b291-662774c01154, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:11:31.180 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:11:31.186 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987673, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=suhagra, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:11:31.186 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987673
2026-09-23 16:11:31.196 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Processing create a draft prescription request. (patientId=10ce70f5-a474-45b2-9a12-bbc7bd7b4a32, orderId =order_Hema_Apple_300987673, vendorId=apple)
2026-09-23 16:11:31.218 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:11:31.218 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:11:31.233 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:11:31.233 [INFO ] [async-4838]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987673 
2026-09-23 16:11:31.236 [ERROR] [async-4839]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:11:31.236 [ERROR] [async-4839]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, suhagra], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:11:35.214 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Accept order and start calling request for prescription c90ab2e6-527d-46e4-b3bd-6a3eabc76f34 by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:11:35.347 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription c90ab2e6-527d-46e4-b3bd-6a3eabc76f34.
2026-09-23 16:11:35.352 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:11:35.360 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:11:35.364 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:11:35.364 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:11:35.456 [INFO ] [http-nio-10000-exec-10]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "9616e26c-467d-4bdf-a5cf-9abf77223aa1"}}
2026-09-23 16:11:35.456 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:11:35.456 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Sending order status webhook for rx with id c90ab2e6-527d-46e4-b3bd-6a3eabc76f34 for vendor apple
2026-09-23 16:11:35.458 [INFO ] [webhook-336]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=i6p1yaglIPNb1dhXAK2PzG67jomxFTHNejjDg1/5WKA=)
2026-09-23 16:11:35.838 [ERROR] [webhook-336]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:11:35.838 [ERROR] [webhook-336]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:11:35.839 [ERROR] [webhook-336]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:11:36.285 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:11:36.287 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:12:00.000 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:42:00Z
2026-09-23 16:12:00.003 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:42:00.003Z
2026-09-23 16:12:52.517 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 65.0.242.75
2026-09-23 16:12:52.525 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=4bc219a8-008c-427b-b079-aa9098f7f123, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790160172524, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Hari QA), patients=[Patient(name=, gender=, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=f7a14e97-058f-4e4d-b791-1b3212c4da4d, name=Haagen Dazs Cookies & Cream Stick Bar, composition=, type=, quantity=2, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=INVALID_PRESCRIPTION_IMAGE, category=, chronic=false)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:12:52.526 [INFO ] [http-nio-10000-exec-6]  VendorComponent - Fetching vendor details. (vendor=zepto)
2026-09-23 16:12:52.531 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 4bc219a8-008c-427b-b079-aa9098f7f123
2026-09-23 16:12:52.543 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create a draft prescription request. (patientId=01bacdc3-9421-4367-b7d6-1cd6586eb9bc, orderId =4bc219a8-008c-427b-b079-aa9098f7f123, vendorId=zepto)
2026-09-23 16:12:52.568 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = zepto prescriptionId = 22e64490-73fa-448a-93bd-0add76e24348, doctroIds = [dcaf5a5b-fb43-4bb7-8812-398013ef3d90, 84c20af6-7ff7-49c1-babe-0788e16dedb5, 58f0fa6b-2094-4ae1-ac79-d7089bf5f54b, ffd183c0-4e95-4ecc-a7ae-df497995617c, ede2cd6b-df91-4bf2-ad62-eaf0e64c576f, 87373ca0-2884-4de6-b6fa-2cfe99504a84, 985fd4d0-61b3-40db-89c1-d78e1ffd3089, 869ad80e-e16b-48c7-8993-b4ba13e556f5, 4df6df62-1d0b-4170-bb6e-bce6c6fa32a8, b32f79d2-ffdc-496a-a69a-129449dbebfe, b23d065b-9a80-4c0f-9fa6-4d50040a2b7e, 51e3ceb2-4926-4f32-8145-18b058b36a87, 816c2542-66b7-45b1-b55f-b26f2c455064, 58f55438-636a-40fc-902b-ae6ddc3234c5, 56cb4fc7-dc89-42a9-8c52-a13c9bf98bec, a9bdc2e4-5d7c-4fb9-81ac-372286009504, abf16fb3-3306-4962-a0c4-300d7c6e5539, caff7771-0cff-4a96-a012-d8548d2bc128, 38758430-739a-494f-8afb-7b547ae45a83, b5f64d7e-f07c-4b6d-b2eb-1cf346009081, fecb9851-4fad-4145-806b-8aea604fcc57, a741ad00-c728-4287-a1b9-c2f9f07058c5, 9da45986-b7f4-4e7b-a1c2-78419100b76b, b0fec346-bfd3-4dbe-8bfe-448986953700, c096c506-04b3-471d-875d-0bc03d14482d, 7164fe0b-393d-42d8-b207-c1adc5df8bfd, 84c5d71a-8bad-4ad4-8273-006f2ab819f2, c82d3181-d4ad-4f27-86c1-cfb330e37aee, 1a695cc6-a723-4830-8c19-37b8c04d3061, 2bd797bf-9d7f-4808-9c48-7ffd9e27e806, ec4b2310-3867-44f9-a83d-20539bb8a359, b581d00b-6fdd-4877-ab12-cc7a7b0b3624, ccda683a-a017-471a-be66-1e4794fb32b8, 8f21eb60-5766-4300-829a-a73eed8082c5, ca064adf-7f9f-4755-a824-9ba5c248ca11, a39b9dd3-06c3-4d4a-9c3e-77316a1be0ca, 6e7257d0-8dd2-411e-b6c5-c2ad8286bd9f, 3e77c520-74c7-4e46-91bd-e1219534a516, 4ddce192-9c56-4f55-af06-f383723555d3, f5eaa4c0-49ca-4478-b5d4-c6e3aeeb396b, 2d2e25a3-a5ca-43f3-ba6f-fe8f83425c14, e8e87898-d2f6-4dcc-b635-aec6d3f43a74, 670aa904-0b5e-40a2-b810-a64a9cf234e2, ea9f4cfc-4cfc-48f5-a281-6abf4c07b020, a9041f6a-58b0-4237-a96c-1d761df0996d, d107217e-014f-48fd-99a3-b02b869a4be2, e6dac1bd-de9d-4a7c-b80c-0b68d7fb1947, 0fb5d7d1-afb2-4ab8-82d6-ddec8e34beb3, 15f896f1-3dcb-4bf0-92a3-8dfbfc5002a0, 005cea61-2c34-423f-a470-ac3ab2a6ad91] 
2026-09-23 16:12:52.568 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Available doctorIds [dcaf5a5b-fb43-4bb7-8812-398013ef3d90, 84c20af6-7ff7-49c1-babe-0788e16dedb5, 58f0fa6b-2094-4ae1-ac79-d7089bf5f54b, ffd183c0-4e95-4ecc-a7ae-df497995617c, ede2cd6b-df91-4bf2-ad62-eaf0e64c576f, 87373ca0-2884-4de6-b6fa-2cfe99504a84, 985fd4d0-61b3-40db-89c1-d78e1ffd3089, 869ad80e-e16b-48c7-8993-b4ba13e556f5, 4df6df62-1d0b-4170-bb6e-bce6c6fa32a8, b32f79d2-ffdc-496a-a69a-129449dbebfe, b23d065b-9a80-4c0f-9fa6-4d50040a2b7e, 51e3ceb2-4926-4f32-8145-18b058b36a87, 816c2542-66b7-45b1-b55f-b26f2c455064, 58f55438-636a-40fc-902b-ae6ddc3234c5, 56cb4fc7-dc89-42a9-8c52-a13c9bf98bec, a9bdc2e4-5d7c-4fb9-81ac-372286009504, abf16fb3-3306-4962-a0c4-300d7c6e5539, caff7771-0cff-4a96-a012-d8548d2bc128, 38758430-739a-494f-8afb-7b547ae45a83, b5f64d7e-f07c-4b6d-b2eb-1cf346009081, fecb9851-4fad-4145-806b-8aea604fcc57, a741ad00-c728-4287-a1b9-c2f9f07058c5, 9da45986-b7f4-4e7b-a1c2-78419100b76b, b0fec346-bfd3-4dbe-8bfe-448986953700, c096c506-04b3-471d-875d-0bc03d14482d, 7164fe0b-393d-42d8-b207-c1adc5df8bfd, 84c5d71a-8bad-4ad4-8273-006f2ab819f2, c82d3181-d4ad-4f27-86c1-cfb330e37aee, 1a695cc6-a723-4830-8c19-37b8c04d3061, 2bd797bf-9d7f-4808-9c48-7ffd9e27e806, ec4b2310-3867-44f9-a83d-20539bb8a359, b581d00b-6fdd-4877-ab12-cc7a7b0b3624, ccda683a-a017-471a-be66-1e4794fb32b8, 8f21eb60-5766-4300-829a-a73eed8082c5, ca064adf-7f9f-4755-a824-9ba5c248ca11, a39b9dd3-06c3-4d4a-9c3e-77316a1be0ca, 6e7257d0-8dd2-411e-b6c5-c2ad8286bd9f, 3e77c520-74c7-4e46-91bd-e1219534a516, 4ddce192-9c56-4f55-af06-f383723555d3, f5eaa4c0-49ca-4478-b5d4-c6e3aeeb396b, 2d2e25a3-a5ca-43f3-ba6f-fe8f83425c14, e8e87898-d2f6-4dcc-b635-aec6d3f43a74, 670aa904-0b5e-40a2-b810-a64a9cf234e2, ea9f4cfc-4cfc-48f5-a281-6abf4c07b020, a9041f6a-58b0-4237-a96c-1d761df0996d, d107217e-014f-48fd-99a3-b02b869a4be2, e6dac1bd-de9d-4a7c-b80c-0b68d7fb1947, 005cea61-2c34-423f-a470-ac3ab2a6ad91, 0fb5d7d1-afb2-4ab8-82d6-ddec8e34beb3, 15f896f1-3dcb-4bf0-92a3-8dfbfc5002a0] for prescriptionId
2026-09-23 16:12:52.573 [INFO ] [async-4842]  Msg91Repository - send whatsapp contact list is empty for orderId 4bc219a8-008c-427b-b079-aa9098f7f123 
2026-09-23 16:12:52.576 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-09-23 16:12:52.579 [ERROR] [async-4843]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:12:52.579 [ERROR] [async-4843]  MedicineServiceRepository - Medicine prefetch failed. medications = [Haagen Dazs Cookies & Cream Stick Bar], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:12:57.924 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 039ea010-769d-4d0e-872e-d9c23f7cae4b, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:12:57.926 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 16:12:57.935 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = 039ea010-769d-4d0e-872e-d9c23f7cae4b, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription 039ea010-769d-4d0e-872e-d9c23f7cae4b and added back to pool.
2026-09-23 16:12:57.939 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 039ea010-769d-4d0e-872e-d9c23f7cae4b
2026-09-23 16:13:00.380 [INFO ] [async-4844]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:13:00.384 [INFO ] [async-4844]  DoctorFraudComponent - Fraud capture uploaded.(captureId=104, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=039ea010-769d-4d0e-872e-d9c23f7cae4b, stage=REJECT)
2026-09-23 16:13:24.210 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 22e64490-73fa-448a-93bd-0add76e24348, vendor=null, doctors=[dcaf5a5b-fb43-4bb7-8812-398013ef3d90, 84c20af6-7ff7-49c1-babe-0788e16dedb5, 58f0fa6b-2094-4ae1-ac79-d7089bf5f54b, ffd183c0-4e95-4ecc-a7ae-df497995617c, ede2cd6b-df91-4bf2-ad62-eaf0e64c576f, 87373ca0-2884-4de6-b6fa-2cfe99504a84, 985fd4d0-61b3-40db-89c1-d78e1ffd3089, 869ad80e-e16b-48c7-8993-b4ba13e556f5, 4df6df62-1d0b-4170-bb6e-bce6c6fa32a8, b32f79d2-ffdc-496a-a69a-129449dbebfe, b23d065b-9a80-4c0f-9fa6-4d50040a2b7e, 51e3ceb2-4926-4f32-8145-18b058b36a87, 816c2542-66b7-45b1-b55f-b26f2c455064, 58f55438-636a-40fc-902b-ae6ddc3234c5, 56cb4fc7-dc89-42a9-8c52-a13c9bf98bec, a9bdc2e4-5d7c-4fb9-81ac-372286009504, abf16fb3-3306-4962-a0c4-300d7c6e5539, caff7771-0cff-4a96-a012-d8548d2bc128, 38758430-739a-494f-8afb-7b547ae45a83, b5f64d7e-f07c-4b6d-b2eb-1cf346009081, fecb9851-4fad-4145-806b-8aea604fcc57, a741ad00-c728-4287-a1b9-c2f9f07058c5, 9da45986-b7f4-4e7b-a1c2-78419100b76b, b0fec346-bfd3-4dbe-8bfe-448986953700, c096c506-04b3-471d-875d-0bc03d14482d, 7164fe0b-393d-42d8-b207-c1adc5df8bfd, 84c5d71a-8bad-4ad4-8273-006f2ab819f2, c82d3181-d4ad-4f27-86c1-cfb330e37aee, 1a695cc6-a723-4830-8c19-37b8c04d3061, 2bd797bf-9d7f-4808-9c48-7ffd9e27e806, ec4b2310-3867-44f9-a83d-20539bb8a359, b581d00b-6fdd-4877-ab12-cc7a7b0b3624, ccda683a-a017-471a-be66-1e4794fb32b8, 8f21eb60-5766-4300-829a-a73eed8082c5, ca064adf-7f9f-4755-a824-9ba5c248ca11, a39b9dd3-06c3-4d4a-9c3e-77316a1be0ca, 6e7257d0-8dd2-411e-b6c5-c2ad8286bd9f, 3e77c520-74c7-4e46-91bd-e1219534a516, 4ddce192-9c56-4f55-af06-f383723555d3, f5eaa4c0-49ca-4478-b5d4-c6e3aeeb396b, 2d2e25a3-a5ca-43f3-ba6f-fe8f83425c14, e8e87898-d2f6-4dcc-b635-aec6d3f43a74, 670aa904-0b5e-40a2-b810-a64a9cf234e2, ea9f4cfc-4cfc-48f5-a281-6abf4c07b020, a9041f6a-58b0-4237-a96c-1d761df0996d, d107217e-014f-48fd-99a3-b02b869a4be2, e6dac1bd-de9d-4a7c-b80c-0b68d7fb1947, 005cea61-2c34-423f-a470-ac3ab2a6ad91, 0fb5d7d1-afb2-4ab8-82d6-ddec8e34beb3, 15f896f1-3dcb-4bf0-92a3-8dfbfc5002a0]
2026-09-23 16:13:37.676 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto with message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 added to vendor zepto's pool.
2026-09-23 16:13:37.711 [DEBUG] [http-nio-10000-exec-1]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:13:37.712 [DEBUG] [http-nio-10000-exec-1]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790160217386
2026-09-23 16:13:37.896 [DEBUG] [http-nio-10000-exec-8]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:13:37.897 [DEBUG] [http-nio-10000-exec-8]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/476/lpljp2hi/websocket
2026-09-23 16:13:37.897 [INFO ] [http-nio-10000-exec-8]  UserHandshakeHandler - User determined. userId = e7d776bd-88ef-4408-8403-f543e16410b3
2026-09-23 16:13:37.899 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=lpljp2hi]
2026-09-23 16:13:37.955 [ERROR] [http-nio-10000-exec-5]  WebSocketConfig - Doctor with username e7d776bd-88ef-4408-8403-f543e16410b3 connected
2026-09-23 16:13:38.716 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Accept order and start calling request for prescription 22e64490-73fa-448a-93bd-0add76e24348 by doctor e7d776bd-88ef-4408-8403-f543e16410b3
2026-09-23 16:13:38.790 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId =22e64490-73fa-448a-93bd-0add76e24348, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 blocked and remaining doctors unblocked for prescription 22e64490-73fa-448a-93bd-0add76e24348.
2026-09-23 16:13:38.796 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Notified doctor ids : [dcaf5a5b-fb43-4bb7-8812-398013ef3d90, 84c20af6-7ff7-49c1-babe-0788e16dedb5, 58f0fa6b-2094-4ae1-ac79-d7089bf5f54b, ffd183c0-4e95-4ecc-a7ae-df497995617c, ede2cd6b-df91-4bf2-ad62-eaf0e64c576f, 87373ca0-2884-4de6-b6fa-2cfe99504a84, 985fd4d0-61b3-40db-89c1-d78e1ffd3089, 869ad80e-e16b-48c7-8993-b4ba13e556f5, 4df6df62-1d0b-4170-bb6e-bce6c6fa32a8, b32f79d2-ffdc-496a-a69a-129449dbebfe, b23d065b-9a80-4c0f-9fa6-4d50040a2b7e, 51e3ceb2-4926-4f32-8145-18b058b36a87, 816c2542-66b7-45b1-b55f-b26f2c455064, 58f55438-636a-40fc-902b-ae6ddc3234c5, 56cb4fc7-dc89-42a9-8c52-a13c9bf98bec, a9bdc2e4-5d7c-4fb9-81ac-372286009504, abf16fb3-3306-4962-a0c4-300d7c6e5539, caff7771-0cff-4a96-a012-d8548d2bc128, 38758430-739a-494f-8afb-7b547ae45a83, b5f64d7e-f07c-4b6d-b2eb-1cf346009081, fecb9851-4fad-4145-806b-8aea604fcc57, a741ad00-c728-4287-a1b9-c2f9f07058c5, 9da45986-b7f4-4e7b-a1c2-78419100b76b, b0fec346-bfd3-4dbe-8bfe-448986953700, c096c506-04b3-471d-875d-0bc03d14482d, 7164fe0b-393d-42d8-b207-c1adc5df8bfd, 84c5d71a-8bad-4ad4-8273-006f2ab819f2, c82d3181-d4ad-4f27-86c1-cfb330e37aee, 1a695cc6-a723-4830-8c19-37b8c04d3061, 2bd797bf-9d7f-4808-9c48-7ffd9e27e806, ec4b2310-3867-44f9-a83d-20539bb8a359, b581d00b-6fdd-4877-ab12-cc7a7b0b3624, ccda683a-a017-471a-be66-1e4794fb32b8, 6b98c7d4-ef40-4b79-9dde-a5e2f77b974d, 8f21eb60-5766-4300-829a-a73eed8082c5, ca064adf-7f9f-4755-a824-9ba5c248ca11, a39b9dd3-06c3-4d4a-9c3e-77316a1be0ca, 6e7257d0-8dd2-411e-b6c5-c2ad8286bd9f, 3e77c520-74c7-4e46-91bd-e1219534a516, 4ddce192-9c56-4f55-af06-f383723555d3, f5eaa4c0-49ca-4478-b5d4-c6e3aeeb396b, 2d2e25a3-a5ca-43f3-ba6f-fe8f83425c14, e8e87898-d2f6-4dcc-b635-aec6d3f43a74, 670aa904-0b5e-40a2-b810-a64a9cf234e2, ea9f4cfc-4cfc-48f5-a281-6abf4c07b020, a9041f6a-58b0-4237-a96c-1d761df0996d, d107217e-014f-48fd-99a3-b02b869a4be2, e6dac1bd-de9d-4a7c-b80c-0b68d7fb1947, 005cea61-2c34-423f-a470-ac3ab2a6ad91, 0fb5d7d1-afb2-4ab8-82d6-ddec8e34beb3, 15f896f1-3dcb-4bf0-92a3-8dfbfc5002a0]
2026-09-23 16:13:38.800 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-09-23 16:13:38.802 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - initating 2 way calling for partner msg91
2026-09-23 16:13:38.802 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Caller id selected for vendor 917316914513 is 917316914513
2026-09-23 16:13:38.802 [INFO ] [http-nio-10000-exec-9]  Msg91Repository - Call request for msg91:TwoWayCall(caller_id=917316914513, destination=919509275485, callback_url=https://uat.1rx.co.in/api/1rx/v1/webhooks/msg91/22e64490-73fa-448a-93bd-0add76e24348)
2026-09-23 16:13:39.225 [INFO ] [http-nio-10000-exec-9]  Msg91Repository - Call Response : {"success": false, "message": "Plan Expired"}

2026-09-23 16:13:39.225 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:13:39.225 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Caller id selected for vendor zepto is +918044135307
2026-09-23 16:13:39.389 [INFO ] [http-nio-10000-exec-9]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "0637f11a-e203-49bc-a49f-a7a27bd81acb"}}
2026-09-23 16:13:39.392 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-09-23 16:13:39.392 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Sending order status webhook for rx with id 22e64490-73fa-448a-93bd-0add76e24348 for vendor zepto
2026-09-23 16:13:39.394 [INFO ] [webhook-337]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=yBpgHOvmBGslqbtWuvWOuOL6MQ7HDfXKs9dAvlNvP/4=)
2026-09-23 16:13:39.568 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-09-23 16:13:39.579 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:14:07.435 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:14:07.441 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received prioritize request for order E-128322-1
2026-09-23 16:14:07.450 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:14:07.450 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:14:07.452 [INFO ] [async-4851]  Msg91Repository - send whatsapp contact list is empty for orderId E-128322-1 
2026-09-23 16:14:07.452 [INFO ] [async-4850]  Msg91Repository - send whatsapp contact list is empty for orderId E-128322-1 
2026-09-23 16:14:11.178 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 22e64490-73fa-448a-93bd-0add76e24348, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Incomplete or incorrect information from patient, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:14:11.188 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId = 22e64490-73fa-448a-93bd-0add76e24348, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 released from prescription 22e64490-73fa-448a-93bd-0add76e24348 and added back to pool.
2026-09-23 16:14:11.198 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-09-23 16:14:11.200 [INFO ] [webhook-338]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/close-consultation, order signature=yBpgHOvmBGslqbtWuvWOuOL6MQ7HDfXKs9dAvlNvP/4=)
2026-09-23 16:14:21.105 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create approved prescription request. (patientId=10ce70f5-a474-45b2-9a12-bbc7bd7b4a32, rxId=c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, vendorId=apple)
2026-09-23 16:14:21.120 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = c90ab2e6-527d-46e4-b3bd-6a3eabc76f34
2026-09-23 16:14:22.925 [INFO ] [webhook-339]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:14:22.931 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:14:22.932 [INFO ] [webhook-340]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=i6p1yaglIPNb1dhXAK2PzG67jomxFTHNejjDg1/5WKA=)
2026-09-23 16:14:22.941 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription c90ab2e6-527d-46e4-b3bd-6a3eabc76f34 and added back to pool.
2026-09-23 16:14:22.941 [INFO ] [http-nio-10000-exec-3]  PrescriptionService - Prescription approved and successfully.(doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, vendorId=apple)
2026-09-23 16:14:23.328 [ERROR] [webhook-340]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:14:23.328 [ERROR] [webhook-340]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:14:23.328 [ERROR] [webhook-340]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:14:23.438 [ERROR] [webhook-339]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:14:23.438 [ERROR] [webhook-339]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:14:23.441 [ERROR] [webhook-339]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:14:26.663 [INFO ] [async-4852]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:14:26.667 [INFO ] [async-4852]  DoctorFraudComponent - Fraud capture uploaded.(captureId=105, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=c90ab2e6-527d-46e4-b3bd-6a3eabc76f34, stage=APPROVE)
2026-09-23 16:14:28.392 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:14:28.397 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=ccf59461-ba00-490c-9c97-807f28b8cc20, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:14:28.397 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 16:14:34.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:14:34.297 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:14:34.300 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987674, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=suhagra, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:14:34.300 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987674
2026-09-23 16:14:34.306 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Processing create a draft prescription request. (patientId=8ee6b6dc-2283-4c69-8727-0872b1526ec8, orderId =order_Hema_Apple_300987674, vendorId=apple)
2026-09-23 16:14:34.325 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 439c6dcb-35c7-4382-a13a-02ef43973252, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, a30e56aa-2f54-48dd-90af-f5330e25108f, 8176c168-7d89-4584-aab4-caf5adf0b863] 
2026-09-23 16:14:34.325 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:14:34.335 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:14:34.335 [INFO ] [async-4857]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987674 
2026-09-23 16:14:34.338 [ERROR] [async-4858]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:14:34.338 [ERROR] [async-4858]  MedicineServiceRepository - Medicine prefetch failed. medications = [suhagra, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:14:37.664 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Accept order and start calling request for prescription 439c6dcb-35c7-4382-a13a-02ef43973252 by doctor 8176c168-7d89-4584-aab4-caf5adf0b863
2026-09-23 16:14:37.750 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId =439c6dcb-35c7-4382-a13a-02ef43973252, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 blocked and remaining doctors unblocked for prescription 439c6dcb-35c7-4382-a13a-02ef43973252.
2026-09-23 16:14:37.754 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:14:37.761 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:14:37.761 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:14:37.761 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:14:37.843 [INFO ] [http-nio-10000-exec-7]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "1ba275d8-d50a-4f4f-a37a-a941d3c9f46b"}}
2026-09-23 16:14:37.843 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:14:37.843 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Sending order status webhook for rx with id 439c6dcb-35c7-4382-a13a-02ef43973252 for vendor apple
2026-09-23 16:14:37.844 [INFO ] [webhook-341]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=8vmePJ0P/KVoO/cri/erCvkfbf93otJXSMQCo2z/5+A=)
2026-09-23 16:14:38.096 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:14:38.098 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:14:38.234 [ERROR] [webhook-341]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:14:38.234 [ERROR] [webhook-341]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:14:38.234 [ERROR] [webhook-341]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:15:04.210 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:15:34.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:16:04.211 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:16:04.216 [INFO ] [async-4866]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 16:16:11.797 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 32.197.83.155
2026-09-23 16:16:11.800 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065567856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=metformin, composition=metformin, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:16:11.800 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065567856
2026-09-23 16:16:20.582 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 039ea010-769d-4d0e-872e-d9c23f7cae4b, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:16:20.584 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 039ea010-769d-4d0e-872e-d9c23f7cae4b
2026-09-23 16:16:22.281 [INFO ] [async-4869]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:16:22.284 [INFO ] [async-4869]  DoctorFraudComponent - Fraud capture uploaded.(captureId=106, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=039ea010-769d-4d0e-872e-d9c23f7cae4b, stage=REJECT)
2026-09-23 16:16:34.207 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:16:34.657 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 32.197.83.155
2026-09-23 16:16:34.660 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065565677856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=metformin, composition=metformin, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:16:34.660 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065565677856
2026-09-23 16:16:34.667 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create a draft prescription request. (patientId=e3194562-56e2-4789-a42c-ffc4042e5506, orderId =order_Hema_Apple_9065565677856, vendorId=apple)
2026-09-23 16:16:34.690 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:16:34.690 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:16:34.700 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:16:34.700 [INFO ] [async-4874]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065565677856 
2026-09-23 16:16:34.703 [ERROR] [async-4875]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:16:34.703 [ERROR] [async-4875]  MedicineServiceRepository - Medicine prefetch failed. medications = [metformin, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:16:37.829 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Accept order and start calling request for prescription 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:16:37.923 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a.
2026-09-23 16:16:37.927 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:16:37.933 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:16:37.933 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:16:37.933 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:16:38.045 [INFO ] [http-nio-10000-exec-1]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "0de3d370-ccf5-4d69-a118-c3365aa4cf94"}}
2026-09-23 16:16:38.046 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:16:38.046 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a for vendor apple
2026-09-23 16:16:38.047 [INFO ] [webhook-342]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=qeU77+CORPE+ev0UAlCFkQ/UuhhikPM+LCfbBoNL+yc=)
2026-09-23 16:16:38.425 [ERROR] [webhook-342]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:16:38.425 [ERROR] [webhook-342]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:16:38.425 [ERROR] [webhook-342]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:16:38.758 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:16:38.761 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:16:45.313 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-09-23 16:16:45.313 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:17:00.000 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:47:00Z
2026-09-23 16:17:00.002 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:47:00.002Z
2026-09-23 16:17:04.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:17:30.435 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:17:30.439 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=6aa3d765-fa0d-41c1-8515-9d336b14cf8a, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:17:34.206 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:17:58.886 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 439c6dcb-35c7-4382-a13a-02ef43973252, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Steroidal Medicine, consultationChecklist=null)
2026-09-23 16:17:58.899 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 8176c168-7d89-4584-aab4-caf5adf0b863, vendor = apple prescriptionId = 439c6dcb-35c7-4382-a13a-02ef43973252, message = Doctor 8176c168-7d89-4584-aab4-caf5adf0b863 released from prescription 439c6dcb-35c7-4382-a13a-02ef43973252 and added back to pool.
2026-09-23 16:17:58.904 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 439c6dcb-35c7-4382-a13a-02ef43973252
2026-09-23 16:18:04.208 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:18:04.556 [INFO ] [async-4883]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:18:04.559 [INFO ] [async-4883]  DoctorFraudComponent - Fraud capture uploaded.(captureId=107, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=439c6dcb-35c7-4382-a13a-02ef43973252, stage=REJECT)
2026-09-23 16:18:34.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:18:47.933 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 439c6dcb-35c7-4382-a13a-02ef43973252, request = UpdatePrescriptionStatusRequest(status=Hold, reason=Call not answered, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:18:47.935 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 439c6dcb-35c7-4382-a13a-02ef43973252
2026-09-23 16:18:49.411 [INFO ] [async-4890]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:18:49.414 [INFO ] [async-4890]  DoctorFraudComponent - Fraud capture uploaded.(captureId=108, doctorId=8176c168-7d89-4584-aab4-caf5adf0b863, rxId=439c6dcb-35c7-4382-a13a-02ef43973252, stage=HOLD)
2026-09-23 16:19:04.207 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:19:05.142 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Physical visit required, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:19:05.153 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a and added back to pool.
2026-09-23 16:19:05.164 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a
2026-09-23 16:19:06.781 [INFO ] [async-4894]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:19:06.785 [INFO ] [async-4894]  DoctorFraudComponent - Fraud capture uploaded.(captureId=109, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, stage=REJECT)
2026-09-23 16:19:13.603 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Physical visit required, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 16:19:13.606 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a
2026-09-23 16:19:15.147 [INFO ] [async-4895]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:19:15.150 [INFO ] [async-4895]  DoctorFraudComponent - Fraud capture uploaded.(captureId=110, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=4421f09c-0c4e-46ec-bf3d-e21bf76b1b4a, stage=REJECT)
2026-09-23 16:19:34.209 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:19:35.633 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - Transport error in WebSocketServerSockJsSession[id=ls1atcfl]
java.io.EOFException: null
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1141) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148) [tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:19:35.635 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=ls1atcfl] closed with CloseStatus[code=1006, reason=null]
2026-09-23 16:19:35.635 [DEBUG] [http-nio-10000-exec-8]  SubProtocolWebSocketHandler - Clearing session ls1atcfl
2026-09-23 16:19:35.636 [INFO ] [http-nio-10000-exec-8]  WebSocketConfig - Doctor with username 8176c168-7d89-4584-aab4-caf5adf0b863 disconnected
2026-09-23 16:19:35.637 [DEBUG] [clientOutboundChannel-286]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=8176c168-7d89-4584-aab4-caf5adf0b863, simpSessionId=ls1atcfl}], simpUser=8176c168-7d89-4584-aab4-caf5adf0b863, simpSessionId=ls1atcfl}]
2026-09-23 16:19:44.359 [DEBUG] [MessageBroker-2]  DefaultSockJsService - Closed 1 sessions: [ls1atcfl]
2026-09-23 16:20:04.208 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:20:32.527 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:20:32.531 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=172a5a8b-11d5-4ae9-804d-09be9f4b3a3b, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:20:34.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:20:50.279 [INFO ] [http-nio-10000-exec-2]  VendorComponent - Fetching vendor details. (vendor=deepimpactai)
2026-09-23 16:21:04.209 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:21:04.523 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai with message = Doctor a51f49fb-3ee1-4d41-87ac-a1906582105c added to vendor deepimpactai's pool.
2026-09-23 16:21:04.541 [DEBUG] [http-nio-10000-exec-3]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:21:04.541 [DEBUG] [http-nio-10000-exec-3]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790160663818
2026-09-23 16:21:06.081 [DEBUG] [http-nio-10000-exec-1]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:21:06.081 [DEBUG] [http-nio-10000-exec-1]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/743/fhabrqnp/websocket
2026-09-23 16:21:06.082 [INFO ] [http-nio-10000-exec-1]  UserHandshakeHandler - User determined. userId = a51f49fb-3ee1-4d41-87ac-a1906582105c
2026-09-23 16:21:06.083 [DEBUG] [http-nio-10000-exec-1]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=fhabrqnp]
2026-09-23 16:21:06.332 [ERROR] [http-nio-10000-exec-8]  WebSocketConfig - Doctor with username a51f49fb-3ee1-4d41-87ac-a1906582105c connected
2026-09-23 16:21:12.704 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=fhabrqnp] closed with CloseStatus[code=1001, reason=null]
2026-09-23 16:21:12.705 [DEBUG] [http-nio-10000-exec-2]  SubProtocolWebSocketHandler - Clearing session fhabrqnp
2026-09-23 16:21:12.705 [INFO ] [http-nio-10000-exec-2]  WebSocketConfig - Doctor with username a51f49fb-3ee1-4d41-87ac-a1906582105c disconnected
2026-09-23 16:21:12.706 [DEBUG] [clientOutboundChannel-288]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=a51f49fb-3ee1-4d41-87ac-a1906582105c, simpSessionId=fhabrqnp}], simpUser=a51f49fb-3ee1-4d41-87ac-a1906582105c, simpSessionId=fhabrqnp}]
2026-09-23 16:21:15.566 [DEBUG] [http-nio-10000-exec-3]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:21:15.566 [DEBUG] [http-nio-10000-exec-3]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790160674336
2026-09-23 16:21:16.312 [DEBUG] [http-nio-10000-exec-1]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:21:16.313 [DEBUG] [http-nio-10000-exec-1]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/490/dvzoq3fe/websocket
2026-09-23 16:21:16.313 [INFO ] [http-nio-10000-exec-1]  UserHandshakeHandler - User determined. userId = a51f49fb-3ee1-4d41-87ac-a1906582105c
2026-09-23 16:21:16.314 [DEBUG] [http-nio-10000-exec-1]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=dvzoq3fe]
2026-09-23 16:21:16.578 [ERROR] [http-nio-10000-exec-5]  WebSocketConfig - Doctor with username a51f49fb-3ee1-4d41-87ac-a1906582105c connected
2026-09-23 16:21:19.359 [DEBUG] [MessageBroker-4]  DefaultSockJsService - Closed 1 sessions: [fhabrqnp]
2026-09-23 16:21:34.204 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = c0b61bfb-33de-49c2-99b6-f80bbfae21c6
2026-09-23 16:21:34.228 [INFO ] [async-4908]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:21:34.230 [INFO ] [webhook-343]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=gQwq8fqsrhNpvMK3S91EZo5z8dQ0YETHph7s3OZTyvg=)
2026-09-23 16:21:40.228 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 65.2.68.17
2026-09-23 16:21:40.233 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=298e04ef-4bfd-413e-8879-15fa99fc271b, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790160700184, type=PRE_ORDER_VC, subType=null, member=null, customerDisplayName=null, languagePreference=en, customer=Customer(name=pramodi), patients=[Patient(name=pramodi, gender=Female, age=null, complains=null, diagnoses=null, procedures=null, id=null)], medicines=null, uploadFileType=pdf, customAttributes=[CustomAttrbute(key=consultation_channel, value=video), CustomAttrbute(key=humn_case_id, value=298e04ef-4bfd-413e-8879-15fa99fc271b)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:21:40.234 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 298e04ef-4bfd-413e-8879-15fa99fc271b
2026-09-23 16:21:47.201 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:21:47.203 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received prioritize request for order E-128354-1
2026-09-23 16:21:47.215 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:21:47.215 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:21:47.217 [INFO ] [async-4911]  Msg91Repository - send whatsapp contact list is empty for orderId E-128354-1 
2026-09-23 16:21:47.217 [INFO ] [async-4912]  Msg91Repository - send whatsapp contact list is empty for orderId E-128354-1 
2026-09-23 16:21:47.669 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, orderId =298e04ef-4bfd-413e-8879-15fa99fc271b, vendorId=deepimpactai)
2026-09-23 16:21:47.691 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = deepimpactai prescriptionId = 09031282-744f-4a23-b650-1e7c2b25a299, doctroIds = [a51f49fb-3ee1-4d41-87ac-a1906582105c] 
2026-09-23 16:21:47.691 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [a51f49fb-3ee1-4d41-87ac-a1906582105c] for prescriptionId
2026-09-23 16:21:47.693 [INFO ] [async-4914]  Msg91Repository - send whatsapp contact list is empty for orderId 298e04ef-4bfd-413e-8879-15fa99fc271b 
2026-09-23 16:21:47.694 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor deepimpactai 
2026-09-23 16:21:53.635 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Accept order and start calling request for prescription 09031282-744f-4a23-b650-1e7c2b25a299 by doctor a51f49fb-3ee1-4d41-87ac-a1906582105c
2026-09-23 16:21:53.667 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message = Doctor a51f49fb-3ee1-4d41-87ac-a1906582105c blocked and remaining doctors unblocked for prescription 09031282-744f-4a23-b650-1e7c2b25a299.
2026-09-23 16:21:53.671 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Notified doctor ids : [a51f49fb-3ee1-4d41-87ac-a1906582105c, 6b98c7d4-ef40-4b79-9dde-a5e2f77b974d]
2026-09-23 16:21:53.672 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor deepimpactai 
2026-09-23 16:21:54.241 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor deepimpactai 
2026-09-23 16:21:54.494 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:22:00.001 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:52:00.001Z
2026-09-23 16:22:00.005 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:52:00.005Z
2026-09-23 16:22:14.207 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:22:16.562 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 52.23.177.192
2026-09-23 16:22:16.565 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_906556856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=betnovite, composition=betnovite, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:22:16.566 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_906556856
2026-09-23 16:22:16.577 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=e3194562-56e2-4789-a42c-ffc4042e5506, orderId =order_Hema_Apple_906556856, vendorId=apple)
2026-09-23 16:22:16.598 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:22:16.598 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:22:16.615 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:22:16.616 [INFO ] [async-4920]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_906556856 
2026-09-23 16:22:16.618 [ERROR] [async-4921]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:22:16.618 [ERROR] [async-4921]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, betnovite], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:22:21.351 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:22:21.441 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d.
2026-09-23 16:22:21.445 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:22:21.450 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:22:21.451 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:22:21.451 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:22:21.535 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "bb7d8cc1-42d1-4518-9e2b-6de32726dab0"}}
2026-09-23 16:22:21.535 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:22:21.535 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d for vendor apple
2026-09-23 16:22:21.536 [INFO ] [webhook-344]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=HKUNhS3EpcL8J/2UC/BJ4j15+x6W+CO4ueOKE1bCA9k=)
2026-09-23 16:22:21.660 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:22:21.665 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:22:21.948 [ERROR] [webhook-344]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:22:21.948 [ERROR] [webhook-344]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:22:21.949 [ERROR] [webhook-344]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:22:25.869 [INFO ] [http-nio-10000-exec-9]  VendorComponent - Fetching vendor details. (vendor=Akidha)
2026-09-23 16:22:32.615 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor deepimpactai
2026-09-23 16:22:32.615 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id 09031282-744f-4a23-b650-1e7c2b25a299 for vendor deepimpactai
2026-09-23 16:22:32.616 [INFO ] [webhook-345]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=deepimpactai, url=https://qa.onehumn.com/webhooks/onerx/status-update, order signature=U57lsqoKjfmrQ7QemzL9+85c/Zu+0v5xw2GSdiBQ+aA=)
2026-09-23 16:22:42.569 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = 3f781a46-50d0-4d06-ac0d-792b04448c30, vendor = Akidha with message = Doctor 3f781a46-50d0-4d06-ac0d-792b04448c30 added to vendor Akidha's pool.
2026-09-23 16:22:42.573 [DEBUG] [http-nio-10000-exec-2]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:22:42.573 [DEBUG] [http-nio-10000-exec-2]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790160762180
2026-09-23 16:22:42.624 [DEBUG] [http-nio-10000-exec-10]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:22:42.625 [DEBUG] [http-nio-10000-exec-10]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/224/pgktlbag/websocket
2026-09-23 16:22:42.625 [INFO ] [http-nio-10000-exec-10]  UserHandshakeHandler - User determined. userId = 3f781a46-50d0-4d06-ac0d-792b04448c30
2026-09-23 16:22:42.626 [DEBUG] [http-nio-10000-exec-10]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=pgktlbag]
2026-09-23 16:22:42.643 [ERROR] [http-nio-10000-exec-9]  WebSocketConfig - Doctor with username 3f781a46-50d0-4d06-ac0d-792b04448c30 connected
2026-09-23 16:22:44.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:22:54.928 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:22:54.928 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:22:54.928 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:22:55.052 [INFO ] [http-nio-10000-exec-2]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "4ba71ed6-d975-414d-8344-42031653b2fa"}}
2026-09-23 16:22:55.052 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:22:55.052 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Sending order status webhook for rx with id d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d for vendor apple
2026-09-23 16:22:55.053 [INFO ] [webhook-346]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=HKUNhS3EpcL8J/2UC/BJ4j15+x6W+CO4ueOKE1bCA9k=)
2026-09-23 16:22:55.432 [ERROR] [webhook-346]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:22:55.432 [ERROR] [webhook-346]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:22:55.433 [ERROR] [webhook-346]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:23:14.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:23:34.157 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto with message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 removed from vendor zepto's pool.
2026-09-23 16:23:34.637 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:23:34.690 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=ba8e8aeb-ba43-4c19-a649-873948f60548, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:23:44.211 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:24:12.205 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor deepimpactai
2026-09-23 16:24:12.205 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Sending order status webhook for rx with id 09031282-744f-4a23-b650-1e7c2b25a299 for vendor deepimpactai
2026-09-23 16:24:12.207 [INFO ] [webhook-347]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=deepimpactai, url=https://qa.onehumn.com/webhooks/onerx/status-update, order signature=U57lsqoKjfmrQ7QemzL9+85c/Zu+0v5xw2GSdiBQ+aA=)
2026-09-23 16:24:14.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:24:44.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:25:08.243 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 65.0.242.75
2026-09-23 16:25:08.273 [ERROR] [http-nio-10000-exec-8]  OrderComponent - Error while checking file upload.
org.springframework.aop.AopInvocationException: Null return value from advice does not match primitive return type for: public abstract boolean com.myrx.onerx.service.repository.WebhookAuditHistoryRepository.isFileUploadSuccess(java.lang.String,java.lang.String)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:226) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.sun.proxy.$Proxy212.isFileUploadSuccess(Unknown Source) ~[?:?]
	at com.myrx.onerx.service.component.OrderComponent.isFileUploadSuccess(OrderComponent.java:867) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.OrderComponent.getOrderDetails(OrderComponent.java:857) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.OrderComponent$$FastClassBySpringCGLIB$$888f05aa.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.OrderComponent$$EnhancerBySpringCGLIB$$a05cd658.getOrderDetails(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.resource.v1.OrderService.getOrderDetails(OrderService.java:272) ~[classes!/:0.0.1-SNAPSHOT]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_504]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_504]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_504]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_504]
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at com.myrx.onerx.service.filters.CorsFilter.doFilter(CorsFilter.java:71) ~[classes!/:0.0.1-SNAPSHOT]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.3.0.RELEASE.jar!/:2.3.0.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:25:14.208 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:25:44.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:26:14.207 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:26:36.743 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:26:36.746 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=6aaf05ac-dd31-4bd5-804d-74c4c465d66f, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:26:44.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:26:48.014 [DEBUG] [clientOutboundChannel-293]  WebSocketServerSockJsSession - Closing SockJS session lpljp2hi with CloseStatus[code=1002, reason=null]
2026-09-23 16:26:48.015 [DEBUG] [clientOutboundChannel-293]  NativeWebSocketSession - Closing StandardWebSocketSession[id=c0538c39-7afe-aca9-65ab-e1d6845d5e24, uri=ws://uat.1rx.co.in/rx-websocket/476/lpljp2hi/websocket]
2026-09-23 16:26:48.015 [DEBUG] [clientOutboundChannel-293]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=lpljp2hi] closed with CloseStatus[code=1002, reason=null]
2026-09-23 16:26:48.015 [DEBUG] [clientOutboundChannel-293]  SubProtocolWebSocketHandler - Clearing session lpljp2hi
2026-09-23 16:26:48.015 [INFO ] [clientOutboundChannel-293]  WebSocketConfig - Doctor with username e7d776bd-88ef-4408-8403-f543e16410b3 disconnected
2026-09-23 16:26:48.016 [DEBUG] [clientOutboundChannel-294]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=e7d776bd-88ef-4408-8403-f543e16410b3, simpSessionId=lpljp2hi}], simpUser=e7d776bd-88ef-4408-8403-f543e16410b3, simpSessionId=lpljp2hi}]
2026-09-23 16:26:51.221 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Processing create approved prescription request. (patientId=e3194562-56e2-4789-a42c-ffc4042e5506, rxId=d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, vendorId=apple)
2026-09-23 16:26:51.245 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d
2026-09-23 16:26:51.578 [INFO ] [webhook-348]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:26:51.583 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:26:51.585 [INFO ] [webhook-349]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=HKUNhS3EpcL8J/2UC/BJ4j15+x6W+CO4ueOKE1bCA9k=)
2026-09-23 16:26:51.610 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d and added back to pool.
2026-09-23 16:26:51.610 [INFO ] [http-nio-10000-exec-10]  PrescriptionService - Prescription approved and successfully.(doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, vendorId=apple)
2026-09-23 16:26:51.987 [ERROR] [webhook-349]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:26:51.987 [ERROR] [webhook-349]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:26:51.987 [ERROR] [webhook-349]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:26:52.068 [ERROR] [webhook-348]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:26:52.068 [ERROR] [webhook-348]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:26:52.071 [ERROR] [webhook-348]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:26:52.984 [INFO ] [async-4951]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:26:52.988 [INFO ] [async-4951]  DoctorFraudComponent - Fraud capture uploaded.(captureId=111, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=d8942dcd-ffb6-4c7c-ad88-9c7f5485e41d, stage=APPROVE)
2026-09-23 16:26:54.359 [DEBUG] [MessageBroker-2]  DefaultSockJsService - Closed 1 sessions: [lpljp2hi]
2026-09-23 16:27:00.000 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T10:57:00Z
2026-09-23 16:27:00.013 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T10:57:00.013Z
2026-09-23 16:27:14.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:27:44.209 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:28:00.698 [INFO ] [http-nio-10000-exec-1]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 16:28:14.208 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:28:23.314 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 52.23.177.192
2026-09-23 16:28:23.321 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_906556856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=amocyclav, composition=amoxyclav, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:28:23.322 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_906556856
2026-09-23 16:28:33.049 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 32.197.83.155
2026-09-23 16:28:33.051 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065563456856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=amocyclav, composition=amoxyclav, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:28:33.051 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065563456856
2026-09-23 16:28:33.066 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Processing create a draft prescription request. (patientId=82a356aa-ed60-4b4b-add6-6169812ab2b6, orderId =order_Hema_Apple_9065563456856, vendorId=apple)
2026-09-23 16:28:33.095 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = a0a7b185-104b-4d16-80b4-bd35f1e907c5, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:28:33.095 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:28:33.118 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:28:33.118 [INFO ] [async-4962]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065563456856 
2026-09-23 16:28:33.121 [ERROR] [async-4963]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:28:33.121 [ERROR] [async-4963]  MedicineServiceRepository - Medicine prefetch failed. medications = [amocyclav, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:28:36.073 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Accept order and start calling request for prescription a0a7b185-104b-4d16-80b4-bd35f1e907c5 by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:28:36.234 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =a0a7b185-104b-4d16-80b4-bd35f1e907c5, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription a0a7b185-104b-4d16-80b4-bd35f1e907c5.
2026-09-23 16:28:36.239 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:28:36.247 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:28:36.250 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:28:36.250 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:28:36.391 [INFO ] [http-nio-10000-exec-6]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "59de36dc-187a-49e3-99f2-beff0a328fdb"}}
2026-09-23 16:28:36.391 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:28:36.391 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Sending order status webhook for rx with id a0a7b185-104b-4d16-80b4-bd35f1e907c5 for vendor apple
2026-09-23 16:28:36.393 [INFO ] [webhook-350]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=iOjv16Kxh5hmDU5MJbqBj2u4jN6K6gIGqqaSQHNcNYI=)
2026-09-23 16:28:36.810 [ERROR] [webhook-350]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:28:36.810 [ERROR] [webhook-350]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:28:36.810 [ERROR] [webhook-350]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:28:37.030 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:28:37.034 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:28:44.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:29:14.205 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = ab005bb1-5ef1-4cb7-b384-c98f231d976f
2026-09-23 16:29:14.222 [INFO ] [async-4968]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:29:14.223 [INFO ] [webhook-351]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=wqdVZno0oQO760VsgjcRooJ7wG30rrQQYJrinqd3dkk=)
2026-09-23 16:29:31.161 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:29:31.167 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received prioritize request for order E-128254-1
2026-09-23 16:29:31.176 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = d5f323d4-9308-4a30-8450-dca852c45f76, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:29:31.176 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:29:31.178 [INFO ] [async-4971]  Msg91Repository - send whatsapp contact list is empty for orderId E-128254-1 
2026-09-23 16:29:31.179 [INFO ] [async-4972]  Msg91Repository - send whatsapp contact list is empty for orderId E-128254-1 
2026-09-23 16:29:35.008 [INFO ] [http-nio-10000-exec-8]  DoctorComponent - Processing create doctor. (doctor=Maimoona, drmaimoona.rs21@gmail.com)
2026-09-23 16:29:36.049 [INFO ] [http-nio-10000-exec-5]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:29:39.268 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:29:39.275 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=057bd040-284f-44b3-b256-4afaf74456db, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:29:39.275 [INFO ] [http-nio-10000-exec-6]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 16:30:04.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:30:34.209 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:31:04.207 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:31:34.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:31:34.210 [INFO ] [async-4982]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 16:31:49.385 [DEBUG] [http-nio-10000-exec-3]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=pgktlbag] closed with CloseStatus[code=1001, reason=null]
2026-09-23 16:31:49.385 [DEBUG] [http-nio-10000-exec-3]  SubProtocolWebSocketHandler - Clearing session pgktlbag
2026-09-23 16:31:49.386 [INFO ] [http-nio-10000-exec-3]  WebSocketConfig - Doctor with username 3f781a46-50d0-4d06-ac0d-792b04448c30 disconnected
2026-09-23 16:31:49.387 [DEBUG] [clientOutboundChannel-296]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=3f781a46-50d0-4d06-ac0d-792b04448c30, simpSessionId=pgktlbag}], simpUser=3f781a46-50d0-4d06-ac0d-792b04448c30, simpSessionId=pgktlbag}]
2026-09-23 16:31:59.359 [DEBUG] [MessageBroker-6]  DefaultSockJsService - Closed 1 sessions: [pgktlbag]
2026-09-23 16:32:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:02:00Z
2026-09-23 16:32:00.003 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:02:00.003Z
2026-09-23 16:32:03.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 09031282-744f-4a23-b650-1e7c2b25a299
2026-09-23 16:32:03.233 [INFO ] [async-4985]  PrescriptionComponent - No Authorization server configuration found for vendor deepimpactai
2026-09-23 16:32:03.236 [INFO ] [webhook-352]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=deepimpactai, url=https://qa.onehumn.com/webhooks/onerx/close-consultation, order signature=U57lsqoKjfmrQ7QemzL9+85c/Zu+0v5xw2GSdiBQ+aA=)
2026-09-23 16:32:04.192 [INFO ] [async-4987]  VideoCallingRepository - Room RcfKiLQok7Zo1boOkTg5 deleted successfully.
2026-09-23 16:32:04.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:32:06.788 [DEBUG] [http-nio-10000-exec-8]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:06.789 [DEBUG] [http-nio-10000-exec-8]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790161326309
2026-09-23 16:32:07.787 [ERROR] [http-nio-10000-exec-5]  PrescriptionComponent - The prescription has already been canceled and webhook cannot be sent
2026-09-23 16:32:09.470 [DEBUG] [http-nio-10000-exec-7]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:09.471 [DEBUG] [http-nio-10000-exec-7]  DefaultSockJsService - Processing transport request: POST http://uat.1rx.co.in/rx-websocket/474/axia4k1i/xhr_streaming?t=1790161327637
2026-09-23 16:32:09.471 [DEBUG] [http-nio-10000-exec-7]  XhrStreamingTransportHandler - POST http://uat.1rx.co.in/rx-websocket/474/axia4k1i/xhr_streaming?t=1790161327637
2026-09-23 16:32:09.471 [DEBUG] [http-nio-10000-exec-7]  LoggingWebSocketHandlerDecorator - New XhrStreamingSockJsSession[id=axia4k1i]
2026-09-23 16:32:09.773 [DEBUG] [http-nio-10000-exec-2]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:09.774 [DEBUG] [http-nio-10000-exec-2]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/474/w4ifwkyh/eventsource
2026-09-23 16:32:09.774 [DEBUG] [http-nio-10000-exec-2]  EventSourceTransportHandler - GET http://uat.1rx.co.in/rx-websocket/474/w4ifwkyh/eventsource
2026-09-23 16:32:09.774 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - New EventSourceStreamingSockJsSession[id=w4ifwkyh]
2026-09-23 16:32:10.379 [DEBUG] [http-nio-10000-exec-10]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:10.380 [DEBUG] [http-nio-10000-exec-10]  DefaultSockJsService - Processing transport request: POST http://uat.1rx.co.in/rx-websocket/474/w4ifwkyh/xhr_send?t=1790161329442
2026-09-23 16:32:10.381 [ERROR] [http-nio-10000-exec-10]  WebSocketConfig - Doctor with username null connected
2026-09-23 16:32:10.439 [DEBUG] [http-nio-10000-exec-6]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:10.439 [DEBUG] [http-nio-10000-exec-6]  DefaultSockJsService - Processing transport request: POST http://uat.1rx.co.in/rx-websocket/474/w4ifwkyh/xhr_send?t=1790161330073
2026-09-23 16:32:23.751 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for a0a7b185-104b-4d16-80b4-bd35f1e907c5, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age 4 and Above, consultationChecklist=null)
2026-09-23 16:32:23.765 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = a0a7b185-104b-4d16-80b4-bd35f1e907c5, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription a0a7b185-104b-4d16-80b4-bd35f1e907c5 and added back to pool.
2026-09-23 16:32:23.772 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = a0a7b185-104b-4d16-80b4-bd35f1e907c5
2026-09-23 16:32:25.405 [INFO ] [async-4991]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:32:25.408 [INFO ] [async-4991]  DoctorFraudComponent - Fraud capture uploaded.(captureId=112, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=a0a7b185-104b-4d16-80b4-bd35f1e907c5, stage=REJECT)
2026-09-23 16:32:34.213 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:32:40.831 [INFO ] [http-nio-10000-exec-6]  DoctorFraudComponent - Fraud /embed rejected login snapshot.(doctorId=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, code=422)
2026-09-23 16:32:41.326 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:32:41.329 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=24c75061-42ba-4e68-97e9-9dd49d95db69, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:32:41.822 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 54.178.2.26
2026-09-23 16:32:41.828 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=2001765-1790161360199, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790161360199, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=TestA A), patients=[Patient(name=TestA A, gender=Male, age=40, complains=[], diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=01K596RMT75AQRD0V46R4J7N5V, name=Ear Medicine, composition=Testedit Vestibulum neque massa, scelerisque sit amet ligula eu, congue molestie mi. Praesent ut varius sem. Nullam at porttitor arcu, nec lacinia nisi. Ut ac dolor vitae odio interdum condimentum. Vivamus dapibus sodales ex, vitae malesuada ipsum cursus convallis. Maecenas sed egestas nulla, ac condimentum orci. Mauris diam felis, vulputate ac suscipit et, iaculis non est. Curabitur semper arcu ac ligula semper, nec luctus nisl blandit. Integer lacinia ante ac libero lobortis imperdiet. Nullam mollis convallis ipsum, ac accumsan nunc vehicula vitae. Nulla eget justo in felis tristique fringilla. Morbi sit amet, type=Aquanase, quantity=23, preference=null, dosage=1, days=23, frequency=OD, comments={"morning":true,"afternoon":false,"evening":false}, uuid=null, url=null, pharmacyRejectionReason=null, category=01K596RMT75AQRD0V46R4J7N5V, chronic=true)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=AkidhaOrderId, value=2001765), CustomAttrbute(key=Source, value=akidha), CustomAttrbute(key=PaymentMethod, value=CASH)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:32:41.829 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 2001765-1790161360199
2026-09-23 16:32:41.842 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Processing create a draft prescription request. (patientId=7eb0ece8-0451-4e25-828e-5e221eddc7a2, orderId =2001765-1790161360199, vendorId=Akidha)
2026-09-23 16:32:41.866 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = Akidha prescriptionId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, doctroIds = [3f781a46-50d0-4d06-ac0d-792b04448c30] 
2026-09-23 16:32:41.866 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Available doctorIds [3f781a46-50d0-4d06-ac0d-792b04448c30] for prescriptionId
2026-09-23 16:32:41.868 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor Akidha 
2026-09-23 16:32:41.868 [INFO ] [async-4996]  Msg91Repository - send whatsapp contact list is empty for orderId 2001765-1790161360199 
2026-09-23 16:32:41.871 [ERROR] [async-4997]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:32:41.870 [ERROR] [async-4997]  MedicineServiceRepository - Medicine prefetch failed. medications = [Ear Medicine], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:32:43.132 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for a0a7b185-104b-4d16-80b4-bd35f1e907c5, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age 4 and Above, consultationChecklist=null)
2026-09-23 16:32:43.134 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = a0a7b185-104b-4d16-80b4-bd35f1e907c5
2026-09-23 16:32:44.815 [INFO ] [async-4998]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:32:44.820 [INFO ] [async-4998]  DoctorFraudComponent - Fraud capture uploaded.(captureId=113, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=a0a7b185-104b-4d16-80b4-bd35f1e907c5, stage=REJECT)
2026-09-23 16:32:47.294 [INFO ] [http-nio-10000-exec-5]  DoctorFraudComponent - Fraud-prevention consent saved.(doctorId=31e68a70-cbb1-4a3f-84bc-a365504fc8ec)
2026-09-23 16:32:52.987 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, vendor = apple with message = Doctor 31e68a70-cbb1-4a3f-84bc-a365504fc8ec added to vendor apple's pool.
2026-09-23 16:32:53.016 [DEBUG] [http-nio-10000-exec-9]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:53.016 [DEBUG] [http-nio-10000-exec-9]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790161372132
2026-09-23 16:32:54.096 [DEBUG] [http-nio-10000-exec-2]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:32:54.097 [DEBUG] [http-nio-10000-exec-2]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/842/3vbx01fv/websocket
2026-09-23 16:32:54.097 [INFO ] [http-nio-10000-exec-2]  UserHandshakeHandler - User determined. userId = 31e68a70-cbb1-4a3f-84bc-a365504fc8ec
2026-09-23 16:32:54.099 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=3vbx01fv]
2026-09-23 16:32:54.170 [ERROR] [http-nio-10000-exec-10]  WebSocketConfig - Doctor with username 31e68a70-cbb1-4a3f-84bc-a365504fc8ec connected
2026-09-23 16:32:59.475 [DEBUG] [MessageBroker-6]  DisconnectedClient - Looks like the client has gone away: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe (For a full stack trace, set the log category 'org.springframework.web.socket.sockjs.DisconnectedClient' to TRACE level.)
2026-09-23 16:32:59.475 [DEBUG] [MessageBroker-6]  XhrStreamingTransportHandler$XhrStreamingSockJsSession - Closing SockJS session axia4k1i with CloseStatus[code=1011, reason=null]
2026-09-23 16:32:59.475 [DEBUG] [MessageBroker-6]  LoggingWebSocketHandlerDecorator - XhrStreamingSockJsSession[id=axia4k1i] closed with CloseStatus[code=1011, reason=null]
2026-09-23 16:32:59.475 [DEBUG] [MessageBroker-6]  SubProtocolWebSocketHandler - Clearing session axia4k1i
2026-09-23 16:32:59.475 [INFO ] [MessageBroker-6]  WebSocketConfig - Doctor with username null disconnected
2026-09-23 16:32:59.476 [DEBUG] [clientOutboundChannel-299]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpSessionId=axia4k1i}], simpSessionId=axia4k1i}]
2026-09-23 16:32:59.478 [WARN ] [http-nio-10000-exec-8]  DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class java.util.LinkedHashMap] with preset Content-Type 'application/javascript;charset=UTF-8']
2026-09-23 16:33:04.207 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:33:09.359 [DEBUG] [MessageBroker-1]  DefaultSockJsService - Closed 1 sessions: [axia4k1i]
2026-09-23 16:33:14.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:33:18.295 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 16:33:18.298 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_300987675, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= vijay, gender=male, age=25, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=suhagra, composition=null, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:33:18.298 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_300987675
2026-09-23 16:33:18.312 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Processing create a draft prescription request. (patientId=8ee6b6dc-2283-4c69-8727-0872b1526ec8, orderId =order_Hema_Apple_300987675, vendorId=apple)
2026-09-23 16:33:18.334 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 48df9ff0-6f95-4004-bd93-65fdd85529c9, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863, a30e56aa-2f54-48dd-90af-f5330e25108f, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec] 
2026-09-23 16:33:18.334 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:33:18.347 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:18.348 [INFO ] [async-5006]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_300987675 
2026-09-23 16:33:18.350 [ERROR] [async-5007]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:18.350 [ERROR] [async-5007]  MedicineServiceRepository - Medicine prefetch failed. medications = [suhagra, dolo], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:33:21.335 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Accept order and start calling request for prescription 48df9ff0-6f95-4004-bd93-65fdd85529c9 by doctor 31e68a70-cbb1-4a3f-84bc-a365504fc8ec
2026-09-23 16:33:21.440 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, vendor = apple prescriptionId =48df9ff0-6f95-4004-bd93-65fdd85529c9, message = Doctor 31e68a70-cbb1-4a3f-84bc-a365504fc8ec blocked and remaining doctors unblocked for prescription 48df9ff0-6f95-4004-bd93-65fdd85529c9.
2026-09-23 16:33:21.447 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:33:21.454 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:21.454 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:33:21.454 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:33:21.504 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription 48df9ff0-6f95-4004-bd93-65fdd85529c9 by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:33:21.515 [ERROR] [http-nio-10000-exec-5]  SchedulerServiceRespository - Error while blocking doctor for a prescription. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =48df9ff0-6f95-4004-bd93-65fdd85529c9
com.myrx.onerx.scheduler.client.ApiException: Bad Request
	at com.myrx.onerx.scheduler.client.ApiClient.handleResponse(ApiClient.java:923) ~[onerx-scheduler-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.scheduler.client.ApiClient.execute(ApiClient.java:839) ~[onerx-scheduler-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.scheduler.client.api.SchedulerServiceApi.blockDoctorWithHttpInfo(SchedulerServiceApi.java:776) ~[onerx-scheduler-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.scheduler.client.api.SchedulerServiceApi.blockDoctor(SchedulerServiceApi.java:762) ~[onerx-scheduler-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.SchedulerServiceRespository.blockDoctorForRx(SchedulerServiceRespository.java:94) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.SchedulerServiceRespository$$FastClassBySpringCGLIB$$8911f7c3.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.SchedulerServiceRespository$$EnhancerBySpringCGLIB$$75d350f0.blockDoctorForRx(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.AssignmentComponent.blockDoctorForRx(AssignmentComponent.java:110) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.AssignmentComponent$$FastClassBySpringCGLIB$$6f691535.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.AssignmentComponent$$EnhancerBySpringCGLIB$$2f9f93d9.blockDoctorForRx(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.PrescriptionComponent.acceptRxAndInitiatePatientCalling(PrescriptionComponent.java:2892) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.PrescriptionComponent$$FastClassBySpringCGLIB$$d26c9148.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.PrescriptionComponent$$EnhancerBySpringCGLIB$$9d42abf2.acceptRxAndInitiatePatientCalling(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.resource.v1.PrescriptionService.acceptRxAndInitiatePatientCalling(PrescriptionService.java:969) ~[classes!/:0.0.1-SNAPSHOT]
	at sun.reflect.GeneratedMethodAccessor1136.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_504]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_504]
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at com.myrx.onerx.service.filters.CorsFilter.doFilter(CorsFilter.java:71) ~[classes!/:0.0.1-SNAPSHOT]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.3.0.RELEASE.jar!/:2.3.0.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:21.518 [ERROR] [http-nio-10000-exec-5]  GenericExceptionMapper - mapping error to HTTP response
com.myrx.onerx.common.exception.model.SystemException: The prescription is already accepted by another doctor. Please ignore.
	at com.myrx.onerx.service.repository.SchedulerServiceRespository.blockDoctorForRx(SchedulerServiceRespository.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.SchedulerServiceRespository$$FastClassBySpringCGLIB$$8911f7c3.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.SchedulerServiceRespository$$EnhancerBySpringCGLIB$$75d350f0.blockDoctorForRx(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.AssignmentComponent.blockDoctorForRx(AssignmentComponent.java:110) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.AssignmentComponent$$FastClassBySpringCGLIB$$6f691535.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.AssignmentComponent$$EnhancerBySpringCGLIB$$2f9f93d9.blockDoctorForRx(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.PrescriptionComponent.acceptRxAndInitiatePatientCalling(PrescriptionComponent.java:2892) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.PrescriptionComponent$$FastClassBySpringCGLIB$$d26c9148.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.PrescriptionComponent$$EnhancerBySpringCGLIB$$9d42abf2.acceptRxAndInitiatePatientCalling(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.resource.v1.PrescriptionService.acceptRxAndInitiatePatientCalling(PrescriptionService.java:969) ~[classes!/:0.0.1-SNAPSHOT]
	at sun.reflect.GeneratedMethodAccessor1136.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_504]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_504]
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.30.1.jar!/:?]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at com.myrx.onerx.service.filters.CorsFilter.doFilter(CorsFilter.java:71) ~[classes!/:0.0.1-SNAPSHOT]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.3.0.RELEASE.jar!/:2.3.0.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:21.642 [INFO ] [http-nio-10000-exec-9]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "b04de0bf-5b68-44f1-823e-2fb1ec6086cd"}}
2026-09-23 16:33:21.643 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:33:21.643 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Sending order status webhook for rx with id 48df9ff0-6f95-4004-bd93-65fdd85529c9 for vendor apple
2026-09-23 16:33:21.644 [INFO ] [webhook-353]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=b7PZK4P/hhPNXnMZKTx1ADtDjF6bEx0/NEZDmkCM6EQ=)
2026-09-23 16:33:21.829 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:21.834 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:33:22.049 [ERROR] [webhook-353]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:33:22.049 [ERROR] [webhook-353]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:33:22.049 [ERROR] [webhook-353]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:22.668 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 52.23.177.192
2026-09-23 16:33:22.671 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065563456856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=benadryl, composition=benadryl, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:33:22.671 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065563456856
2026-09-23 16:33:31.493 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 52.23.177.192
2026-09-23 16:33:31.496 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065566856, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=benadryl, composition=benadryl, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:33:31.496 [INFO ] [http-nio-10000-exec-10]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065566856
2026-09-23 16:33:31.507 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Processing create a draft prescription request. (patientId=82a356aa-ed60-4b4b-add6-6169812ab2b6, orderId =order_Hema_Apple_9065566856, vendorId=apple)
2026-09-23 16:33:31.530 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = e983ccab-5903-49ef-82ba-0a1266448128, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863, a30e56aa-2f54-48dd-90af-f5330e25108f] 
2026-09-23 16:33:31.531 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:33:31.544 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:31.544 [INFO ] [async-5010]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065566856 
2026-09-23 16:33:31.547 [ERROR] [async-5011]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:31.547 [ERROR] [async-5011]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, benadryl], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:33:33.516 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Accept order and start calling request for prescription e983ccab-5903-49ef-82ba-0a1266448128 by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:33:33.627 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =e983ccab-5903-49ef-82ba-0a1266448128, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription e983ccab-5903-49ef-82ba-0a1266448128.
2026-09-23 16:33:33.631 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:33:33.639 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:33.639 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:33:33.639 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:33:33.759 [INFO ] [http-nio-10000-exec-3]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "cdc390b9-e8f1-4b85-b3cf-e05ad17703b6"}}
2026-09-23 16:33:33.760 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:33:33.760 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Sending order status webhook for rx with id e983ccab-5903-49ef-82ba-0a1266448128 for vendor apple
2026-09-23 16:33:33.761 [INFO ] [webhook-354]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=AJLiZ9g3hOB5Gf/HBxFE0PvZ/RhC+arha6JF9SntzSg=)
2026-09-23 16:33:33.872 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:33.874 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:33:34.147 [ERROR] [webhook-354]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:33:34.147 [ERROR] [webhook-354]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:33:34.148 [ERROR] [webhook-354]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:33:34.206 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:33:36.445 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:33:36.448 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:33:36.530 [DEBUG] [http-nio-10000-exec-9]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=3vbx01fv] closed with CloseStatus[code=1001, reason=null]
2026-09-23 16:33:36.530 [DEBUG] [http-nio-10000-exec-9]  SubProtocolWebSocketHandler - Clearing session 3vbx01fv
2026-09-23 16:33:36.531 [INFO ] [http-nio-10000-exec-9]  WebSocketConfig - Doctor with username 31e68a70-cbb1-4a3f-84bc-a365504fc8ec disconnected
2026-09-23 16:33:36.532 [DEBUG] [clientOutboundChannel-304]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, simpSessionId=3vbx01fv}], simpUser=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, simpSessionId=3vbx01fv}]
2026-09-23 16:33:37.412 [DEBUG] [http-nio-10000-exec-7]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:33:37.412 [DEBUG] [http-nio-10000-exec-7]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790161417268
2026-09-23 16:33:37.577 [DEBUG] [http-nio-10000-exec-8]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:33:37.577 [DEBUG] [http-nio-10000-exec-8]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/377/0rooqssg/websocket
2026-09-23 16:33:37.577 [INFO ] [http-nio-10000-exec-8]  UserHandshakeHandler - User determined. userId = 31e68a70-cbb1-4a3f-84bc-a365504fc8ec
2026-09-23 16:33:37.579 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=0rooqssg]
2026-09-23 16:33:37.626 [ERROR] [http-nio-10000-exec-4]  WebSocketConfig - Doctor with username 31e68a70-cbb1-4a3f-84bc-a365504fc8ec connected
2026-09-23 16:33:44.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:33:44.359 [DEBUG] [MessageBroker-5]  DefaultSockJsService - Closed 1 sessions: [3vbx01fv]
2026-09-23 16:34:04.206 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:34:14.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:34:34.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:34:44.208 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:35:04.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:35:14.206 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:35:15.839 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for e983ccab-5903-49ef-82ba-0a1266448128, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 16:35:15.849 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = e983ccab-5903-49ef-82ba-0a1266448128, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription e983ccab-5903-49ef-82ba-0a1266448128 and added back to pool.
2026-09-23 16:35:15.854 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = e983ccab-5903-49ef-82ba-0a1266448128
2026-09-23 16:35:18.416 [INFO ] [async-5037]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:35:18.419 [INFO ] [async-5037]  DoctorFraudComponent - Fraud capture uploaded.(captureId=114, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=e983ccab-5903-49ef-82ba-0a1266448128, stage=REJECT)
2026-09-23 16:35:26.363 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for e983ccab-5903-49ef-82ba-0a1266448128, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 16:35:26.364 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = e983ccab-5903-49ef-82ba-0a1266448128
2026-09-23 16:35:27.916 [INFO ] [async-5038]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:35:27.919 [INFO ] [async-5038]  DoctorFraudComponent - Fraud capture uploaded.(captureId=115, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=e983ccab-5903-49ef-82ba-0a1266448128, stage=REJECT)
2026-09-23 16:35:34.206 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:35:43.259 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:35:43.262 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=20aa5bab-dee2-458d-8ba5-d4d213572aa6, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:35:44.206 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:35:44.445 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:35:44.451 [ERROR] [http-nio-10000-exec-2]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:35:44.452 [ERROR] [http-nio-10000-exec-2]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:35:54.464 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:35:54.466 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=deepimpactai)
2026-09-23 16:35:54.472 [ERROR] [http-nio-10000-exec-8]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:35:54.473 [ERROR] [http-nio-10000-exec-8]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:36:02.374 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=8ee6b6dc-2283-4c69-8727-0872b1526ec8, rxId=48df9ff0-6f95-4004-bd93-65fdd85529c9, vendorId=apple)
2026-09-23 16:36:02.383 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 48df9ff0-6f95-4004-bd93-65fdd85529c9
2026-09-23 16:36:04.207 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:36:04.627 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:36:04.638 [ERROR] [http-nio-10000-exec-8]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:36:04.638 [ERROR] [http-nio-10000-exec-8]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:36:04.806 [INFO ] [webhook-355]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 16:36:04.813 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:36:04.814 [INFO ] [webhook-356]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=b7PZK4P/hhPNXnMZKTx1ADtDjF6bEx0/NEZDmkCM6EQ=)
2026-09-23 16:36:04.827 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, vendor = apple prescriptionId = 48df9ff0-6f95-4004-bd93-65fdd85529c9, message = Doctor 31e68a70-cbb1-4a3f-84bc-a365504fc8ec released from prescription 48df9ff0-6f95-4004-bd93-65fdd85529c9 and added back to pool.
2026-09-23 16:36:04.828 [INFO ] [http-nio-10000-exec-9]  PrescriptionService - Prescription approved and successfully.(doctorId=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, rxId=48df9ff0-6f95-4004-bd93-65fdd85529c9, vendorId=apple)
2026-09-23 16:36:05.226 [INFO ] [async-5048]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:36:05.229 [INFO ] [async-5048]  DoctorFraudComponent - Fraud capture uploaded.(captureId=116, doctorId=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, rxId=48df9ff0-6f95-4004-bd93-65fdd85529c9, stage=APPROVE)
2026-09-23 16:36:05.233 [ERROR] [webhook-356]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:36:05.233 [ERROR] [webhook-356]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:36:05.233 [ERROR] [webhook-356]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:36:05.316 [ERROR] [webhook-355]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:36:05.317 [ERROR] [webhook-355]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:36:05.320 [ERROR] [webhook-355]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error. ResponseBody : <!-- Tip: Set the Accept header to application/json to get errors in JSON format. -->
<!DOCTYPE html>
<html>
<head>
    <title>Error: Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found - Webhook.site</title>
    <link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding: 50px">
    <div class="row">
        <div class="col-sm-12 text-center">
            <h1><img src="/icon.png" alt="Webhook.site Logo" style="width:40px; margin-top: -5px">
                Webhook.site Error</h1>

            <p class="lead">Token &quot;c3cc7447-063b-486e-adff-f9fecb31b5ff&quot; not found</p>
        </div>
    </div>
    <div class="row">
        <div class="col-sm-4 col-sm-offset-4 text-center">
                            <p>
                                The URL was deleted, or expired automatically.<br>
        To avoid URLs expiring automatically, you can
        upgrade to a Webhook.site subscription.
        <br><br>
        <a class="btn btn-lg btn-success" href="/register">Upgrade Now</a>
                    </p>
                    </div>
    </div>
    <div class="row" style="margin-top: 40px">
        <div class="col-sm-12 text-center">
            <p class="small"><a class="btn btn-link btn-sm" href="/">
                    <i class="bi-house-fill"></i> Home</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/control-panel">
                    <i class="bi-gear-fill"></i> Control Panel</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/register">
                    <i class="bi-person-add"></i> Create Account</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="https://support.webhook.site">
                    <i class="bi-question-circle"></i> Contact Support</a>
                &emsp;
                <a class="btn btn-link btn-sm" href="/login">
                    <i class="bi-door-open-fill"></i> Login</a></p>
            <br>
        </div>
    </div>
</div>
</body>
</html>

	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadPrescriptionWebhookWithRetries(WebhookAdapter.java:291) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadPrescriptionWebhookWithRetries$42991e35$1(WebhookAdapter.java:256) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadPrescriptionWebhookWithRetries(WebhookAdapter.java:252) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendUploadPrescriptionWebhook(WebhookComponent.java:236) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadPrescriptionWebhookWithRetries$2(WebhookComponent.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:36:11.207 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:36:11.219 [ERROR] [http-nio-10000-exec-7]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:36:11.221 [ERROR] [http-nio-10000-exec-7]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:36:14.204 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = dd6bf10d-a72b-497b-9b20-44677cac3cdc
2026-09-23 16:36:26.650 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:36:26.659 [ERROR] [http-nio-10000-exec-2]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:36:26.660 [ERROR] [http-nio-10000-exec-2]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:36:31.172 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:36:31.179 [ERROR] [http-nio-10000-exec-6]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:36:31.180 [ERROR] [http-nio-10000-exec-6]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:36:34.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:36:41.870 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - Transport error in WebSocketServerSockJsSession[id=0rooqssg]
java.io.EOFException: null
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1141) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148) [tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:36:41.871 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=0rooqssg] closed with CloseStatus[code=1006, reason=null]
2026-09-23 16:36:41.871 [DEBUG] [http-nio-10000-exec-2]  SubProtocolWebSocketHandler - Clearing session 0rooqssg
2026-09-23 16:36:41.872 [INFO ] [http-nio-10000-exec-2]  WebSocketConfig - Doctor with username 31e68a70-cbb1-4a3f-84bc-a365504fc8ec disconnected
2026-09-23 16:36:41.873 [DEBUG] [clientOutboundChannel-306]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, simpSessionId=0rooqssg}], simpUser=31e68a70-cbb1-4a3f-84bc-a365504fc8ec, simpSessionId=0rooqssg}]
2026-09-23 16:36:49.359 [DEBUG] [MessageBroker-4]  DefaultSockJsService - Closed 1 sessions: [0rooqssg]
2026-09-23 16:37:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:07:00Z
2026-09-23 16:37:00.003 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:07:00.003Z
2026-09-23 16:37:04.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = d5f323d4-9308-4a30-8450-dca852c45f76
2026-09-23 16:37:04.231 [INFO ] [async-5054]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:37:04.233 [INFO ] [webhook-357]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=Gi2RprSH4dS4cVU/IcqKjxpF69bfI+0lwJosrWILdCc=)
2026-09-23 16:37:04.531 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248, 34.232.9.233
2026-09-23 16:37:04.534 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_Hema_Apple_9065556, shipmentCode=null, pharmacyId=null, orderTimeMillis=173920189808954, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Swagat_Apple), patients=[Patient(name= Navya, gender=Female, age=21, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=889f90a5-0b57-4439-ba22-9bfb6c09c3e9mdn, name=suhagra, composition=suhagra, type=, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null), OrderedMedicine(id=379136, name=dolo, composition=dolo, type=Tablet, quantity=1, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:37:04.534 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_Hema_Apple_9065556
2026-09-23 16:37:04.541 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create a draft prescription request. (patientId=82a356aa-ed60-4b4b-add6-6169812ab2b6, orderId =order_Hema_Apple_9065556, vendorId=apple)
2026-09-23 16:37:04.561 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, doctroIds = [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36, e4d8d5ff-a373-441b-8298-691195044519, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 457a1caf-cda5-470f-ba02-4158bc3dce5a, dd0d6009-3475-4889-a13b-b6e460ce1c9d, e45ac7eb-883d-428e-bd49-0bd52f308c81, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 4d7de55f-eff4-4317-b858-48e2a85ea140, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 3e894ee1-f350-4439-85da-1c80995f0275, 39ec476a-13cd-4e74-8de3-180ca80742b1, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, 8176c168-7d89-4584-aab4-caf5adf0b863, a30e56aa-2f54-48dd-90af-f5330e25108f, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec] 
2026-09-23 16:37:04.561 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Available doctorIds [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36] for prescriptionId
2026-09-23 16:37:04.572 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:37:04.572 [INFO ] [async-5057]  Msg91Repository - send whatsapp contact list is empty for orderId order_Hema_Apple_9065556 
2026-09-23 16:37:04.575 [ERROR] [async-5058]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:37:04.575 [ERROR] [async-5058]  MedicineServiceRepository - Medicine prefetch failed. medications = [dolo, suhagra], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:37:08.170 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Accept order and start calling request for prescription 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c by doctor a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:37:08.260 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId =0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f blocked and remaining doctors unblocked for prescription 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c.
2026-09-23 16:37:08.264 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Notified doctor ids : [09714fd8-5a95-4716-8dff-475b3b61b5ac, 13a2ddb1-b7b1-4ad6-975c-718fa3f96b14, 2825643e-7a47-4caa-be13-e8cfefcda9a7, 3165233f-9bed-4145-aad7-d965c0cf08d4, bb5f7e73-a448-4163-84ef-23407417243b, b50a39fc-3c8e-468c-8411-a8487f8d1b0e, d451cbff-ce43-49a5-a291-6af8e8b2bb39, 822d7b87-9103-4567-a9ca-18c78804ed5e, c4bee5d3-c8c9-4edb-94bb-7df9c0cd6519, 75f34b85-59d1-49f5-891a-6afa885c761f, 3d4904a8-42ff-426f-9f34-1012e04ef101, 96866fb2-eb40-416b-aece-df4070977801, 62d4ac81-7397-4b2b-9769-7323e437b9db, 8075d3e9-bc1a-45ab-8b38-c5b4635030a7, ecb88117-c9aa-4e3f-b69f-0a99cef1b027, 522b63bd-2a5a-4ff4-b437-cd2cc20ee69a, 08a2f3a8-02cf-4fef-811b-b4e53a8c4661, c7239273-ee8c-4028-acec-9961865aaa87, 8eb52b29-3a56-41c9-80cb-90f9d895de79, 46f27f59-d234-49be-af92-0005cb4b071e, 33d2c433-330d-405c-8de2-eb6bda8ba96f, e7887c34-73a9-4b1c-bef9-b5f1485f8eeb, e73aab23-3ad2-4699-a2f0-9557af686cb4, 5e1e5fad-2f52-4c27-89ea-46ab93c11738, f09c145c-7044-4e5e-9299-0a3cb1284913, 39ec476a-13cd-4e74-8de3-180ca80742b1, ac60c496-1e82-40cd-b423-ac42be78fc8f, 11e8e430-9e0f-4210-90d4-3843aab62348, 105bfddf-a2ad-44c0-87a8-b25c427cb3c3, fbbf6d51-b551-4c7c-b5ff-a59b899c1f69, 41d6a435-4d38-4d1d-8d9f-5e930cce6286, 656c5f52-74c9-44a3-87eb-a91376c56b3b, bc3162b7-9ffa-4a43-866b-3836abaabe08, 3bdc0f69-d02a-49c3-865f-86cf9ba1d37e, b64e2d00-4e74-4749-a090-3e7463a6727b, 73c8d9cc-9aaa-4ec9-a2de-a6858fc2f8ed, 47454091-3a36-41fd-934d-6d5fd72026be, 293c3048-4d03-4e7f-b100-3494f5010dae, 6f2dbb18-8c8c-4e5f-bc6c-956afe9259cc, c835c8e5-05e9-41da-8f7a-b352e564dedb, 0686aeb7-ba39-4a9d-b4fe-435071b17bde, 0a786630-32e7-4492-9e41-e951f2d17341, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, df452daa-a773-4807-83a5-f7b3aaef63e2, eda5e090-09da-4622-a19c-3de4220dd7d4, e7be1951-9d7f-40b7-a925-e25844ee983c, 3e894ee1-f350-4439-85da-1c80995f0275, 144bffb5-5e1b-42e5-adc8-38cc6b297a46, c0d18b74-ea83-4c91-a973-527f8bc83160, 56d59393-a891-4113-82a9-6d87b43c2111, 7bb28ae8-6357-4f5f-912b-ab45d09f7af0, f1ad89fe-adfe-4135-9f1b-506d5be069cd, 0032f302-fef4-4ac2-87b4-7216d31f8511, e11dc28d-8133-4b76-aee6-4bae16f13d9a, a67f9f22-db90-4db5-8624-7df13bc26614, e4d8d5ff-a373-441b-8298-691195044519, 2d46abfd-985b-4a1a-9737-d64ee071e546, 633cbfd2-3863-46c2-a566-60f64507f31b, 99c08df8-fb18-493f-848e-06581ebbf0bc, 9bd5a30e-3e36-4d4f-9d91-393ad63e6e8e, 8176c168-7d89-4584-aab4-caf5adf0b863, 89584b83-1404-4d5b-bb7c-4f825ec61e19, d4ba5670-3848-4809-aff8-feddb2425798, 6dd1b3d5-9cb5-4f95-af18-9929381ece01, 31e68a70-cbb1-4a3f-84bc-a365504fc8ec, 0fa017b7-402b-49e8-b4ca-5712e358c761, 7829a85e-1733-4deb-8dfe-999953754acd, f5bdbb1a-2f07-4661-bb89-aff2fc3f422f, 061b10ff-05e2-48ee-82b9-1a52d0ba2c04, d1c1740b-c5e0-4530-abde-be160fab44d4, d5f89ca9-3dbf-4f81-8130-7c4f47045b2a, 1ad33a8f-906b-41bb-ae18-81085eb9cb3b, 457a1caf-cda5-470f-ba02-4158bc3dce5a, c01bf724-bf8a-495c-8081-ddd850b7fed7, f0ea90bf-29d8-43e1-86c9-1f8509ca7291, 53d7a2a3-e692-4daf-a0bf-02876aec23b2, c5e1662d-e055-47ef-a60c-367c491271d4, c5487157-1925-4ea9-a73e-0140e23bfa34, 5c67aa63-4b01-44fe-a7a5-eaa308b185b9, 824a0549-4874-4a49-a9e7-1cd8f9c9789c, 3ee97b8a-f202-42a1-b2f8-1fe6ec322f5c, 1f20ecf1-1a3e-4438-85d7-44d83ef1ff2c, 552c37eb-0c0e-4541-a9e5-af26feb4300f, 6f56d0aa-8173-45c5-bb26-369c82d840cd, c122b85d-6e94-4794-89e2-c70c1a7ee93d, 114f2395-4800-473b-a3b6-d59947b75e6a, 02f5094a-82cb-4e6f-b346-f65d1975d2de, 304e859f-ee82-4b1e-9ecd-eb9de2a02689, 35e4d3ae-4d4d-4c27-84fa-3f44746bde38, 9851e009-b4c6-4d89-941c-12d3228f649c, e4d6445b-d7bf-49ea-9486-1a3bcffbf768, 4fea02b7-2596-4107-8058-fe3d12829769, 88197a4f-29b3-4997-822f-e8b316c82e79, ce4baf87-96bc-479a-a2bc-8251682bc650, 8bb12075-84bc-4212-ab84-48cb22da2a66, 9dd30a93-4a2f-44ad-acbb-cbd4ad463e3b, ead144fe-812c-461c-b62d-e543eb975392, 7f2b06d9-9254-4a32-a418-ae99661dfaeb, a936524b-78ff-47e5-b1af-4c1d8bb2120c, 5e9c711f-2bf9-41f0-afbb-50d0258dd5fb, e45ac7eb-883d-428e-bd49-0bd52f308c81, 86aaee72-060e-4a8a-a7ff-9da3b6aea109, a57fec11-4848-4bf1-a57f-ca4b7f667102, e5ada07a-5d28-4705-8960-c99e76ee9bec, 60126249-322e-473e-9aa8-16d37b3c9f08, 4e4e5404-4038-439d-a849-c1ece7ff6239, 3d258ce4-397b-41f4-a6e8-91e489556022, e5cabb84-32ca-47dd-91b2-aadd36c7ca10, f09c0039-b9e9-4531-8cf6-14a6eb82d247, 0e6a7bb8-7e94-4213-88b8-3575d7d49ed1, aaa98ec3-81bd-4142-8147-85d73549076d, d3f3f75b-53ee-48cb-8cb3-7e590aaaff91, 1ba81d4e-0ebd-4c5f-9cfd-096b594a40bc, e377a581-cbae-4014-9a0a-d26da94153b7, ead16737-ce26-4dea-965e-de703e454d40, 4d7de55f-eff4-4317-b858-48e2a85ea140, dd0d6009-3475-4889-a13b-b6e460ce1c9d, 1a128cdd-f533-4490-a933-498694df9d1d, 3b46ea5a-b664-4b38-aab3-de753ec5efdc, a30e56aa-2f54-48dd-90af-f5330e25108f, 0589fa81-08e9-497f-8184-0957a4532845, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 04d55c3e-4613-47c9-a70e-58251ce4ea8e, 24f4d6d3-46fb-498f-a4ff-f32a48cd9886, a2363b45-0dad-437c-b674-4527b53ac370, f270ab7b-3932-4fe6-931a-5911f7a1c6f4, fb5793ba-607d-4cfd-ba40-a6952ee4934b, 649cf477-de04-46ec-86a7-1bd6318f34f2, e4fc64bd-897a-4a93-8c7b-c7e139bfe284, e9a30c2c-c8f9-4d0d-82d7-7167a975685d, 65553502-2eec-476a-9c8a-43e2082c96cd, 3d7367e5-2596-4834-92f7-3f5a887c8427, 025d4621-a9f8-4f74-8970-a86225cf769d, 2cd23a1d-b29b-4ab3-9735-c8ce69850710, 4d8f6474-93f1-4842-ab7d-e01af845af86, 4c43cd07-b16e-4aae-b18e-fb083d044e09, 854c8a3f-f268-41aa-ab90-1aaf5c6cada1, 1f6dfd99-4418-4b5d-9ad8-a73f6b4af60b, b022bfcf-1e20-4abe-978f-6effcb2b33c5, ee301ca8-9ba5-4de5-8746-6de1c77e13c2, 71ae1693-1201-4862-9baf-43a8a76b30e7, cac862c0-0b1a-4a60-8d5a-eeeb2c2393dd, b6a65ab5-83f6-45c3-996b-1e130355c054, c17cfdb9-97f9-4d4e-a259-07a0fdd6d39a, aa74d9e5-6e18-465f-97e8-cfbcbc5c64da, 512f68af-1032-4dab-8c54-53b1a131ff40, 42e9c655-9112-483f-a12f-3bd5d17ff566, 05472ee9-a6fd-40fc-890e-b9a52363c0ba, 5e169dca-fa9f-452d-b4a2-7b82ca03af26, 90a85f7c-5096-4a33-a14d-7501714375f5, 745f46ab-2d73-4acf-910b-c1cac85ccfba, f1635b4f-1e2d-4f41-93ba-f84933496fe1, 16182d21-c965-4a94-96d7-28defddb5254, 5913bc2f-7ec8-4bdc-9c44-ced5a2fff5e9, 62eaaa17-fc88-4a87-bf75-2bebb96c393d, cd440ba2-b5be-42e4-8c05-ce8c11d739d8, 6ced8e2d-9c82-4b7d-b043-43c33dc39be4, 9f5255fd-f524-4d4a-9837-f4840f1a3e36]
2026-09-23 16:37:08.271 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:37:08.271 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:37:08.271 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 16:37:08.378 [INFO ] [http-nio-10000-exec-1]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "ba09705d-0804-489d-a2c3-1a3bdb68220d"}}
2026-09-23 16:37:08.379 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 16:37:08.379 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c for vendor apple
2026-09-23 16:37:08.380 [INFO ] [webhook-358]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=5EE/BEjYi2q2f25I5mD385Vr17wFKnZhYRqFm7GslyM=)
2026-09-23 16:37:08.478 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:37:08.481 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:37:08.674 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:37:08.679 [ERROR] [http-nio-10000-exec-5]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:37:08.680 [ERROR] [http-nio-10000-exec-5]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:37:08.750 [ERROR] [webhook-358]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 16:37:08.750 [ERROR] [webhook-358]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 16:37:08.750 [ERROR] [webhook-358]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 404 error.
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doSendPrescriptionWebhookWithRetries(WebhookAdapter.java:227) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$sendPrescriptionWebhookWithRetries$9d7be9fe$1(WebhookAdapter.java:164) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.sendPrescriptionWebhookWithRetries(WebhookAdapter.java:160) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.sendPrescriptionWebhookWithRetries(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.sendPrescriptionWebhook(WebhookComponent.java:156) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$processPrescriptionWebhookRequest$0(WebhookComponent.java:113) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:37:17.956 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:37:17.961 [ERROR] [http-nio-10000-exec-9]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:37:17.962 [ERROR] [http-nio-10000-exec-9]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:37:37.249 [INFO ] [http-nio-10000-exec-2]  VendorComponent - Fetching vendor details. (vendor=Akidha)
2026-09-23 16:38:45.213 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:38:45.217 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=8f5c8dd5-88c3-4ed0-b739-5693fc17ebd7, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:39:32.215 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:39:32.229 [ERROR] [http-nio-10000-exec-9]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:39:32.230 [ERROR] [http-nio-10000-exec-9]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:40:15.999 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 52.68.30.98
2026-09-23 16:40:16.009 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=2001766-1790161815167, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790161815167, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=prac test), patients=[Patient(name=prac test, gender=Female, age=22, complains=[], diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=01K47DS92JGR4BX469AF1YQPP1, name=Telma Beta AM 5/40/50mg Tablet 10s, composition=Amlodipine 5mg + Metoprolol Succinate 47.5mg (Metoprolol Tartrate 50mg) + Telmisartan 40mg, type=Tablet, quantity=10, preference=null, dosage=null, days=null, frequency=null, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=01K47DS92JGR4BX469AF1YQPP1, chronic=true)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=AkidhaOrderId, value=2001766), CustomAttrbute(key=Source, value=akidha), CustomAttrbute(key=PaymentMethod, value=CASH)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:40:16.010 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 2001766-1790161815167
2026-09-23 16:40:16.028 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create a draft prescription request. (patientId=da223141-9fc2-40e2-bb16-ee68989ac5e1, orderId =2001766-1790161815167, vendorId=Akidha)
2026-09-23 16:40:16.057 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = Akidha prescriptionId = 70eadce0-dd1d-48e9-ab85-af093e5f2d21, doctroIds = [3f781a46-50d0-4d06-ac0d-792b04448c30] 
2026-09-23 16:40:16.057 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Available doctorIds [3f781a46-50d0-4d06-ac0d-792b04448c30] for prescriptionId
2026-09-23 16:40:16.059 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor Akidha 
2026-09-23 16:40:16.059 [INFO ] [async-5061]  Msg91Repository - send whatsapp contact list is empty for orderId 2001766-1790161815167 
2026-09-23 16:40:16.064 [ERROR] [async-5062]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:40:16.064 [ERROR] [async-5062]  MedicineServiceRepository - Medicine prefetch failed. medications = [Telma Beta AM 5/40/50mg Tablet 10s], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:40:44.212 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 70eadce0-dd1d-48e9-ab85-af093e5f2d21, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:40:52.068 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Hormonal Medicine, consultationChecklist=null)
2026-09-23 16:40:52.080 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = a30e56aa-2f54-48dd-90af-f5330e25108f, vendor = apple prescriptionId = 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, message = Doctor a30e56aa-2f54-48dd-90af-f5330e25108f released from prescription 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c and added back to pool.
2026-09-23 16:40:52.087 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c
2026-09-23 16:40:54.130 [INFO ] [async-5066]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:40:54.134 [INFO ] [async-5066]  DoctorFraudComponent - Fraud capture uploaded.(captureId=117, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, stage=REJECT)
2026-09-23 16:41:02.324 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Hormonal Medicine, consultationChecklist=null)
2026-09-23 16:41:02.327 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c
2026-09-23 16:41:04.102 [INFO ] [async-5067]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:41:04.106 [INFO ] [async-5067]  DoctorFraudComponent - Fraud capture uploaded.(captureId=118, doctorId=a30e56aa-2f54-48dd-90af-f5330e25108f, rxId=0ceb93a9-10cd-4a25-9ffa-c3ab50a70b1c, stage=REJECT)
2026-09-23 16:41:12.036 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:41:12.043 [ERROR] [http-nio-10000-exec-9]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:41:12.044 [ERROR] [http-nio-10000-exec-9]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:41:14.207 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 70eadce0-dd1d-48e9-ab85-af093e5f2d21, vendor=null, doctors=[3f781a46-50d0-4d06-ac0d-792b04448c30]
2026-09-23 16:41:17.850 [INFO ] [MessageBroker-6]  WebSocketMessageBrokerStats - WebSocketSession[3 current WS(2)-HttpStream(1)-HttpPoll(0), 58 total, 0 closed abnormally (0 connect failure, 0 send limit, 13 transport error)], stompSubProtocol[processed CONNECT(55)-CONNECTED(55)-DISCONNECT(16)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 594], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1051], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 9, completed tasks = 17912]
2026-09-23 16:41:31.751 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Accept order and start calling request for prescription 70eadce0-dd1d-48e9-ab85-af093e5f2d21 by doctor 3f781a46-50d0-4d06-ac0d-792b04448c30
2026-09-23 16:41:31.776 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 3f781a46-50d0-4d06-ac0d-792b04448c30, vendor = Akidha prescriptionId =70eadce0-dd1d-48e9-ab85-af093e5f2d21, message = Doctor 3f781a46-50d0-4d06-ac0d-792b04448c30 blocked and remaining doctors unblocked for prescription 70eadce0-dd1d-48e9-ab85-af093e5f2d21.
2026-09-23 16:41:31.781 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Notified doctor ids : [3f781a46-50d0-4d06-ac0d-792b04448c30, 881122f8-c932-451a-a450-04a667a26f36]
2026-09-23 16:41:31.782 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - allow rx validation is set false for vendor Akidha 
2026-09-23 16:41:31.785 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initating 2 way calling for partner msg91
2026-09-23 16:41:31.785 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor 917316914513 is 917316914513
2026-09-23 16:41:31.785 [INFO ] [http-nio-10000-exec-5]  Msg91Repository - Call request for msg91:TwoWayCall(caller_id=917316914513, destination=917588483530, callback_url=https://uat.1rx.co.in/api/1rx/v1/webhooks/msg91/70eadce0-dd1d-48e9-ab85-af093e5f2d21)
2026-09-23 16:41:32.846 [INFO ] [http-nio-10000-exec-5]  Msg91Repository - Call Response : {"success": false, "message": "Plan Expired"}

2026-09-23 16:41:32.846 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 16:41:32.846 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Caller id selected for vendor Akidha is +918044135307
2026-09-23 16:41:32.966 [INFO ] [http-nio-10000-exec-5]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "7580de07-6910-4d85-ac74-07875a489aa3"}}
2026-09-23 16:41:32.969 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - No Authorization server configuration found for vendor Akidha
2026-09-23 16:41:32.969 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - Sending order status webhook for rx with id 70eadce0-dd1d-48e9-ab85-af093e5f2d21 for vendor Akidha
2026-09-23 16:41:32.971 [INFO ] [webhook-359]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=Akidha, url=https://rqvawgtpdjkwdbgftwxz.supabase.co/functions/v1/mx-inbound, order signature=KNvVNGcdLPJShs0dTId/P2pIl/jn0OX2ST/miGh8qcs=)
2026-09-23 16:41:33.138 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor Akidha 
2026-09-23 16:41:33.144 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:41:34.298 [WARN ] [webhook-359]  ResponseProcessCookies - Invalid cookie header: "set-cookie: __cf_bm=C89ihfpv6cq9DVsXXVkg9MaPWmJiw9ruNKR5jR7MXpg-1790161893.0115287-1.0.1.1-paxSz8.uHKjKYieaV0Bm3YU1VBsv0W4fQpzSeaB3sPYL8_ZKloduQ60upNVDsaZt5B3a_oOO.8LHLWtJByGz2QW8mxmYPXNdRrNkOSicLhspLaV1v9QKtAKlyPgCTdKR; HttpOnly; SameSite=None; Secure; Path=/; Domain=supabase.co; Expires=Wed, 23 Sep 2026 11:41:34 GMT". Invalid 'expires' attribute: Wed, 23 Sep 2026 11:41:34 GMT
2026-09-23 16:41:47.147 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:41:47.150 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=dc907e1d-0328-4716-ad50-377ae6a7bae3, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:41:54.793 [DEBUG] [http-nio-10000-exec-9]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=aqwbbtl2] closed with CloseStatus[code=1001, reason=null]
2026-09-23 16:41:54.793 [DEBUG] [http-nio-10000-exec-9]  SubProtocolWebSocketHandler - Clearing session aqwbbtl2
2026-09-23 16:41:54.793 [INFO ] [http-nio-10000-exec-9]  WebSocketConfig - Doctor with username a30e56aa-2f54-48dd-90af-f5330e25108f disconnected
2026-09-23 16:41:54.796 [DEBUG] [clientOutboundChannel-308]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=a30e56aa-2f54-48dd-90af-f5330e25108f, simpSessionId=aqwbbtl2}], simpUser=a30e56aa-2f54-48dd-90af-f5330e25108f, simpSessionId=aqwbbtl2}]
2026-09-23 16:42:00.001 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:12:00Z
2026-09-23 16:42:00.004 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:12:00.004Z
2026-09-23 16:42:04.359 [DEBUG] [MessageBroker-6]  DefaultSockJsService - Closed 1 sessions: [aqwbbtl2]
2026-09-23 16:42:25.634 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:42:25.638 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=128386, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790161945637, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Tester), patients=[Patient(name=Tester, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1076650, name=Parafast 1000mg Injection 100ml, composition=Paracetamol (Acetaminophen) 1000mg, type=Injection, quantity=1, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=false)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:42:25.651 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create a draft prescription request. (patientId=6ef23651-db6f-4530-b6c0-d94645f05873, orderId =128386, vendorId=platinumrx)
2026-09-23 16:42:25.678 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:42:25.678 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:42:25.679 [INFO ] [async-5073]  Msg91Repository - send whatsapp contact list is empty for orderId 128386 
2026-09-23 16:42:25.681 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 16:42:25.683 [ERROR] [async-5074]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:42:25.683 [ERROR] [async-5074]  MedicineServiceRepository - Medicine prefetch failed. medications = [Parafast 1000mg Injection 100ml], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:42:31.282 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:42:31.291 [ERROR] [http-nio-10000-exec-8]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:42:31.292 [ERROR] [http-nio-10000-exec-8]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:42:54.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:42:59.138 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:42:59.140 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received cancel request for order 128386
2026-09-23 16:42:59.147 [ERROR] [http-nio-10000-exec-3]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = null, vendor = platinumrx prescriptionId =b787cb76-86d9-4bff-8c1f-6bafcebdb714, message
2026-09-23 16:42:59.154 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:42:59.154 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Sending order status webhook for rx with id b787cb76-86d9-4bff-8c1f-6bafcebdb714 for vendor platinumrx
2026-09-23 16:42:59.156 [INFO ] [webhook-360]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update/callPatient, order signature=39wvEkGjxf+Og7vVf5mr+liSawSSC7v/LhMpwL8xPFw=)
2026-09-23 16:43:24.207 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:43:24.213 [INFO ] [async-5078]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:43:26.574 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:43:26.579 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=128387, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790162006579, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Tester), patients=[Patient(name=Tester, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1076650, name=Parafast 1000mg Injection 100ml, composition=Paracetamol (Acetaminophen) 1000mg, type=Injection, quantity=1, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=false)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:43:26.589 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=6ef23651-db6f-4530-b6c0-d94645f05873, orderId =128387, vendorId=platinumrx)
2026-09-23 16:43:26.609 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = a5c3cb85-e296-4da9-9001-e49aa5349f01, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:43:26.609 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:43:26.611 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 16:43:26.612 [INFO ] [async-5080]  Msg91Repository - send whatsapp contact list is empty for orderId 128387 
2026-09-23 16:43:26.617 [ERROR] [async-5081]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:43:26.617 [ERROR] [async-5081]  MedicineServiceRepository - Medicine prefetch failed. medications = [Parafast 1000mg Injection 100ml], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:43:54.209 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:43:54.213 [INFO ] [async-5082]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:43:54.216 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:44:24.209 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:44:24.213 [INFO ] [async-5086]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:44:24.216 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:44:40.295 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Processing create approved prescription request. (patientId=da223141-9fc2-40e2-bb16-ee68989ac5e1, rxId=70eadce0-dd1d-48e9-ab85-af093e5f2d21, vendorId=Akidha)
2026-09-23 16:44:40.315 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor Akidha
2026-09-23 16:44:40.946 [INFO ] [webhook-361]  WebhookAdapter - uploadOrderedPrescription: Webhook event fired. url:https://rqvawgtpdjkwdbgftwxz.supabase.co/functions/v1/mx-inbound 
2026-09-23 16:44:40.946 [INFO ] [webhook-362]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=Akidha, url=https://rqvawgtpdjkwdbgftwxz.supabase.co/functions/v1/mx-inbound, order signature=KNvVNGcdLPJShs0dTId/P2pIl/jn0OX2ST/miGh8qcs=)
2026-09-23 16:44:40.959 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 3f781a46-50d0-4d06-ac0d-792b04448c30, vendor = Akidha prescriptionId = 70eadce0-dd1d-48e9-ab85-af093e5f2d21, message = Doctor 3f781a46-50d0-4d06-ac0d-792b04448c30 released from prescription 70eadce0-dd1d-48e9-ab85-af093e5f2d21 and added back to pool.
2026-09-23 16:44:40.959 [INFO ] [http-nio-10000-exec-10]  PrescriptionService - Prescription approved and successfully.(doctorId=3f781a46-50d0-4d06-ac0d-792b04448c30, rxId=70eadce0-dd1d-48e9-ab85-af093e5f2d21, vendorId=Akidha)
2026-09-23 16:44:41.113 [WARN ] [webhook-362]  ResponseProcessCookies - Invalid cookie header: "set-cookie: __cf_bm=gEgtEiaaApCT8.iHyeQX0WYCAWQ_QRAKJzaCRhokkWM-1790162080.9650028-1.0.1.1-rNl8.KWmKGUa7L04rjrKKfsSCtoo9PMxUp9k80yy3PYiY4b_Q8ywKLp4FkiSRYIN5WUb1hBPkOPDA6hB4UN3.5UgyH21L3xuj950zbOkMc4zNDtdInJq4Akg9KR1.DXR; HttpOnly; SameSite=None; Secure; Path=/; Domain=supabase.co; Expires=Wed, 23 Sep 2026 11:44:41 GMT". Invalid 'expires' attribute: Wed, 23 Sep 2026 11:44:41 GMT
2026-09-23 16:44:41.343 [ERROR] [webhook-361]  WebhookAdapter - Webhook endpoint failed. (webhook=https://rqvawgtpdjkwdbgftwxz.supabase.co/functions/v1/mx-inbound)
2026-09-23 16:44:41.343 [ERROR] [webhook-361]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 16:44:41.344 [ERROR] [webhook-361]  WebhookComponent - Error while sending webhook for prescription.
com.myrx.onerx.common.exception.model.UserInputException: Webhook endpoint return 400 error. ResponseBody : {"status":"error","message":"Invalid JSON"}
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.handleOkHttpErrorResponse(WebhookAdapter.java:441) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.doUploadOrderedPrescription(WebhookAdapter.java:383) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.lambda$uploadOrderedPrescription$45b4f6fc$1(WebhookAdapter.java:328) ~[classes!/:0.0.1-SNAPSHOT]
	at io.github.resilience4j.bulkhead.Bulkhead.lambda$decorateCheckedSupplier$461fdbc9$1(Bulkhead.java:74) ~[resilience4j-bulkhead-1.7.1.jar!/:1.7.1]
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateCheckedSupplier$82a9021a$1(CircuitBreaker.java:73) ~[resilience4j-circuitbreaker-1.7.1.jar!/:1.7.1]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.executeWithResilience(WebhookAdapter.java:109) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter.uploadOrderedPrescription(WebhookAdapter.java:324) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$FastClassBySpringCGLIB$$24cfbd61.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.5.RELEASE.jar!/:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.repository.notification.WebhookAdapter$$EnhancerBySpringCGLIB$$b713fd0f.uploadOrderedPrescription(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.performUploadOrderedPrescription(WebhookComponent.java:414) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.WebhookComponent.lambda$uploadOrderedPrescription$6(WebhookComponent.java:366) ~[classes!/:0.0.1-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:44:49.169 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:44:49.174 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=e99f9caa-4eab-4950-be63-2330e67bcfae, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:44:49.175 [INFO ] [http-nio-10000-exec-9]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 16:44:54.209 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:44:54.213 [INFO ] [async-5090]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:44:54.218 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:45:24.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:45:24.210 [INFO ] [async-5094]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:45:24.214 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:45:54.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:45:54.210 [INFO ] [async-5098]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:45:54.214 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:45:57.143 [DEBUG] [http-nio-10000-exec-6]  LoggingWebSocketHandlerDecorator - Transport error in WebSocketServerSockJsSession[id=dvzoq3fe]
java.io.EOFException: null
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1141) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148) [tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:45:57.145 [DEBUG] [http-nio-10000-exec-6]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=dvzoq3fe] closed with CloseStatus[code=1006, reason=null]
2026-09-23 16:45:57.145 [DEBUG] [http-nio-10000-exec-6]  SubProtocolWebSocketHandler - Clearing session dvzoq3fe
2026-09-23 16:45:57.146 [INFO ] [http-nio-10000-exec-6]  WebSocketConfig - Doctor with username a51f49fb-3ee1-4d41-87ac-a1906582105c disconnected
2026-09-23 16:45:57.148 [DEBUG] [clientOutboundChannel-309]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=a51f49fb-3ee1-4d41-87ac-a1906582105c, simpSessionId=dvzoq3fe}], simpUser=a51f49fb-3ee1-4d41-87ac-a1906582105c, simpSessionId=dvzoq3fe}]
2026-09-23 16:46:04.359 [DEBUG] [MessageBroker-1]  DefaultSockJsService - Closed 1 sessions: [dvzoq3fe]
2026-09-23 16:46:24.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:46:24.209 [INFO ] [async-5102]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:46:24.213 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:46:54.209 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:46:54.212 [INFO ] [async-5106]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:46:54.217 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:46:54.219 [INFO ] [async-5107]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 16:47:00.000 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:17:00Z
2026-09-23 16:47:00.002 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:17:00.002Z
2026-09-23 16:47:24.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:47:24.209 [INFO ] [async-5110]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:47:24.213 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:47:51.224 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:47:51.228 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=01af7005-2d06-4740-bbd7-0395ce0fb0c2, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:47:54.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:47:54.209 [INFO ] [async-5114]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:47:54.213 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:48:24.209 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:48:24.218 [INFO ] [async-5118]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:48:24.221 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:48:54.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:48:54.211 [INFO ] [async-5122]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:48:54.215 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:49:24.209 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:49:24.215 [INFO ] [async-5126]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:49:24.219 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:49:54.205 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = b787cb76-86d9-4bff-8c1f-6bafcebdb714
2026-09-23 16:49:54.209 [INFO ] [async-5130]  PrescriptionComponent - Prescription cannot be cancelled. Prescription Status is Canceled
2026-09-23 16:49:54.214 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:50:21.046 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create approved prescription request. (patientId=d1a8973c-aeda-466c-b618-f7b767d8b128, rxId=09031282-744f-4a23-b650-1e7c2b25a299, vendorId=deepimpactai)
2026-09-23 16:50:21.057 [ERROR] [http-nio-10000-exec-3]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = a51f49fb-3ee1-4d41-87ac-a1906582105c, vendor = deepimpactai prescriptionId =09031282-744f-4a23-b650-1e7c2b25a299, message
2026-09-23 16:50:21.058 [ERROR] [http-nio-10000-exec-3]  PrescriptionService - UserInputException(errorCode=400)
2026-09-23 16:50:24.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:50:53.428 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:50:53.432 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=726cd3bd-fa09-4527-bfff-accf789c2f7f, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:50:54.206 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = a5c3cb85-e296-4da9-9001-e49aa5349f01
2026-09-23 16:50:54.226 [INFO ] [async-5138]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:50:54.230 [INFO ] [webhook-363]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=+0Eju5kg6+bR9WoN04CSpzLdQcoQ+5z/h4TC1hSA9QA=)
2026-09-23 16:52:00.001 [INFO ] [MessageBroker-5]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:22:00.001Z
2026-09-23 16:52:00.003 [INFO ] [MessageBroker-5]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:22:00.003Z
2026-09-23 16:53:37.231 [INFO ] [http-nio-10000-exec-6]  VendorComponent - Fetching vendor details. (vendor=Akidha)
2026-09-23 16:53:55.471 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:53:55.477 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=fb9787d8-980b-4c3a-890e-c6ccdbbdb6b8, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:54:41.238 [DEBUG] [http-nio-10000-exec-5]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:54:41.240 [DEBUG] [http-nio-10000-exec-5]  DefaultSockJsService - Processing transport request: POST http://uat.1rx.co.in/rx-websocket/474/w4ifwkyh/xhr_send?t=1790162680970
2026-09-23 16:54:41.263 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = 3f781a46-50d0-4d06-ac0d-792b04448c30, vendor = Akidha with message = Doctor 3f781a46-50d0-4d06-ac0d-792b04448c30 removed from vendor Akidha's pool.
2026-09-23 16:56:20.413 [DEBUG] [MessageBroker-6]  DisconnectedClient - Looks like the client has gone away: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe (For a full stack trace, set the log category 'org.springframework.web.socket.sockjs.DisconnectedClient' to TRACE level.)
2026-09-23 16:56:20.414 [DEBUG] [MessageBroker-6]  EventSourceTransportHandler$EventSourceStreamingSockJsSession - Closing SockJS session w4ifwkyh with CloseStatus[code=1011, reason=null]
2026-09-23 16:56:20.414 [DEBUG] [MessageBroker-6]  LoggingWebSocketHandlerDecorator - EventSourceStreamingSockJsSession[id=w4ifwkyh] closed with CloseStatus[code=1011, reason=null]
2026-09-23 16:56:20.414 [DEBUG] [MessageBroker-6]  SubProtocolWebSocketHandler - Clearing session w4ifwkyh
2026-09-23 16:56:20.415 [INFO ] [MessageBroker-6]  WebSocketConfig - Doctor with username null disconnected
2026-09-23 16:56:20.417 [DEBUG] [clientOutboundChannel-310]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpSessionId=w4ifwkyh}], simpSessionId=w4ifwkyh}]
2026-09-23 16:56:20.422 [WARN ] [http-nio-10000-exec-6]  DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class java.util.LinkedHashMap] with preset Content-Type 'text/event-stream;charset=UTF-8']
2026-09-23 16:56:26.777 [INFO ] [http-nio-10000-exec-10]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 16:56:26.783 [INFO ] [http-nio-10000-exec-10]  DoctorComponent - Processing create doctor. (doctor=Suhail, sahildhopte24@gmail.com)
2026-09-23 16:56:27.864 [INFO ] [http-nio-10000-exec-7]  FileStorageComponent - File uploaded successfully.
2026-09-23 16:56:29.359 [DEBUG] [MessageBroker-3]  DefaultSockJsService - Closed 1 sessions: [w4ifwkyh]
2026-09-23 16:56:57.396 [INFO ] [http-nio-10000-exec-5]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:56:57.400 [INFO ] [http-nio-10000-exec-5]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=797581a0-50c8-4cf1-b417-bbea8cc3c3ce, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:57:00.000 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T11:27:00Z
2026-09-23 16:57:00.003 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T11:27:00.003Z
2026-09-23 16:57:01.591 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:57:01.598 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=128392, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790162821598, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Tester), patients=[Patient(name=Tester, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1076650, name=Parafast 1000mg Injection 100ml, composition=Paracetamol (Acetaminophen) 1000mg, type=Injection, quantity=1, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=false)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:57:01.615 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create a draft prescription request. (patientId=6ef23651-db6f-4530-b6c0-d94645f05873, orderId =128392, vendorId=platinumrx)
2026-09-23 16:57:01.648 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:57:01.648 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:57:01.650 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 16:57:01.650 [INFO ] [async-5142]  Msg91Repository - send whatsapp contact list is empty for orderId 128392 
2026-09-23 16:57:01.655 [ERROR] [async-5143]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:57:01.654 [ERROR] [async-5143]  MedicineServiceRepository - Medicine prefetch failed. medications = [Parafast 1000mg Injection 100ml], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:57:34.209 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:57:37.397 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 16:57:37.398 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - getting skuOrder history
2026-09-23 16:57:38.035 [DEBUG] [http-nio-10000-exec-6]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:57:38.036 [DEBUG] [http-nio-10000-exec-6]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1790162857865
2026-09-23 16:57:38.135 [DEBUG] [http-nio-10000-exec-10]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@e0d9e3f
2026-09-23 16:57:38.136 [DEBUG] [http-nio-10000-exec-10]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/323/novz2gla/websocket
2026-09-23 16:57:38.136 [INFO ] [http-nio-10000-exec-10]  UserHandshakeHandler - User determined. userId = a30e56aa-2f54-48dd-90af-f5330e25108f
2026-09-23 16:57:38.138 [DEBUG] [http-nio-10000-exec-10]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=novz2gla]
2026-09-23 16:57:38.161 [ERROR] [http-nio-10000-exec-7]  WebSocketConfig - Doctor with username a30e56aa-2f54-48dd-90af-f5330e25108f connected
2026-09-23 16:57:45.085 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:57:45.088 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received cancel request for order 128392
2026-09-23 16:57:45.095 [ERROR] [http-nio-10000-exec-8]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = null, vendor = platinumrx prescriptionId =e09ba526-3a24-4f0c-b702-eeb13d2d5b14, message
2026-09-23 16:57:45.105 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 16:57:45.105 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id e09ba526-3a24-4f0c-b702-eeb13d2d5b14 for vendor platinumrx
2026-09-23 16:57:45.107 [INFO ] [webhook-364]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update/callPatient, order signature=N1mJov7qTw2tqyxxQ/CSin34tYSOkXg7BE4CGAa3B/s=)
2026-09-23 16:57:54.988 [DEBUG] [http-nio-10000-exec-5]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=novz2gla] closed with CloseStatus[code=1001, reason=null]
2026-09-23 16:57:54.988 [DEBUG] [http-nio-10000-exec-5]  SubProtocolWebSocketHandler - Clearing session novz2gla
2026-09-23 16:57:54.988 [INFO ] [http-nio-10000-exec-5]  WebSocketConfig - Doctor with username a30e56aa-2f54-48dd-90af-f5330e25108f disconnected
2026-09-23 16:57:54.989 [DEBUG] [clientOutboundChannel-312]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=a30e56aa-2f54-48dd-90af-f5330e25108f, simpSessionId=novz2gla}], simpUser=a30e56aa-2f54-48dd-90af-f5330e25108f, simpSessionId=novz2gla}]
2026-09-23 16:58:04.211 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:58:04.213 [INFO ] [async-5147]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:58:04.359 [DEBUG] [MessageBroker-5]  DefaultSockJsService - Closed 1 sessions: [novz2gla]
2026-09-23 16:58:11.238 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 16:58:11.243 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=128393, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790162891243, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Tester), patients=[Patient(name=Tester, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1076650, name=Parafast 1000mg Injection 100ml, composition=Paracetamol (Acetaminophen) 1000mg, type=Injection, quantity=1, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=false)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:58:11.249 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create a draft prescription request. (patientId=6ef23651-db6f-4530-b6c0-d94645f05873, orderId =128393, vendorId=platinumrx)
2026-09-23 16:58:11.267 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 621a1f1c-86e2-4a82-a8a8-728e679f0fa3, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 16:58:11.267 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 16:58:11.269 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 16:58:11.269 [INFO ] [async-5149]  Msg91Repository - send whatsapp contact list is empty for orderId 128393 
2026-09-23 16:58:11.273 [ERROR] [async-5150]  MedicineServiceRepository - Medicine prefetch failed. medications = [Parafast 1000mg Injection 100ml], code = 0, body = null
com.myrx.onerx.medicine.service.client.ApiException: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:842) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:822) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPostWithHttpInfo(MedicineServiceApi.java:401) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.medicine.service.client.api.MedicineServiceApi.prefetchMedicinesApiV1DrugsDosagePrefetchPost(MedicineServiceApi.java:389) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:51) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
Caused by: java.net.ConnectException: Failed to connect to /65.254.80.100:8111
	at com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:112) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponse(Call.java:286) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205) ~[okhttp-2.7.5.jar!/:?]
	at com.squareup.okhttp.Call.execute(Call.java:80) ~[okhttp-2.7.5.jar!/:?]
	at com.myrx.onerx.medicine.service.client.ApiClient.execute(ApiClient.java:838) ~[onerx-medicine-service-java-client-0.0.1-SNAPSHOT.jar!/:0.0.1-SNAPSHOT]
	... 17 more
2026-09-23 16:58:11.273 [ERROR] [async-5150]  SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(java.util.List) throws com.myrx.onerx.common.exception.model.SystemException
com.myrx.onerx.common.exception.model.SystemException: Error while prefetching medicines for dosage recommendation.
	at com.myrx.onerx.service.repository.MedicineServiceRepository.prefetchMedicines(MedicineServiceRepository.java:60) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.repository.MedicineServiceRepository$$FastClassBySpringCGLIB$$5750832b.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_504]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_504]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_504]
2026-09-23 16:58:34.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:58:34.210 [INFO ] [async-5151]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:58:44.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 621a1f1c-86e2-4a82-a8a8-728e679f0fa3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:59:04.207 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:59:04.210 [INFO ] [async-5155]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:59:14.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 621a1f1c-86e2-4a82-a8a8-728e679f0fa3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:59:34.209 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = e09ba526-3a24-4f0c-b702-eeb13d2d5b14, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:59:34.213 [INFO ] [async-5159]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-09-23 16:59:44.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 621a1f1c-86e2-4a82-a8a8-728e679f0fa3, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 16:59:59.663 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 16:59:59.668 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=ATORVASTATIN-20MG, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=e7917f58-9852-4634-a1b1-0f1e39ac6f9f, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null, chronic=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 16:59:59.668 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=amazon)
