2026-09-23 12:00:31.796 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:00:31.812 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:00:31.812 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:00:31.947 [INFO ] [http-nio-10000-exec-8]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "9a7f2fc7-f285-4060-be4c-57ec6681520f"}}
2026-09-23 12:00:31.950 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:00:31.950 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id 91307a61-127c-4dd8-a701-40d60e775b98 for vendor apple
2026-09-23 12:00:31.952 [INFO ] [webhook-192]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=lIFaSW2Q9SMBmanoQMxR+mfHulb7gWJPM/o+XDo3Z3w=)
2026-09-23 12:00:32.361 [ERROR] [webhook-192]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:00:32.361 [ERROR] [webhook-192]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:00:32.361 [ERROR] [webhook-192]  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 12:02:00.001 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:32:00.001Z
2026-09-23 12:02:00.005 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:32:00.005Z
2026-09-23 12:02:33.548 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:02:33.556 [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=b64c8490-368f-42e2-a8c5-0ef6285ef69b, 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 12:03:36.657 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 91307a61-127c-4dd8-a701-40d60e775b98, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 12:03:36.677 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = 91307a61-127c-4dd8-a701-40d60e775b98, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription 91307a61-127c-4dd8-a701-40d60e775b98 and added back to pool.
2026-09-23 12:03:36.687 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 91307a61-127c-4dd8-a701-40d60e775b98
2026-09-23 12:03:39.503 [INFO ] [async-2877]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:03:39.511 [INFO ] [async-2877]  DoctorFraudComponent - Fraud capture uploaded.(captureId=42, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=91307a61-127c-4dd8-a701-40d60e775b98, stage=REJECT)
2026-09-23 12:03:58.342 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 91307a61-127c-4dd8-a701-40d60e775b98, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Age Below 2 Years, consultationChecklist=null)
2026-09-23 12:03:58.345 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 91307a61-127c-4dd8-a701-40d60e775b98
2026-09-23 12:03:59.143 [INFO ] [async-2878]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:03:59.147 [INFO ] [async-2878]  DoctorFraudComponent - Fraud capture uploaded.(captureId=43, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=91307a61-127c-4dd8-a701-40d60e775b98, stage=REJECT)
2026-09-23 12:05:15.532 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:05:15.540 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545693, 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=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=azithromycin tablet, 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 12:05:15.540 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545693
2026-09-23 12:05:25.194 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:05:25.197 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545694, 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=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=azithromycin tablet, 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 12:05:25.197 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545694
2026-09-23 12:05:25.216 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create a draft prescription request. (patientId=5625980d-4e69-4fce-8dae-1768e5114e1e, orderId =order_vijay_Apple_9876545694, vendorId=apple)
2026-09-23 12:05:25.277 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 35031764-c7f8-44e8-8a42-59521bc88d55, 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] 
2026-09-23 12:05:25.277 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:05:25.294 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:05:25.294 [INFO ] [async-2880]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545694 
2026-09-23 12:05:25.297 [ERROR] [async-2881]  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 12:05:25.297 [ERROR] [async-2881]  MedicineServiceRepository - Medicine prefetch failed. medications = [Cetrizine, azithromycin tablet], 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 12:05:29.674 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Accept order and start calling request for prescription 35031764-c7f8-44e8-8a42-59521bc88d55 by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:05:29.787 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =35031764-c7f8-44e8-8a42-59521bc88d55, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription 35031764-c7f8-44e8-8a42-59521bc88d55.
2026-09-23 12:05:29.796 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:05:29.804 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:05:29.804 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:05:29.804 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:05:29.949 [INFO ] [http-nio-10000-exec-10]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "f29fff7e-bc72-4a27-914f-f51091df8148"}}
2026-09-23 12:05:29.950 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:05:29.950 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Sending order status webhook for rx with id 35031764-c7f8-44e8-8a42-59521bc88d55 for vendor apple
2026-09-23 12:05:29.952 [INFO ] [webhook-193]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=nJB46XMaBhMZ0Z/wDfEuLPP24wf/HJvBDLgk6K691fM=)
2026-09-23 12:05:30.093 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:05:30.095 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:05:30.821 [ERROR] [webhook-193]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:05:30.821 [ERROR] [webhook-193]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:05:30.821 [ERROR] [webhook-193]  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 12:05:35.820 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:05:35.825 [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=96c6d8ad-974d-425c-a475-699c93bb75a2, 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 12:06:17.391 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:06:17.397 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=E-128106-1, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790145377396, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=test), patients=[Patient(name=test, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1089589, name=Nicowin 10mg Tablet 20s, composition=Nicorandil 10mg, type=Tablet, quantity=3, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=true)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 12:06:17.397 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 12:06:17.408 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=08a96c8f-5496-4ed9-84a2-4368e140588b, orderId =E-128106-1, vendorId=platinumrx)
2026-09-23 12:06:17.425 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:06:17.425 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:06:17.427 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 12:06:17.427 [INFO ] [async-2884]  Msg91Repository - send whatsapp contact list is empty for orderId E-128106-1 
2026-09-23 12:06:17.429 [ERROR] [async-2885]  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 12:06:17.429 [ERROR] [async-2885]  MedicineServiceRepository - Medicine prefetch failed. medications = [Nicowin 10mg Tablet 20s], 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 12:06:17.495 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:06:17.497 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received cancel request for order 128106
2026-09-23 12:06:44.210 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:07:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:37:00Z
2026-09-23 12:07:00.002 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:37:00.002Z
2026-09-23 12:07:14.214 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:07:44.211 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:08:14.209 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:08:28.852 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=5625980d-4e69-4fce-8dae-1768e5114e1e, rxId=35031764-c7f8-44e8-8a42-59521bc88d55, vendorId=apple)
2026-09-23 12:08:28.863 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 35031764-c7f8-44e8-8a42-59521bc88d55
2026-09-23 12:08:29.988 [INFO ] [webhook-194]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 12:08:29.997 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:08:29.999 [INFO ] [webhook-195]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=nJB46XMaBhMZ0Z/wDfEuLPP24wf/HJvBDLgk6K691fM=)
2026-09-23 12:08:30.015 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = 35031764-c7f8-44e8-8a42-59521bc88d55, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription 35031764-c7f8-44e8-8a42-59521bc88d55 and added back to pool.
2026-09-23 12:08:30.015 [INFO ] [http-nio-10000-exec-9]  PrescriptionService - Prescription approved and successfully.(doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=35031764-c7f8-44e8-8a42-59521bc88d55, vendorId=apple)
2026-09-23 12:08:30.970 [INFO ] [async-2898]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:08:30.972 [INFO ] [async-2898]  DoctorFraudComponent - Fraud capture uploaded.(captureId=44, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=35031764-c7f8-44e8-8a42-59521bc88d55, stage=APPROVE)
2026-09-23 12:08:30.975 [ERROR] [webhook-195]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:08:30.975 [ERROR] [webhook-195]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:08:30.975 [ERROR] [webhook-195]  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 12:08:31.487 [ERROR] [webhook-194]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:08:31.487 [ERROR] [webhook-194]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 12:08:31.490 [ERROR] [webhook-194]  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 12:08:38.154 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:08:38.158 [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=aa7693b4-4ba0-4940-a7cd-9121278da5c8, 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 12:08:44.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:09:14.211 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:09:44.208 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:10:03.560 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:10:03.565 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545696, 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=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= betnovate cream, 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 12:10:03.565 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545696
2026-09-23 12:10:03.578 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create a draft prescription request. (patientId=12049d33-b20a-48f7-85b9-bcbbbd9fa1af, orderId =order_vijay_Apple_9876545696, vendorId=apple)
2026-09-23 12:10:03.611 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, 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] 
2026-09-23 12:10:03.611 [INFO ] [http-nio-10000-exec-2]  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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:10:03.624 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:10:03.624 [INFO ] [async-2909]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545696 
2026-09-23 12:10:03.628 [ERROR] [async-2910]  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 12:10:03.627 [ERROR] [async-2910]  MedicineServiceRepository - Medicine prefetch failed. medications = [Cetrizine,  betnovate cream], 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 12:10:07.958 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Accept order and start calling request for prescription 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0 by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:10:08.065 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0.
2026-09-23 12:10:08.071 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:10:08.078 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:10:08.078 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:10:08.078 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:10:08.215 [INFO ] [http-nio-10000-exec-6]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "52cb6a2a-40e7-4558-a92a-dbddc8295100"}}
2026-09-23 12:10:08.215 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:10:08.215 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Sending order status webhook for rx with id 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0 for vendor apple
2026-09-23 12:10:08.217 [INFO ] [webhook-196]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=bXrLP1qudv9VVZ5utZrKgAlDXZ5kSmpW9mt5KPtj5Zk=)
2026-09-23 12:10:08.346 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:10:08.349 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:10:08.676 [ERROR] [webhook-196]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:10:08.676 [ERROR] [webhook-196]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:10:08.676 [ERROR] [webhook-196]  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 12:10:14.210 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:10:44.211 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:11:14.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:11:17.840 [INFO ] [MessageBroker-4]  WebSocketMessageBrokerStats - WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 35 total, 0 closed abnormally (0 connect failure, 0 send limit, 5 transport error)], stompSubProtocol[processed CONNECT(33)-CONNECTED(33)-DISCONNECT(14)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 387], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 933], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 7, completed tasks = 13944]
2026-09-23 12:11:40.354 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:11:40.362 [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=18c39669-14d9-452c-a518-f19f88c9edd0, 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 12:11:40.362 [INFO ] [http-nio-10000-exec-9]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 12:11:44.207 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:12:00.000 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:42:00Z
2026-09-23 12:12:00.003 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:42:00.003Z
2026-09-23 12:12:14.211 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:12:44.209 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:13:14.215 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:13:38.448 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create approved prescription request. (patientId=12049d33-b20a-48f7-85b9-bcbbbd9fa1af, rxId=6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, vendorId=apple)
2026-09-23 12:13:38.451 [INFO ] [http-nio-10000-exec-2]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 12:13:38.468 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0
2026-09-23 12:13:38.874 [INFO ] [webhook-197]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 12:13:38.880 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:13:38.882 [INFO ] [webhook-198]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=bXrLP1qudv9VVZ5utZrKgAlDXZ5kSmpW9mt5KPtj5Zk=)
2026-09-23 12:13:38.899 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription 6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0 and added back to pool.
2026-09-23 12:13:38.899 [INFO ] [http-nio-10000-exec-2]  PrescriptionService - Prescription approved and successfully.(doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, vendorId=apple)
2026-09-23 12:13:39.515 [ERROR] [webhook-198]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:13:39.515 [ERROR] [webhook-198]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:13:39.515 [ERROR] [webhook-198]  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 12:13:40.042 [ERROR] [webhook-197]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:13:40.042 [ERROR] [webhook-197]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 12:13:40.047 [ERROR] [webhook-197]  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 12:13:40.720 [INFO ] [async-2933]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:13:40.724 [INFO ] [async-2933]  DoctorFraudComponent - Fraud capture uploaded.(captureId=45, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=6ba2c2ee-7b0c-460d-93ee-383bfacc3ed0, stage=APPROVE)
2026-09-23 12:13:44.205 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604
2026-09-23 12:13:44.221 [INFO ] [async-2934]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:13:44.222 [INFO ] [webhook-199]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=LDfgQXEMSDqDgmX2OZFe7VXOdt97fb4044FlJVVuXi4=)
2026-09-23 12:13:54.534 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:13:54.537 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received prioritize request for order E-128059-1
2026-09-23 12:13:54.547 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:13:54.547 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:13:54.548 [INFO ] [async-2937]  Msg91Repository - send whatsapp contact list is empty for orderId E-128059-1 
2026-09-23 12:13:54.548 [INFO ] [async-2938]  Msg91Repository - send whatsapp contact list is empty for orderId E-128059-1 
2026-09-23 12:14:24.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:14:42.237 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:14:42.241 [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=ee66623c-1bb0-4828-a2f8-5cd6364336e9, 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 12:14:54.208 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:15:24.209 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:15:54.207 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:15:57.752 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:15:57.756 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545696, 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=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= metformin, 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 12:15:57.756 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545696
2026-09-23 12:16:03.921 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:16:03.924 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545697, 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=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= metformin, 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 12:16:03.924 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545697
2026-09-23 12:16:03.936 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Processing create a draft prescription request. (patientId=18754d7a-20e2-467a-bd44-0fa281c77597, orderId =order_vijay_Apple_9876545697, vendorId=apple)
2026-09-23 12:16:03.965 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = ffcc5786-715f-4364-806c-3cda5a8ec8f9, 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] 
2026-09-23 12:16:03.965 [INFO ] [http-nio-10000-exec-7]  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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:16:03.978 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:16:03.979 [INFO ] [async-2952]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545697 
2026-09-23 12:16:03.983 [ERROR] [async-2953]  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 12:16:03.982 [ERROR] [async-2953]  MedicineServiceRepository - Medicine prefetch failed. medications = [ metformin, 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 12:16:08.017 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Accept order and start calling request for prescription ffcc5786-715f-4364-806c-3cda5a8ec8f9 by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:16:08.114 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =ffcc5786-715f-4364-806c-3cda5a8ec8f9, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription ffcc5786-715f-4364-806c-3cda5a8ec8f9.
2026-09-23 12:16:08.120 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:16:08.126 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:16:08.130 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:16:08.130 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:16:08.222 [INFO ] [http-nio-10000-exec-1]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "a79a560a-d1f2-413c-be8a-283006f9ecda"}}
2026-09-23 12:16:08.225 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:16:08.225 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id ffcc5786-715f-4364-806c-3cda5a8ec8f9 for vendor apple
2026-09-23 12:16:08.226 [INFO ] [webhook-200]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=hq7hS7ofeQLKsXM6qe0cgmMHg0SHugEukKTrqNimS3Y=)
2026-09-23 12:16:08.342 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:16:08.345 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:16:08.634 [ERROR] [webhook-200]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:16:08.634 [ERROR] [webhook-200]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:16:08.635 [ERROR] [webhook-200]  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 12:16:24.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:16:27.797 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:16:27.801 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=E-128140-1, shipmentCode=null, pharmacyId=null, orderTimeMillis=1790145987800, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=test), patients=[Patient(name=test, gender=male, age=23, complains=null, diagnoses=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=1089589, name=Nicowin 10mg Tablet 20s, composition=Nicorandil 10mg, type=Tablet, quantity=3, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null, chronic=true)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null, deliveryDate=null))
2026-09-23 12:16:27.806 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=08a96c8f-5496-4ed9-84a2-4368e140588b, orderId =E-128140-1, vendorId=platinumrx)
2026-09-23 12:16:27.823 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 0b541e34-4a5e-4818-b931-29e0c7162db4, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:16:27.823 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:16:27.824 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-09-23 12:16:27.824 [INFO ] [async-2959]  Msg91Repository - send whatsapp contact list is empty for orderId E-128140-1 
2026-09-23 12:16:27.827 [ERROR] [async-2960]  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 12:16:27.827 [ERROR] [async-2960]  MedicineServiceRepository - Medicine prefetch failed. medications = [Nicowin 10mg Tablet 20s], 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 12:16:27.902 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:16:27.904 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received cancel request for order 128140
2026-09-23 12:16:54.208 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:16:54.215 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:17:00.000 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:47:00Z
2026-09-23 12:17:00.003 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:47:00.003Z
2026-09-23 12:17:24.221 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:17:24.230 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:17:44.225 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:17:44.230 [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=50fbd9e4-b340-4cde-9585-b3c7adf4a34f, 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 12:17:54.211 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:17:54.219 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:18:24.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:18:24.215 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:18:27.510 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Processing create approved prescription request. (patientId=18754d7a-20e2-467a-bd44-0fa281c77597, rxId=ffcc5786-715f-4364-806c-3cda5a8ec8f9, vendorId=apple)
2026-09-23 12:18:27.522 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = ffcc5786-715f-4364-806c-3cda5a8ec8f9
2026-09-23 12:18:29.700 [INFO ] [webhook-201]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 12:18:29.714 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:18:29.716 [INFO ] [webhook-202]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=hq7hS7ofeQLKsXM6qe0cgmMHg0SHugEukKTrqNimS3Y=)
2026-09-23 12:18:29.730 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = ffcc5786-715f-4364-806c-3cda5a8ec8f9, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription ffcc5786-715f-4364-806c-3cda5a8ec8f9 and added back to pool.
2026-09-23 12:18:29.730 [INFO ] [http-nio-10000-exec-3]  PrescriptionService - Prescription approved and successfully.(doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=ffcc5786-715f-4364-806c-3cda5a8ec8f9, vendorId=apple)
2026-09-23 12:18:30.121 [ERROR] [webhook-202]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:18:30.121 [ERROR] [webhook-202]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:18:30.121 [ERROR] [webhook-202]  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 12:18:30.235 [ERROR] [webhook-201]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:18:30.235 [ERROR] [webhook-201]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 12:18:30.237 [ERROR] [webhook-201]  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 12:18:30.312 [INFO ] [async-2985]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:18:30.316 [INFO ] [async-2985]  DoctorFraudComponent - Fraud capture uploaded.(captureId=46, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=ffcc5786-715f-4364-806c-3cda5a8ec8f9, stage=APPROVE)
2026-09-23 12:18:54.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:18:54.214 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:19:24.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:19:24.216 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:19:28.013 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:19:28.016 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545698, 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=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= metformin, 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 12:19:28.016 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545698
2026-09-23 12:19:28.024 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=91ffac09-fc79-4536-b7ec-2c3e224e3e0f, orderId =order_vijay_Apple_9876545698, vendorId=apple)
2026-09-23 12:19:28.045 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 0953c599-470d-4587-9a1e-531af6d79021, 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] 
2026-09-23 12:19:28.045 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:19:28.056 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:19:28.056 [INFO ] [async-2999]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545698 
2026-09-23 12:19:28.060 [ERROR] [async-3000]  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 12:19:28.059 [ERROR] [async-3000]  MedicineServiceRepository - Medicine prefetch failed. medications = [Cetrizine,  metformin], 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 12:19:32.044 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Accept order and start calling request for prescription 0953c599-470d-4587-9a1e-531af6d79021 by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:19:32.150 [INFO ] [http-nio-10000-exec-10]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =0953c599-470d-4587-9a1e-531af6d79021, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription 0953c599-470d-4587-9a1e-531af6d79021.
2026-09-23 12:19:32.155 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:19:32.162 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:19:32.162 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:19:32.162 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:19:32.232 [INFO ] [http-nio-10000-exec-10]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "fb30a1f6-2f52-4d25-86ec-3fa6c7bbc8d2"}}
2026-09-23 12:19:32.232 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:19:32.232 [INFO ] [http-nio-10000-exec-10]  PrescriptionComponent - Sending order status webhook for rx with id 0953c599-470d-4587-9a1e-531af6d79021 for vendor apple
2026-09-23 12:19:32.233 [INFO ] [webhook-203]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=a44n1HRP5CKuH4PPbVxCRmCgsUy7W0XohGyHfQY9De0=)
2026-09-23 12:19:32.401 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:19:32.404 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:19:32.654 [ERROR] [webhook-203]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:19:32.654 [ERROR] [webhook-203]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:19:32.654 [ERROR] [webhook-203]  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 12:19:54.211 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:19:54.220 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:20:10.435 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:20:10.436 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:20:10.436 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:20:10.519 [INFO ] [http-nio-10000-exec-6]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "7a8cdfb1-67fc-40ab-aca4-04c852cec63a"}}
2026-09-23 12:20:10.519 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:20:10.519 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Sending order status webhook for rx with id 0953c599-470d-4587-9a1e-531af6d79021 for vendor apple
2026-09-23 12:20:10.521 [INFO ] [webhook-204]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=a44n1HRP5CKuH4PPbVxCRmCgsUy7W0XohGyHfQY9De0=)
2026-09-23 12:20:11.235 [ERROR] [webhook-204]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:20:11.235 [ERROR] [webhook-204]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:20:11.235 [ERROR] [webhook-204]  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 12:20:24.210 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:20:24.219 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:20:46.259 [INFO ] [http-nio-10000-exec-5]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:20:46.263 [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=6994acff-5f9c-4aa1-9381-ea3cb795a64d, 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 12:20:54.210 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:20:54.217 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:21:24.212 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:21:24.217 [INFO ] [async-3020]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 12:21:24.220 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = fc0fc72a-41ab-41eb-98ac-22e42ee8d765
2026-09-23 12:21:24.244 [INFO ] [async-3021]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:21:24.248 [INFO ] [webhook-205]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=P2eHA2qgzp2D88nXnSX8QejGDfNKLrWVrLE6TyBa8/k=)
2026-09-23 12:21:33.897 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 0953c599-470d-4587-9a1e-531af6d79021, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 12:21:33.910 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = 0953c599-470d-4587-9a1e-531af6d79021, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription 0953c599-470d-4587-9a1e-531af6d79021 and added back to pool.
2026-09-23 12:21:33.916 [INFO ] [http-nio-10000-exec-5]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 0953c599-470d-4587-9a1e-531af6d79021
2026-09-23 12:21:36.087 [INFO ] [async-3025]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:21:36.089 [INFO ] [async-3025]  DoctorFraudComponent - Fraud capture uploaded.(captureId=47, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=0953c599-470d-4587-9a1e-531af6d79021, stage=REJECT)
2026-09-23 12:21:47.996 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 0953c599-470d-4587-9a1e-531af6d79021, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Provisional Diagnosis does not match Rx order, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 12:21:47.998 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 0953c599-470d-4587-9a1e-531af6d79021
2026-09-23 12:21:49.502 [INFO ] [async-3026]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:21:49.504 [INFO ] [async-3026]  DoctorFraudComponent - Fraud capture uploaded.(captureId=48, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=0953c599-470d-4587-9a1e-531af6d79021, stage=REJECT)
2026-09-23 12:21:54.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:22:00.001 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:52:00.001Z
2026-09-23 12:22:00.004 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:52:00.004Z
2026-09-23 12:22:24.208 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:22:54.216 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:23:06.810 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:23:06.822 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545699, 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=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= suhagra, 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 12:23:06.823 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545699
2026-09-23 12:23:06.835 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create a draft prescription request. (patientId=91ffac09-fc79-4536-b7ec-2c3e224e3e0f, orderId =order_vijay_Apple_9876545699, vendorId=apple)
2026-09-23 12:23:06.867 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = eac4547c-e617-49a2-936f-8d56d63e8d67, 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] 
2026-09-23 12:23:06.867 [INFO ] [http-nio-10000-exec-6]  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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:23:06.884 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:23:06.884 [INFO ] [async-3037]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545699 
2026-09-23 12:23:06.888 [ERROR] [async-3038]  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 12:23:06.888 [ERROR] [async-3038]  MedicineServiceRepository - Medicine prefetch failed. medications = [Cetrizine,  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 12:23:12.268 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Accept order and start calling request for prescription eac4547c-e617-49a2-936f-8d56d63e8d67 by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:23:12.378 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =eac4547c-e617-49a2-936f-8d56d63e8d67, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription eac4547c-e617-49a2-936f-8d56d63e8d67.
2026-09-23 12:23:12.383 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:23:12.390 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:23:12.390 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:23:12.390 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:23:12.469 [INFO ] [http-nio-10000-exec-8]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "0b2205cd-6da9-417d-967c-4052092d2102"}}
2026-09-23 12:23:12.470 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:23:12.470 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id eac4547c-e617-49a2-936f-8d56d63e8d67 for vendor apple
2026-09-23 12:23:12.472 [INFO ] [webhook-206]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=MUVC/pVvmbqpuElnSAwLsp/la6KNCvYaxIfg+xuXkSs=)
2026-09-23 12:23:12.702 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:23:12.706 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:23:13.487 [ERROR] [webhook-206]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:23:13.487 [ERROR] [webhook-206]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:23:13.487 [ERROR] [webhook-206]  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 12:23:24.235 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:23:48.216 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:23:48.227 [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=6466fc59-e63b-4ef5-b657-1f38ebbe5b96, 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 12:23:54.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4
2026-09-23 12:23:54.235 [INFO ] [async-3043]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:23:54.274 [INFO ] [webhook-207]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=Aqx762hXPPMY8iskDeoY4AVzCHGraJrFQMGef73TFqs=)
2026-09-23 12:25:41.448 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Processing create approved prescription request. (patientId=91ffac09-fc79-4536-b7ec-2c3e224e3e0f, rxId=eac4547c-e617-49a2-936f-8d56d63e8d67, vendorId=apple)
2026-09-23 12:25:41.472 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = eac4547c-e617-49a2-936f-8d56d63e8d67
2026-09-23 12:25:42.077 [INFO ] [webhook-208]  WebhookAdapter - uploadPrescriptionWebhookWithRetries: Webhook event fired. url:https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff 
2026-09-23 12:25:42.082 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:25:42.084 [INFO ] [webhook-209]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=MUVC/pVvmbqpuElnSAwLsp/la6KNCvYaxIfg+xuXkSs=)
2026-09-23 12:25:42.103 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = eac4547c-e617-49a2-936f-8d56d63e8d67, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription eac4547c-e617-49a2-936f-8d56d63e8d67 and added back to pool.
2026-09-23 12:25:42.103 [INFO ] [http-nio-10000-exec-6]  PrescriptionService - Prescription approved and successfully.(doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=eac4547c-e617-49a2-936f-8d56d63e8d67, vendorId=apple)
2026-09-23 12:25:42.486 [ERROR] [webhook-209]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:25:42.486 [ERROR] [webhook-209]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:25:42.486 [ERROR] [webhook-209]  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 12:25:42.587 [ERROR] [webhook-208]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:25:42.588 [ERROR] [webhook-208]  WebhookAdapter - Webhook endpoint retrun 4xx. No retry
2026-09-23 12:25:42.590 [ERROR] [webhook-208]  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 12:25:43.628 [INFO ] [async-3045]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:25:43.632 [INFO ] [async-3045]  DoctorFraudComponent - Fraud capture uploaded.(captureId=49, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=eac4547c-e617-49a2-936f-8d56d63e8d67, stage=APPROVE)
2026-09-23 12:25:59.694 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 183.82.104.248
2026-09-23 12:25:59.697 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=order_vijay_Apple_9876545100, 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=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= suhagra, 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 12:25:59.697 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id order_vijay_Apple_9876545100
2026-09-23 12:25:59.707 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=c7becea8-fca9-4a63-a0b8-eb3c4401e88b, orderId =order_vijay_Apple_9876545100, vendorId=apple)
2026-09-23 12:25:59.728 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = apple prescriptionId = 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, 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] 
2026-09-23 12:25:59.728 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:25:59.810 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:25:59.810 [INFO ] [async-3047]  Msg91Repository - send whatsapp contact list is empty for orderId order_vijay_Apple_9876545100 
2026-09-23 12:25:59.818 [ERROR] [async-3048]  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 12:25:59.817 [ERROR] [async-3048]  MedicineServiceRepository - Medicine prefetch failed. medications = [Cetrizine,  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 12:26:03.648 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Accept order and start calling request for prescription 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c by doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97
2026-09-23 12:26:03.741 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId =59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 blocked and remaining doctors unblocked for prescription 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c.
2026-09-23 12:26:03.746 [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, 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, 0e2ee8d6-f896-4268-8bfa-37d92db65c97, 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, 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 12:26:03.754 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:26:03.754 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - initiating 2 way calling for partner knowlarity
2026-09-23 12:26:03.754 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Caller id selected for vendor apple is +918048171454
2026-09-23 12:26:03.834 [INFO ] [http-nio-10000-exec-6]  KnowlarityRepository - Call Response : {"success": {"status": "success", "message": "Call successfully placed", "call_id": "37f8a272-140b-4b10-9e20-5f019124eb70"}}
2026-09-23 12:26:03.835 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - No Authorization server configuration found for vendor apple
2026-09-23 12:26:03.835 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - Sending order status webhook for rx with id 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c for vendor apple
2026-09-23 12:26:03.836 [INFO ] [webhook-210]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff, order signature=ybK7terNsgeBpY1BqDaINJK9avDkmtCn1OMSL2jEWBQ=)
2026-09-23 12:26:03.946 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - allow rx validation is set false for vendor apple 
2026-09-23 12:26:03.949 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - getting skuOrder history
2026-09-23 12:26:04.253 [ERROR] [webhook-210]  WebhookAdapter - Webhook endpoint failed. (webhook=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff). Retry count: 3, message
2026-09-23 12:26:04.253 [ERROR] [webhook-210]  WebhookAdapter - Webhook endpoint return 4xx error, retry. (webhook=apple, url=https://webhook.site/c3cc7447-063b-486e-adff-f9fecb31b5ff)
2026-09-23 12:26:04.254 [ERROR] [webhook-210]  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 12:26:50.582 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:26:50.594 [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=b603200a-b398-432d-bf36-f32a743c05c1, 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 12:26:50.594 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 12:26:50.847 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, request = UpdatePrescriptionStatusRequest(status=Hold, reason=Call not answered, rejectLanguage=, rejectPatientReason=, consultationChecklist=null)
2026-09-23 12:26:52.801 [INFO ] [async-3050]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:26:52.805 [INFO ] [async-3050]  DoctorFraudComponent - Fraud capture uploaded.(captureId=50, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, stage=HOLD)
2026-09-23 12:27:00.000 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T06:57:00Z
2026-09-23 12:27:00.003 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T06:57:00.003Z
2026-09-23 12:28:00.683 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:28:00.692 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received prioritize request for order E-127934-1
2026-09-23 12:28:00.708 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:28:00.708 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:28:00.713 [INFO ] [async-3053]  Msg91Repository - send whatsapp contact list is empty for orderId E-127934-1 
2026-09-23 12:28:00.715 [INFO ] [async-3052]  Msg91Repository - send whatsapp contact list is empty for orderId E-127934-1 
2026-09-23 12:28:34.209 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:29:04.210 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:29:12.252 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:29:12.255 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received prioritize request for order E-127950-1
2026-09-23 12:29:12.269 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:29:12.269 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:29:12.270 [INFO ] [async-3061]  Msg91Repository - send whatsapp contact list is empty for orderId E-127950-1 
2026-09-23 12:29:12.271 [INFO ] [async-3062]  Msg91Repository - send whatsapp contact list is empty for orderId E-127950-1 
2026-09-23 12:29:34.212 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:29:44.210 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:29:52.692 [INFO ] [http-nio-10000-exec-5]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:29:52.697 [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=cb267528-2d80-49eb-b15a-7525c64a3046, 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 12:30:04.210 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:30:10.413 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=Hormonal Medicine, consultationChecklist=null)
2026-09-23 12:30:10.415 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 12:30:10.430 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = 0e2ee8d6-f896-4268-8bfa-37d92db65c97, vendor = apple prescriptionId = 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, message = Doctor 0e2ee8d6-f896-4268-8bfa-37d92db65c97 released from prescription 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c and added back to pool.
2026-09-23 12:30:10.437 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - preparing payload of sync prescription for prescriptionId = 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c
2026-09-23 12:30:12.883 [INFO ] [async-3072]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:30:12.886 [INFO ] [async-3072]  DoctorFraudComponent - Fraud capture uploaded.(captureId=51, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, stage=REJECT)
2026-09-23 12:30:14.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:30:26.522 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Patient Safety Concerns, rejectLanguage=, rejectPatientReason=H1 Medicine, consultationChecklist=null)
2026-09-23 12:30:26.524 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Prescription is already unassigned from current doctor. Duplicate status update call from browser for Prescription id = 59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c
2026-09-23 12:30:28.240 [INFO ] [async-3076]  FileStorageComponent - File uploaded successfully.
2026-09-23 12:30:28.244 [INFO ] [async-3076]  DoctorFraudComponent - Fraud capture uploaded.(captureId=52, doctorId=0e2ee8d6-f896-4268-8bfa-37d92db65c97, rxId=59d7d6f0-16e2-4a43-8f20-e3c4bfc77e6c, stage=REJECT)
2026-09-23 12:30:34.206 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:30:43.997 [DEBUG] [http-nio-10000-exec-9]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=x0dy4yj5] closed with CloseStatus[code=1001, reason=null]
2026-09-23 12:30:43.997 [DEBUG] [http-nio-10000-exec-9]  SubProtocolWebSocketHandler - Clearing session x0dy4yj5
2026-09-23 12:30:43.997 [INFO ] [http-nio-10000-exec-9]  WebSocketConfig - Doctor with username 0e2ee8d6-f896-4268-8bfa-37d92db65c97 disconnected
2026-09-23 12:30:43.999 [DEBUG] [clientOutboundChannel-194]  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=0e2ee8d6-f896-4268-8bfa-37d92db65c97, simpSessionId=x0dy4yj5}], simpUser=0e2ee8d6-f896-4268-8bfa-37d92db65c97, simpSessionId=x0dy4yj5}]
2026-09-23 12:30:44.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:30:49.359 [DEBUG] [MessageBroker-4]  DefaultSockJsService - Closed 1 sessions: [x0dy4yj5]
2026-09-23 12:31:04.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:31:14.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:31:34.210 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:31:44.209 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:32:00.001 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:02:00.001Z
2026-09-23 12:32:00.004 [INFO ] [MessageBroker-2]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:02:00.004Z
2026-09-23 12:32:04.212 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:32:14.210 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:32:34.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:32:44.209 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:32:55.101 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:32:55.106 [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=67eb71a2-5d4d-4b77-a461-3023e4b5b739, 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 12:33:04.210 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:33:14.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:33:31.888 [INFO ] [http-nio-10000-exec-9]  VendorComponent - Fetching vendor details. (vendor=ROOT)
2026-09-23 12:33:31.889 [ERROR] [http-nio-10000-exec-9]  DashboardController - Error while loading vendor details
2026-09-23 12:33:34.209 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:33:44.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:34:04.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:34:14.210 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:34:27.263 [INFO ] [http-nio-10000-exec-3]  PrescriptionController - Showing Prescription for without patient: null
2026-09-23 12:34:34.211 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:34:35.413 [INFO ] [http-nio-10000-exec-6]  VendorComponent - Fetching vendor details. (vendor=zepto)
2026-09-23 12:34:44.209 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:35:04.219 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:35:14.209 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:35:34.207 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 53c4ed75-dfad-4ea5-9e7a-d659c0527775
2026-09-23 12:35:34.231 [INFO ] [async-3137]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:35:34.234 [INFO ] [webhook-211]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=Zd8XPavzbmR3F5LfUT2MdbpdV9tqCUpmD0BdiiQ8LV8=)
2026-09-23 12:35:44.209 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:35:57.116 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:35:57.119 [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=dd6face9-0c83-455b-90b1-834792f50c87, 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 12:36:14.210 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:36:38.229 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:36:38.237 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received prioritize request for order 127991
2026-09-23 12:36:38.243 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 12:36:38.261 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:36:38.261 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:36:38.264 [INFO ] [async-3146]  Msg91Repository - send whatsapp contact list is empty for orderId 127991 
2026-09-23 12:36:38.264 [INFO ] [async-3147]  Msg91Repository - send whatsapp contact list is empty for orderId 127991 
2026-09-23 12:36:44.206 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 6d1dbeef-da53-49e4-b7e3-297cce24bfdb
2026-09-23 12:36:44.222 [INFO ] [async-3148]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:36:44.225 [INFO ] [webhook-212]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=Cxc1+RcjrXTzH/1PwCAqY2VAQEUF8ld0Vx8ubeh6PMk=)
2026-09-23 12:36:55.281 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:36:55.284 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received prioritize request for order E-127995-1
2026-09-23 12:36:55.297 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:36:55.297 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:36:55.299 [INFO ] [async-3151]  Msg91Repository - send whatsapp contact list is empty for orderId E-127995-1 
2026-09-23 12:36:55.299 [INFO ] [async-3152]  Msg91Repository - send whatsapp contact list is empty for orderId E-127995-1 
2026-09-23 12:36:57.165 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-09-23 12:37:00.001 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:07:00.001Z
2026-09-23 12:37:00.017 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:07:00.017Z
2026-09-23 12:37:14.208 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:37:24.208 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:37:32.650 [INFO ] [http-nio-10000-exec-5]  OnerxCacheManager - All Cache cleared. Cache name VENDOR_PROPERTIES_CACHE
2026-09-23 12:37:44.209 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:37:54.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:38:14.219 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:38:24.212 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:38:44.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:38:54.211 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:38:59.506 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:38:59.515 [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=524a0a9d-cc5a-4c66-ac4c-eb956eb7bb57, 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 12:39:14.210 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:39:24.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:39:44.208 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:39:54.223 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:40:14.214 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:40:24.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:40:44.212 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:40:54.210 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:41:14.211 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:41:17.842 [INFO ] [MessageBroker-4]  WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 35 total, 0 closed abnormally (0 connect failure, 0 send limit, 5 transport error)], stompSubProtocol[processed CONNECT(33)-CONNECTED(33)-DISCONNECT(14)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 390], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 938], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 6, completed tasks = 14356]
2026-09-23 12:41:24.207 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:41:44.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:41:54.209 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:42:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:12:00Z
2026-09-23 12:42:00.003 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:12:00.003Z
2026-09-23 12:42:01.732 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:42:01.744 [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=210b907c-bcf9-44f5-9a2f-2736fd32863c, 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 12:42:01.745 [INFO ] [http-nio-10000-exec-7]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 12:42:14.211 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:42:24.211 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:42:44.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:42:54.208 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:43:14.208 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:43:24.207 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:43:44.207 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:43:54.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:44:04.391 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:44:04.399 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received prioritize request for order E-128106-1
2026-09-23 12:44:04.414 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:44:04.415 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:44:04.416 [INFO ] [async-3238]  Msg91Repository - send whatsapp contact list is empty for orderId E-128106-1 
2026-09-23 12:44:04.416 [INFO ] [async-3239]  Msg91Repository - send whatsapp contact list is empty for orderId E-128106-1 
2026-09-23 12:44:14.205 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 60b36afe-1d1c-4c43-ac16-5b44e1712987
2026-09-23 12:44:14.228 [INFO ] [async-3240]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:44:14.231 [INFO ] [webhook-213]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=s6gf6a6S2umqQsdG7NNHBuQzApU8kOOKixTf6TVeKkE=)
2026-09-23 12:44:24.205 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 335caee1-8aa2-4b52-bcbc-c2c80dab204f
2026-09-23 12:44:24.222 [INFO ] [async-3242]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:44:24.223 [INFO ] [webhook-214]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=DeWSnigE9P42a+dMtFFE63ylHUkKC7kWcdrSd/L+PNI=)
2026-09-23 12:44:34.210 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:45:04.086 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:45:04.091 [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=6b40280c-0885-4625-b4d4-dedd794d2c9e, 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 12:45:04.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:45:34.211 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:46:04.209 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:46:34.208 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:47:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:17:00Z
2026-09-23 12:47:00.004 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:17:00.004Z
2026-09-23 12:47:04.207 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:47:34.211 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:48:04.214 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:48:06.149 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:48:06.156 [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=e5bc7eaf-df7a-49a8-b4d3-8c1534a5baea, 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 12:48:34.209 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:49:04.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:49:34.210 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:50:04.209 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:50:33.567 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:50:33.575 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received prioritize request for order E-128027-1
2026-09-23 12:50:33.593 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 06476676-0792-4be9-8a42-e0e183e7b944, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:50:33.593 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:50:33.596 [INFO ] [async-3281]  Msg91Repository - send whatsapp contact list is empty for orderId E-128027-1 
2026-09-23 12:50:33.596 [INFO ] [async-3282]  Msg91Repository - send whatsapp contact list is empty for orderId E-128027-1 
2026-09-23 12:50:34.208 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:51:04.209 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:51:04.218 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:51:08.216 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:51:08.220 [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=2f5ed53a-5887-4527-b0f3-ec82f1cd6ef3, 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 12:51:34.207 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = ff4e5757-fe15-4d5e-8c2d-c6b42947c604
2026-09-23 12:51:34.216 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:51:34.230 [INFO ] [async-3292]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:51:34.234 [INFO ] [webhook-215]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=LDfgQXEMSDqDgmX2OZFe7VXOdt97fb4044FlJVVuXi4=)
2026-09-23 12:52:00.001 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:22:00.001Z
2026-09-23 12:52:00.004 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:22:00.004Z
2026-09-23 12:52:04.211 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:52:04.217 [INFO ] [async-3297]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-09-23 12:52:34.209 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:53:04.210 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:53:34.208 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:54:04.209 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:54:10.226 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:54:10.235 [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=cf2447e2-c783-4e5f-bde1-b369b9d3353b, 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 12:54:10.943 [INFO ] [http-nio-10000-exec-1]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-09-23 12:54:10.948 [INFO ] [http-nio-10000-exec-1]  OrderComponent - Received prioritize request for order E-128140-1
2026-09-23 12:54:10.963 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 0b541e34-4a5e-4818-b931-29e0c7162db4, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] 
2026-09-23 12:54:10.964 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55] for prescriptionId
2026-09-23 12:54:10.966 [INFO ] [async-3314]  Msg91Repository - send whatsapp contact list is empty for orderId E-128140-1 
2026-09-23 12:54:10.966 [INFO ] [async-3313]  Msg91Repository - send whatsapp contact list is empty for orderId E-128140-1 
2026-09-23 12:54:34.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:54:44.208 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:55:04.211 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:55:14.208 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:55:34.208 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:55:44.207 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:56:04.208 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:56:14.207 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:56:34.208 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:56:44.214 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:57:00.000 [INFO ] [MessageBroker-5]  RxSchedulerJob - RxSchedulerJob Start Time 2026-09-23T07:27:00Z
2026-09-23 12:57:00.003 [INFO ] [MessageBroker-5]  RxSchedulerJob - RxSchedulerJob End Time 2026-09-23T07:27:00.003Z
2026-09-23 12:57:04.208 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:57:12.361 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-09-23 12:57:12.369 [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=92559bd8-0db4-48cd-bb2e-b90d815179f3, 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 12:57:12.370 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-09-23 12:57:14.210 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:57:34.212 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:57:44.210 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:58:04.208 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 06476676-0792-4be9-8a42-e0e183e7b944
2026-09-23 12:58:04.237 [INFO ] [async-3357]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-09-23 12:58:04.241 [INFO ] [webhook-216]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=OVJiVi23FRh/nIJHdNkBKsi9wLX8UNxhB/UTAltTFQ0=)
2026-09-23 12:58:14.208 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:58:44.209 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:59:14.209 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
2026-09-23 12:59:44.211 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 0b541e34-4a5e-4818-b931-29e0c7162db4, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226, 0c0d27c8-6e74-4530-a2c9-470bf8474c55]
