2026-05-20 12:00:12.822 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=nzegw1s0] closed with CloseStatus[code=1000, reason=null]
2026-05-20 12:00:12.828 [DEBUG] [http-nio-10000-exec-8]  SubProtocolWebSocketHandler - Clearing session nzegw1s0
2026-05-20 12:00:12.828 [INFO ] [http-nio-10000-exec-8]  WebSocketConfig - Doctor with username ac60d640-8fbd-447e-a5f4-a294efafea76 disconnected
2026-05-20 12:00:12.830 [DEBUG] [clientOutboundChannel-420]  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=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=nzegw1s0}], simpUser=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=nzegw1s0}]
2026-05-20 12:00:20.141 [DEBUG] [MessageBroker-6]  DefaultSockJsService - Closed 1 sessions: [nzegw1s0]
2026-05-20 12:00:21.191 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:00:51.194 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:01:16.977 [DEBUG] [http-nio-10000-exec-9]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:01:16.977 [DEBUG] [http-nio-10000-exec-9]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1779258677661
2026-05-20 12:01:17.535 [DEBUG] [http-nio-10000-exec-2]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:01:17.535 [DEBUG] [http-nio-10000-exec-2]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/549/1nxb0aio/websocket
2026-05-20 12:01:17.536 [INFO ] [http-nio-10000-exec-2]  UserHandshakeHandler - User determined. userId = ac60d640-8fbd-447e-a5f4-a294efafea76
2026-05-20 12:01:17.539 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=1nxb0aio]
2026-05-20 12:01:17.630 [ERROR] [http-nio-10000-exec-6]  WebSocketConfig - Doctor with username ac60d640-8fbd-447e-a5f4-a294efafea76 connected
2026-05-20 12:01:21.194 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:01:41.260 [DEBUG] [http-nio-10000-exec-2]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=1nxb0aio] closed with CloseStatus[code=1000, reason=null]
2026-05-20 12:01:41.260 [DEBUG] [http-nio-10000-exec-2]  SubProtocolWebSocketHandler - Clearing session 1nxb0aio
2026-05-20 12:01:41.260 [INFO ] [http-nio-10000-exec-2]  WebSocketConfig - Doctor with username ac60d640-8fbd-447e-a5f4-a294efafea76 disconnected
2026-05-20 12:01:41.261 [DEBUG] [clientOutboundChannel-423]  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=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=1nxb0aio}], simpUser=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=1nxb0aio}]
2026-05-20 12:01:41.260 [DEBUG] [clientOutboundChannel-422]  StompSubProtocolHandler - Failed to send WebSocket message to client in session 1nxb0aio
java.lang.IllegalStateException: Cannot send a message when session is closed
	at org.springframework.util.Assert.state(Assert.java:73) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.sendMessage(AbstractSockJsSession.java:168) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.tryFlushMessageBuffer(ConcurrentWebSocketSessionDecorator.java:171) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.sendMessage(ConcurrentWebSocketSessionDecorator.java:144) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.sendToClient(StompSubProtocolHandler.java:477) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.handleMessageToClient(StompSubProtocolHandler.java:464) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.handleMessage(SubProtocolWebSocketHandler.java:366) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask.run(ExecutorSubscribableChannel.java:144) [spring-messaging-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_492]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_492]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_492]
2026-05-20 12:01:41.290 [INFO ] [http-nio-10000-exec-6]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = ac60d640-8fbd-447e-a5f4-a294efafea76, vendor = apple with message = Doctor ac60d640-8fbd-447e-a5f4-a294efafea76 removed from vendor apple's pool.
2026-05-20 12:01:50.142 [DEBUG] [MessageBroker-6]  DefaultSockJsService - Closed 1 sessions: [1nxb0aio]
2026-05-20 12:01:51.193 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:01:51.559 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = ac60d640-8fbd-447e-a5f4-a294efafea76, vendor = apple with message = Doctor ac60d640-8fbd-447e-a5f4-a294efafea76 added to vendor apple's pool.
2026-05-20 12:01:51.672 [DEBUG] [http-nio-10000-exec-7]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:01:51.672 [DEBUG] [http-nio-10000-exec-7]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1779258712064
2026-05-20 12:01:52.220 [DEBUG] [http-nio-10000-exec-8]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:01:52.220 [DEBUG] [http-nio-10000-exec-8]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/452/sdvdsupd/websocket
2026-05-20 12:01:52.221 [INFO ] [http-nio-10000-exec-8]  UserHandshakeHandler - User determined. userId = ac60d640-8fbd-447e-a5f4-a294efafea76
2026-05-20 12:01:52.222 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=sdvdsupd]
2026-05-20 12:01:52.390 [ERROR] [http-nio-10000-exec-10]  WebSocketConfig - Doctor with username ac60d640-8fbd-447e-a5f4-a294efafea76 connected
2026-05-20 12:01:59.113 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:31:59.113Z
2026-05-20 12:01:59.115 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:31:59.115Z
2026-05-20 12:02:12.845 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:02:12.850 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=e6a4b774-6617-4afe-8cc2-5e70266fc0ce, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:02:21.191 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:02:31.035 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-05-20 12:02:34.547 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=apple)
2026-05-20 12:02:51.194 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:03:21.193 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:03:29.425 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - Transport error in WebSocketServerSockJsSession[id=sdvdsupd]
java.io.EOFException: null
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1141) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148) [tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_492]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_492]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_492]
2026-05-20 12:03:29.428 [DEBUG] [http-nio-10000-exec-8]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=sdvdsupd] closed with CloseStatus[code=1006, reason=null]
2026-05-20 12:03:29.428 [DEBUG] [http-nio-10000-exec-8]  SubProtocolWebSocketHandler - Clearing session sdvdsupd
2026-05-20 12:03:29.428 [INFO ] [http-nio-10000-exec-8]  WebSocketConfig - Doctor with username ac60d640-8fbd-447e-a5f4-a294efafea76 disconnected
2026-05-20 12:03:29.430 [DEBUG] [clientOutboundChannel-425]  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=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=sdvdsupd}], simpUser=ac60d640-8fbd-447e-a5f4-a294efafea76, simpSessionId=sdvdsupd}]
2026-05-20 12:03:35.141 [DEBUG] [MessageBroker-1]  DefaultSockJsService - Closed 1 sessions: [sdvdsupd]
2026-05-20 12:03:46.920 [INFO ] [http-nio-10000-exec-10]  PrescriptionController - Showing Prescription for without patient: ac60d640-8fbd-447e-a5f4-a294efafea76
2026-05-20 12:03:51.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9
2026-05-20 12:03:51.223 [INFO ] [SimpleAsyncTaskExecutor-5009]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-05-20 12:03:51.230 [INFO ] [SimpleAsyncTaskExecutor-5011]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=gZBfGmH/ONtR1pzHkY/Ib8kuGWtZX3f3uW/oyQJxNrM=)
2026-05-20 12:04:01.213 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = ac60d640-8fbd-447e-a5f4-a294efafea76, vendor = apple with message = Doctor ac60d640-8fbd-447e-a5f4-a294efafea76 removed from vendor apple's pool.
2026-05-20 12:05:15.055 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:05:15.065 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=6c7c5a76-aeaa-49d0-90da-7fb6c1a8b232, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:07:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:37:00Z
2026-05-20 12:07:00.005 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:37:00.005Z
2026-05-20 12:08:17.224 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:08:17.236 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=a4edd9c8-3f7f-4c87-9677-1bac3874861e, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:08:17.236 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-05-20 12:10:46.470 [INFO ] [http-nio-10000-exec-3]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:10:46.478 [INFO ] [http-nio-10000-exec-3]  OrderComponent - Received prioritize request for order E-88178-1
2026-05-20 12:10:46.494 [INFO ] [http-nio-10000-exec-3]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:10:46.494 [INFO ] [http-nio-10000-exec-3]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:10:46.497 [INFO ] [SimpleAsyncTaskExecutor-5013]  Msg91Repository - send whatsapp contact list is empty for orderId E-88178-1 
2026-05-20 12:10:46.497 [INFO ] [SimpleAsyncTaskExecutor-5014]  Msg91Repository - send whatsapp contact list is empty for orderId E-88178-1 
2026-05-20 12:11:19.596 [INFO ] [http-nio-10000-exec-5]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:11:19.600 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=2e18c38b-80d8-48cb-a5d7-f8c7c96f47b8, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:11:21.195 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:11:21.197 [INFO ] [SimpleAsyncTaskExecutor-5015]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-05-20 12:11:51.191 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:12:00.000 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:42:00Z
2026-05-20 12:12:00.003 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:42:00.003Z
2026-05-20 12:12:21.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:12:51.191 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:13:21.192 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:13:51.191 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:13:59.601 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:13:59.607 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=E-88199-1, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779259439606, 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, procedures=null, id=null)], medicines=[OrderedMedicine(id=1110806, name=Paracip 250mg Oral Syrup 60ml, composition=Paracetamol (Acetaminophen) 250mg, type=Syrup, quantity=5, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null), 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)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:13:59.618 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create a draft prescription request. (patientId=08a96c8f-5496-4ed9-84a2-4368e140588b, orderId =E-88199-1)
2026-05-20 12:13:59.644 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = f4a170f9-94a8-4e05-991e-f29eb0709acc, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:13:59.644 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:13:59.647 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-05-20 12:13:59.647 [INFO ] [SimpleAsyncTaskExecutor-5034]  Msg91Repository - send whatsapp contact list is empty for orderId E-88199-1 
2026-05-20 12:13:59.652 [INFO ] [SimpleAsyncTaskExecutor-5035]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Nicowin 10mg Tablet 20s, Paracip 250mg Oral Syrup 60ml]
2026-05-20 12:13:59.725 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:13:59.727 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received cancel request for order 88199
2026-05-20 12:14:21.192 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:14:21.712 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:14:21.721 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=a8fd272e-44b5-47fc-8f79-7573bb8f2884, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:14:31.192 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:14:45.205 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 65.2.121.10
2026-05-20 12:14:45.212 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=CART-21261, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779259485211, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Plazza), patients=[Patient(name=Test, gender=UNSPECIFIED, age=null, complains=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=DRS047485, name=Montek LC Tablet, composition=null, type=null, quantity=1, preference=, dosage=, days=0, frequency=, comments=, uuid=null, url=null, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:14:45.212 [INFO ] [http-nio-10000-exec-7]  VendorComponent - Fetching vendor details. (vendor=plazza)
2026-05-20 12:14:45.213 [INFO ] [http-nio-10000-exec-7]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id CART-21261
2026-05-20 12:14:45.228 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Processing create a draft prescription request. (patientId=aad68fe5-04b7-4818-a3d8-54b891ba6291, orderId =CART-21261)
2026-05-20 12:14:45.252 [INFO ] [http-nio-10000-exec-7]  VendorComponent - Fetching vendor details. (vendor=onerx)
2026-05-20 12:14:45.262 [INFO ] [http-nio-10000-exec-7]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = onerx prescriptionId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, doctroIds = [6dec3e09-8829-42f8-9646-abd2270331de] 
2026-05-20 12:14:45.262 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - Available doctorIds [6dec3e09-8829-42f8-9646-abd2270331de] for prescriptionId
2026-05-20 12:14:45.266 [INFO ] [SimpleAsyncTaskExecutor-5043]  Msg91Repository - send whatsapp contact list is empty for orderId CART-21261 
2026-05-20 12:14:45.267 [INFO ] [http-nio-10000-exec-7]  PrescriptionComponent - allow rx validation is set false for vendor plazza 
2026-05-20 12:14:45.274 [INFO ] [SimpleAsyncTaskExecutor-5044]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Montek LC Tablet]
2026-05-20 12:14:51.191 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:15:01.196 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:15:21.237 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:15:21.277 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:15:31.192 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:15:51.191 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:15:51.197 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:16:01.191 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:16:21.195 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:16:21.204 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:16:31.190 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:16:51.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:16:51.197 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:17:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:47:00Z
2026-05-20 12:17:00.009 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:47:00.009Z
2026-05-20 12:17:01.191 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:17:21.193 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:17:21.200 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:17:23.999 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:17:24.003 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=795532fb-5015-4271-b6d9-4e4d5c87ba05, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:17:31.192 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:17:51.193 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:17:51.202 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:18:01.190 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:18:21.191 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:18:21.195 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = d1c96566-b5bd-4ee7-ad30-32a44d9c2648
2026-05-20 12:18:21.219 [INFO ] [SimpleAsyncTaskExecutor-5107]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-05-20 12:18:21.221 [INFO ] [SimpleAsyncTaskExecutor-5110]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=0sX0UZ9i22PpBQigov+MIx66W9HYLbenmZ7q3lTJ6Zc=)
2026-05-20 12:18:31.190 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:18:51.191 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:19:01.193 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:19:21.191 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:19:31.190 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:19:51.190 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:20:01.193 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:20:21.192 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:20:26.303 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:20:26.307 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=0f73d1fc-b42a-4bc2-a744-defbc0e322ba, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:20:31.193 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:20:51.191 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:21:01.191 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:21:21.190 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:21:31.189 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc
2026-05-20 12:21:31.211 [INFO ] [SimpleAsyncTaskExecutor-5147]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-05-20 12:21:31.213 [INFO ] [SimpleAsyncTaskExecutor-5149]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=ueWj8kDNwigLmzylIRzi09XInHxwROzhPlJn/4gwtGY=)
2026-05-20 12:21:51.190 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:21:51.195 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 3.7.244.84
2026-05-20 12:21:51.201 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=2101bf25-8cc1-44cf-8184-3572a306dc0a, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779259911200, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Suraj H), patients=null, medicines=[OrderedMedicine(id=8695389a-08df-422e-99a4-c2c6bcde9676, name=Chrome Mesh Dust Bin (Medium), composition=, type=, quantity=2, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:21:51.201 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=zepto)
2026-05-20 12:21:51.202 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 2101bf25-8cc1-44cf-8184-3572a306dc0a
2026-05-20 12:21:51.217 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Processing create a draft prescription request. (patientId=893f1b69-454a-4361-afbe-6d80f455cd3e, orderId =2101bf25-8cc1-44cf-8184-3572a306dc0a)
2026-05-20 12:21:51.246 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = zepto prescriptionId = 7623103a-9e0b-43b7-89ed-0aa86139560c, doctroIds = [7d0708a3-e9ae-468e-97c9-952c1a68d682] 
2026-05-20 12:21:51.246 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [7d0708a3-e9ae-468e-97c9-952c1a68d682] for prescriptionId
2026-05-20 12:21:51.252 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:21:51.252 [INFO ] [SimpleAsyncTaskExecutor-5154]  Msg91Repository - send whatsapp contact list is empty for orderId 2101bf25-8cc1-44cf-8184-3572a306dc0a 
2026-05-20 12:21:51.260 [INFO ] [SimpleAsyncTaskExecutor-5155]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Chrome Mesh Dust Bin (Medium)]
2026-05-20 12:22:00.000 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:52:00Z
2026-05-20 12:22:00.010 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:52:00.010Z
2026-05-20 12:22:21.193 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[d27b3ae1-e773-4b12-8df8-005a71cd442a]
2026-05-20 12:22:21.200 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:22:51.195 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[b2c0fdc5-4984-4c5c-9b92-d782016b2ee1]
2026-05-20 12:22:51.203 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:23:21.192 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:23:21.198 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:23:28.559 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:23:28.571 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=ed9c2a94-bd0a-470c-9365-2a644235bdd9, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:23:28.571 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-05-20 12:23:51.194 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[ca7f8201-2e4c-4c92-b49f-9556d34fb902]
2026-05-20 12:23:51.201 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:24:21.192 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[8503b947-f391-42e4-a1aa-9bf6ef49e82c]
2026-05-20 12:24:21.205 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:24:51.193 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[2dff0756-a61d-4c12-bb4e-8cbbfa041fa4]
2026-05-20 12:24:51.203 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:25:03.082 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 65.0.242.75
2026-05-20 12:25:03.086 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=8f46f9de-76e5-4281-a5f0-86cb08f149a7, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779260103085, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Suraj H), patients=null, medicines=[OrderedMedicine(id=11431915-b542-49ae-b59a-bdf9b54d412e, name=Chrome Mesh Dust Bin (Medium), composition=, type=, quantity=2, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:25:03.086 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 8f46f9de-76e5-4281-a5f0-86cb08f149a7
2026-05-20 12:25:03.113 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create a draft prescription request. (patientId=893f1b69-454a-4361-afbe-6d80f455cd3e, orderId =8f46f9de-76e5-4281-a5f0-86cb08f149a7)
2026-05-20 12:25:03.161 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = zepto prescriptionId = d192da00-8891-4471-bc79-646b00e9063f, doctroIds = [8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3] 
2026-05-20 12:25:03.161 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Available doctorIds [8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3] for prescriptionId
2026-05-20 12:25:03.172 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:25:03.172 [INFO ] [SimpleAsyncTaskExecutor-5193]  Msg91Repository - send whatsapp contact list is empty for orderId 8f46f9de-76e5-4281-a5f0-86cb08f149a7 
2026-05-20 12:25:03.182 [INFO ] [SimpleAsyncTaskExecutor-5194]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Chrome Mesh Dust Bin (Medium)]
2026-05-20 12:25:21.193 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[0297c829-b5b4-40db-93f1-e8ce04cb816c]
2026-05-20 12:25:21.200 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:25:31.193 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[7d0708a3-e9ae-468e-97c9-952c1a68d682]
2026-05-20 12:25:34.050 [DEBUG] [http-nio-10000-exec-5]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:25:34.050 [DEBUG] [http-nio-10000-exec-5]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/info?t=1779260133903
2026-05-20 12:25:34.196 [DEBUG] [http-nio-10000-exec-3]  WebSocketHandlerMapping - Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@4de93edd
2026-05-20 12:25:34.197 [DEBUG] [http-nio-10000-exec-3]  DefaultSockJsService - Processing transport request: GET http://uat.1rx.co.in/rx-websocket/670/ilk1v4g3/websocket
2026-05-20 12:25:34.198 [INFO ] [http-nio-10000-exec-3]  UserHandshakeHandler - User determined. userId = e7d776bd-88ef-4408-8403-f543e16410b3
2026-05-20 12:25:34.201 [DEBUG] [http-nio-10000-exec-3]  LoggingWebSocketHandlerDecorator - New WebSocketServerSockJsSession[id=ilk1v4g3]
2026-05-20 12:25:34.244 [ERROR] [http-nio-10000-exec-7]  WebSocketConfig - Doctor with username e7d776bd-88ef-4408-8403-f543e16410b3 connected
2026-05-20 12:25:35.025 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Add doctor to pool is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto with message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 added to vendor zepto's pool.
2026-05-20 12:25:51.194 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3]
2026-05-20 12:25:51.205 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:26:01.191 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[d27b3ae1-e773-4b12-8df8-005a71cd442a]
2026-05-20 12:26:15.080 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 65.0.242.75
2026-05-20 12:26:15.086 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=2119917b-7942-4ddf-ac80-7098e917d945, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779260175085, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=Suraj H), patients=null, medicines=[OrderedMedicine(id=c447bc09-d632-4c40-8332-5b2a65926b2b, name=Chrome Mesh Dust Bin (Medium), composition=, type=, quantity=2, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:26:15.087 [INFO ] [http-nio-10000-exec-2]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 2119917b-7942-4ddf-ac80-7098e917d945
2026-05-20 12:26:15.105 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Processing create a draft prescription request. (patientId=893f1b69-454a-4361-afbe-6d80f455cd3e, orderId =2119917b-7942-4ddf-ac80-7098e917d945)
2026-05-20 12:26:15.140 [INFO ] [http-nio-10000-exec-2]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = zepto prescriptionId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, doctroIds = [b2c0fdc5-4984-4c5c-9b92-d782016b2ee1] 
2026-05-20 12:26:15.140 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - Available doctorIds [b2c0fdc5-4984-4c5c-9b92-d782016b2ee1] for prescriptionId
2026-05-20 12:26:15.143 [INFO ] [http-nio-10000-exec-2]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:26:15.143 [INFO ] [SimpleAsyncTaskExecutor-5214]  Msg91Repository - send whatsapp contact list is empty for orderId 2119917b-7942-4ddf-ac80-7098e917d945 
2026-05-20 12:26:15.152 [INFO ] [SimpleAsyncTaskExecutor-5215]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Chrome Mesh Dust Bin (Medium)]
2026-05-20 12:26:21.193 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7623103a-9e0b-43b7-89ed-0aa86139560c, vendor=null, doctors=[e7d776bd-88ef-4408-8403-f543e16410b3]
2026-05-20 12:26:21.202 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:26:25.617 [INFO ] [http-nio-10000-exec-1]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId =7623103a-9e0b-43b7-89ed-0aa86139560c, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 blocked and remaining doctors unblocked for prescription 7623103a-9e0b-43b7-89ed-0aa86139560c.
2026-05-20 12:26:25.629 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Notified doctor ids : [8503b947-f391-42e4-a1aa-9bf6ef49e82c, 2dff0756-a61d-4c12-bb4e-8cbbfa041fa4, b2c0fdc5-4984-4c5c-9b92-d782016b2ee1, d27b3ae1-e773-4b12-8df8-005a71cd442a, 0297c829-b5b4-40db-93f1-e8ce04cb816c, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 7d0708a3-e9ae-468e-97c9-952c1a68d682, e7d776bd-88ef-4408-8403-f543e16410b3, 6b98c7d4-ef40-4b79-9dde-a5e2f77b974d, ca7f8201-2e4c-4c92-b49f-9556d34fb902, d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:26:25.630 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:26:25.634 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - initating 2 way calling for partner msg91
2026-05-20 12:26:25.634 [INFO ] [http-nio-10000-exec-1]  Msg91Repository - Call request for msg91:TwoWayCall(caller_id=917316914513, destination=919509275485, callback_url=https://uat.1rx.co.in/api/1rx/v1/webhooks/msg91/7623103a-9e0b-43b7-89ed-0aa86139560c)
2026-05-20 12:26:26.099 [INFO ] [http-nio-10000-exec-1]  Msg91Repository - Call Response : {"success": true, "message": "Request queued", "data": {"id": "21e51910c9634e7db344ded75b94a4de"}}

2026-05-20 12:26:26.102 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:26:26.102 [INFO ] [http-nio-10000-exec-1]  PrescriptionComponent - Sending order status webhook for rx with id 7623103a-9e0b-43b7-89ed-0aa86139560c for vendor zepto
2026-05-20 12:26:26.103 [INFO ] [SimpleAsyncTaskExecutor-5223]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=OS/4vfxEacisOlyho/8E+tJzoyIlECk4ii+1kPdtH7A=)
2026-05-20 12:26:26.250 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:26:26.256 [INFO ] [http-nio-10000-exec-6]  PrescriptionComponent - getting skuOrder history
2026-05-20 12:26:30.771 [INFO ] [http-nio-10000-exec-5]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:26:30.774 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=8a5cc947-7541-47b5-bfad-7db92eac0545, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:26:31.192 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:26:39.574 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - UpdatePrescriptionStatusRequest received for 7623103a-9e0b-43b7-89ed-0aa86139560c, request = UpdatePrescriptionStatusRequest(status=Rejected, reason=Language barrier during consultation, rejectLanguage=Marathi, rejectPatientReason=)
2026-05-20 12:26:39.589 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId = 7623103a-9e0b-43b7-89ed-0aa86139560c, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 released from prescription 7623103a-9e0b-43b7-89ed-0aa86139560c and added back to pool.
2026-05-20 12:26:39.609 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:26:39.611 [INFO ] [SimpleAsyncTaskExecutor-5227]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/close-consultation, order signature=OS/4vfxEacisOlyho/8E+tJzoyIlECk4ii+1kPdtH7A=)
2026-05-20 12:26:40.947 [INFO ] [SimpleAsyncTaskExecutor-5228]  PrescriptionComponent - Audio File lambda invoked at 1779260200947
2026-05-20 12:26:40.948 [INFO ] [SimpleAsyncTaskExecutor-5229]  LambdaRepository - Lambda Executed at 1779260200948
2026-05-20 12:26:40.950 [INFO ] [SimpleAsyncTaskExecutor-5228]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:26:40.951 [INFO ] [SimpleAsyncTaskExecutor-5228]  PrescriptionComponent - Sending order status webhook for rx with id 7623103a-9e0b-43b7-89ed-0aa86139560c for vendor zepto
2026-05-20 12:26:40.951 [INFO ] [SimpleAsyncTaskExecutor-5230]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=OS/4vfxEacisOlyho/8E+tJzoyIlECk4ii+1kPdtH7A=)
2026-05-20 12:26:46.764 [INFO ] [SimpleAsyncTaskExecutor-5229]  LambdaRepository - Lambda function invoked. Status Code 200, response 
2026-05-20 12:26:51.194 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[ca7f8201-2e4c-4c92-b49f-9556d34fb902]
2026-05-20 12:26:51.202 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:27:00.001 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T06:57:00.001Z
2026-05-20 12:27:00.009 [INFO ] [MessageBroker-6]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T06:57:00.009Z
2026-05-20 12:27:01.192 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[8503b947-f391-42e4-a1aa-9bf6ef49e82c]
2026-05-20 12:27:05.949 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:27:05.954 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=E-88223-1, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779260225953, 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, procedures=null, id=null)], medicines=[OrderedMedicine(id=1110806, name=Paracip 250mg Oral Syrup 60ml, composition=Paracetamol (Acetaminophen) 250mg, type=Syrup, quantity=5, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null), 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)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:27:05.954 [INFO ] [http-nio-10000-exec-8]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-05-20 12:27:05.974 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=08a96c8f-5496-4ed9-84a2-4368e140588b, orderId =E-88223-1)
2026-05-20 12:27:06.005 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:27:06.005 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:27:06.007 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-05-20 12:27:06.007 [INFO ] [SimpleAsyncTaskExecutor-5241]  Msg91Repository - send whatsapp contact list is empty for orderId E-88223-1 
2026-05-20 12:27:06.013 [INFO ] [SimpleAsyncTaskExecutor-5242]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Paracip 250mg Oral Syrup 60ml, Nicowin 10mg Tablet 20s]
2026-05-20 12:27:06.067 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:27:06.069 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received cancel request for order 88223
2026-05-20 12:27:21.193 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[2dff0756-a61d-4c12-bb4e-8cbbfa041fa4]
2026-05-20 12:27:21.201 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:27:31.193 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[0297c829-b5b4-40db-93f1-e8ce04cb816c]
2026-05-20 12:27:41.193 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:27:43.191 [INFO ] [MessageBroker-4]  WebSocketMessageBrokerStats - WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 110 total, 0 closed abnormally (0 connect failure, 0 send limit, 29 transport error)], stompSubProtocol[processed CONNECT(106)-CONNECTED(106)-DISCONNECT(34)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1164], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 433], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 7, completed tasks = 23088]
2026-05-20 12:27:51.194 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[7d0708a3-e9ae-468e-97c9-952c1a68d682]
2026-05-20 12:27:51.203 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:28:01.191 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d192da00-8891-4471-bc79-646b00e9063f, vendor=null, doctors=[e7d776bd-88ef-4408-8403-f543e16410b3]
2026-05-20 12:28:04.892 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Blocking doctor for a prescription is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId =d192da00-8891-4471-bc79-646b00e9063f, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 blocked and remaining doctors unblocked for prescription d192da00-8891-4471-bc79-646b00e9063f.
2026-05-20 12:28:04.903 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Notified doctor ids : [8503b947-f391-42e4-a1aa-9bf6ef49e82c, d27b3ae1-e773-4b12-8df8-005a71cd442a, 0297c829-b5b4-40db-93f1-e8ce04cb816c, 8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3, 7d0708a3-e9ae-468e-97c9-952c1a68d682, e7d776bd-88ef-4408-8403-f543e16410b3, 6b98c7d4-ef40-4b79-9dde-a5e2f77b974d, d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:28:04.903 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:28:04.904 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - initating 2 way calling for partner msg91
2026-05-20 12:28:04.904 [INFO ] [http-nio-10000-exec-8]  Msg91Repository - Call request for msg91:TwoWayCall(caller_id=917316914513, destination=919509275485, callback_url=https://uat.1rx.co.in/api/1rx/v1/webhooks/msg91/d192da00-8891-4471-bc79-646b00e9063f)
2026-05-20 12:28:05.263 [INFO ] [http-nio-10000-exec-8]  Msg91Repository - Call Response : {"success": true, "message": "Request queued", "data": {"id": "33e5d122653d45ea93cc78c034f2e9df"}}

2026-05-20 12:28:05.263 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:28:05.263 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id d192da00-8891-4471-bc79-646b00e9063f for vendor zepto
2026-05-20 12:28:05.265 [INFO ] [SimpleAsyncTaskExecutor-5265]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=SIMjbj406R/fC6vAcVxOq/uaEQZ2RfoWs71WWqdz7Ug=)
2026-05-20 12:28:05.372 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:28:05.376 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - getting skuOrder history
2026-05-20 12:28:11.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:28:20.623 [INFO ] [SimpleAsyncTaskExecutor-5269]  PrescriptionComponent - Audio File lambda invoked at 1779260300623
2026-05-20 12:28:20.623 [INFO ] [SimpleAsyncTaskExecutor-5270]  LambdaRepository - Lambda Executed at 1779260300623
2026-05-20 12:28:20.624 [INFO ] [SimpleAsyncTaskExecutor-5269]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:28:20.624 [INFO ] [SimpleAsyncTaskExecutor-5269]  PrescriptionComponent - Sending order status webhook for rx with id d192da00-8891-4471-bc79-646b00e9063f for vendor zepto
2026-05-20 12:28:20.625 [INFO ] [SimpleAsyncTaskExecutor-5271]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=SIMjbj406R/fC6vAcVxOq/uaEQZ2RfoWs71WWqdz7Ug=)
2026-05-20 12:28:21.192 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3]
2026-05-20 12:28:21.198 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:28:22.274 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create approved prescription request. (patientId=893f1b69-454a-4361-afbe-6d80f455cd3e, rxId=d192da00-8891-4471-bc79-646b00e9063f, vendorId=zepto)
2026-05-20 12:28:22.296 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:28:22.842 [INFO ] [SimpleAsyncTaskExecutor-5278]  WebhookAdapter - uploadOrderedPrescription: Webhook event fired. url:https://user-prescriptions-zepto.s3.ap-south-1.amazonaws.com/doctor-uploaded/0690c2a2-80b1-4ff0-b151-32c873f609be.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIASFQ4MJQLDAT5PC2U%2F20260520%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260520T065503Z&X-Amz-Expires=21600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCmFwLXNvdXRoLTEiSDBGAiEA7Wk0tcJ9NaGYro4zdMZk7mgxnhuw8UPHzL0TiYYQuqsCIQC0lgDh7Cfk6yqPI%2Bbbjyqy8vYiZBgctdNozaJHMiDH5SqLBQjo%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAEaDDE0OTMwOTYzOTcwMiIMNJEIqsSYUt1soOkQKt8ESyF0uYmxKBJV735UAFt9bzJoqw89FznU4Mceb7JSXjZv3D9tHPtiJKDbltqeGEp1fcVz5PwthPqR%2FY7ugFDWGmDWRx3u%2FO1pDyBlGDwQWwBYqM9Sadj7y%2F8VJPHqbd6dGeWNUxtAiqsvOgijl8Hrkf2Bs2Ah%2Br%2F6iJ3J0TDebhdWou28xDb1BtpNsB%2BY4Jjkr4TG0qGHf9wth97SMEHMPl8aXemHgsbwyYV59we8g8QxF%2B3iO1M58AJLYVJQglg3YfdEi%2BYg%2Fhz54yKH57w7yYBRQmK37bu%2BqboNM9Mas807eWz8yhIFyluG93%2FlkrIxABKBeg5FDG1xPWmEnjWP9CsfjuWg%2BZe2%2Bv5w0VP8L64s7cZvXFcceEdGSboGei%2BQWFgnx8qnjzIkGQMGrsZy7QjpdNkFL30wR5MMq8yPlPKIZ5diqLNsozNtPH6IUTx4K2BUH45kr9jFAxjTRd2TeqSJYmfL9e6L2waTAS%2BVPkXwi2dv8gXhKnOnghaV0RcqYX85K0cb2CH9FaaZ8VOYS1EA0Q5xxhUBitUEWavAVKD%2BY6xNA9A57TYmnkGAGzXAX%2BoVhUvJhlJA8jAqajjHMWHRXslnX6pfb3AuAmRrA1vF9wRMyofUQcrKyqSCHKoKxLsROFLhdtb%2FckfKc2gvLNeuUeKA98pkNJqhjKLjqKiWYbwlRaModJOzywpjkb%2BjyoWqDd13OBlZIxZH%2FQjFLs2xmkxkGXWlNkaRBlUD6a%2FiITlngEFGIPH2E%2BvngrcrQdg4vJiVg5S5iZeSetiaO8FoojZLC5EWB4aIcX8ABjDHtbXQBjqXAaGqcZAel0v67I72yT7PXqv0r5DSFLz%2FA7x6KsmuBmCleKG9xaFQlgF34rysVH%2BHvVcROXWhFEsStBQnEFxRP8aUH6tTKE4nGrjQqxPl6MAYIQkSnXlRtO9gxIzhqo5gw%2FMG%2F1ZFf2oAV%2FcTvSr992lWKkdMYQbPiiL9EwptLEk0UhWj8HQ%2BRTiOgqydJIQEs0QGq0ZwxZ4%3D&X-Amz-SignedHeaders=host&x-id=PutObject&X-Amz-Signature=2c6b8ec7ef090971f3c0c124d337657a3fb3a8797a6818bf13fe55a07638c5d2 
2026-05-20 12:28:22.844 [INFO ] [SimpleAsyncTaskExecutor-5279]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/close-consultation, order signature=SIMjbj406R/fC6vAcVxOq/uaEQZ2RfoWs71WWqdz7Ug=)
2026-05-20 12:28:22.857 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Release doctor after prescription reviewed is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto prescriptionId = d192da00-8891-4471-bc79-646b00e9063f, message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 released from prescription d192da00-8891-4471-bc79-646b00e9063f and added back to pool.
2026-05-20 12:28:22.857 [INFO ] [http-nio-10000-exec-9]  PrescriptionService - Prescription approved and successfully.(doctorId=e7d776bd-88ef-4408-8403-f543e16410b3, rxId=d192da00-8891-4471-bc79-646b00e9063f, vendorId=zepto)
2026-05-20 12:28:26.459 [INFO ] [SimpleAsyncTaskExecutor-5270]  LambdaRepository - Lambda function invoked. Status Code 200, response 
2026-05-20 12:28:41.193 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:28:51.192 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[d27b3ae1-e773-4b12-8df8-005a71cd442a]
2026-05-20 12:28:51.200 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:29:11.192 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:29:21.193 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:29:21.203 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:29:33.109 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:29:33.114 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=d00b79f1-5826-47b8-9e35-a9e78901e9b7, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:29:41.192 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:29:51.191 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[8503b947-f391-42e4-a1aa-9bf6ef49e82c]
2026-05-20 12:29:51.197 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58, vendor=null, doctors=[6dec3e09-8829-42f8-9646-abd2270331de]
2026-05-20 12:29:51.199 [INFO ] [SimpleAsyncTaskExecutor-5304]  VendorComponent - Fetching vendor details. (vendor=plazza)
2026-05-20 12:30:11.192 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:30:21.195 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[0297c829-b5b4-40db-93f1-e8ce04cb816c]
2026-05-20 12:30:21.200 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = d6b007cd-f29e-401a-89a4-98f91d1a7b58
2026-05-20 12:30:21.227 [INFO ] [SimpleAsyncTaskExecutor-5313]  PrescriptionComponent - No Authorization server configuration found for vendor plazza
2026-05-20 12:30:21.228 [INFO ] [SimpleAsyncTaskExecutor-5315]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=plazza, url=https://staging.plazza.in/prescription-service/api/v1/myrx/orders/webhook, order signature=wqD0veC8TJkTAstxvLBNxjjCcZ5xy83ZW7tBD6yAo5I=)
2026-05-20 12:30:31.762 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=ROOT)
2026-05-20 12:30:31.764 [ERROR] [http-nio-10000-exec-3]  DashboardController - Error while loading vendor details
2026-05-20 12:30:41.192 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:30:51.191 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[e7d776bd-88ef-4408-8403-f543e16410b3]
2026-05-20 12:31:11.195 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:31:21.193 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887, vendor=null, doctors=[b2c0fdc5-4984-4c5c-9b92-d782016b2ee1]
2026-05-20 12:31:41.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:31:48.202 [INFO ] [http-nio-10000-exec-5]  VendorComponent - Copying vendor details and properties from reference vendor zepto
2026-05-20 12:31:48.229 [INFO ] [http-nio-10000-exec-5]  SchedulerServiceRespository - Add vendor to pool is successful. vendor = Pillup with message = Doctor's data for vendor Pillup added to the pool.
2026-05-20 12:31:50.112 [INFO ] [http-nio-10000-exec-3]  VendorComponent - Fetching vendor details. (vendor=Pillup)
2026-05-20 12:31:50.119 [ERROR] [http-nio-10000-exec-3]  VendorComponent - Call config not found for vendorId = Pillup 
com.myrx.onerx.common.exception.model.ResourceNotFoundException: Call configurations not found.
	at com.myrx.onerx.service.component.OnerxCacheManager.getVendorClickToCallConfigurations(OnerxCacheManager.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.OnerxCacheManager$$FastClassBySpringCGLIB$$25b5f4dc.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.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:365) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:420) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:345) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.OnerxCacheManager$$EnhancerBySpringCGLIB$$1adfb82f.getVendorClickToCallConfigurations(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.VendorComponent.getVendorClickToCallConfigs(VendorComponent.java:332) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.controller.VendorController.loadVendorDetails(VendorController.java:90) ~[classes!/:0.0.1-SNAPSHOT]
	at sun.reflect.GeneratedMethodAccessor1953.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_492]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_492]
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:879) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at com.myrx.onerx.service.filters.CorsFilter.doFilter(CorsFilter.java:71) ~[classes!/:0.0.1-SNAPSHOT]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.3.0.RELEASE.jar!/:2.3.0.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_492]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_492]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_492]
2026-05-20 12:31:51.189 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 7bd6e11b-ad50-40b2-a730-12e77ee4c887
2026-05-20 12:31:51.202 [INFO ] [SimpleAsyncTaskExecutor-5331]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:31:51.203 [INFO ] [SimpleAsyncTaskExecutor-5333]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/close-consultation, order signature=KEobjhEuFMdpC/hOxZd1X/AahI4ea3BrN/W+YU5WjjM=)
2026-05-20 12:31:57.993 [INFO ] [http-nio-10000-exec-1]  VendorComponent - Fetching vendor details. (vendor=Pillup)
2026-05-20 12:31:58.000 [ERROR] [http-nio-10000-exec-1]  VendorComponent - Call config not found for vendorId = Pillup 
com.myrx.onerx.common.exception.model.ResourceNotFoundException: Call configurations not found.
	at com.myrx.onerx.service.component.OnerxCacheManager.getVendorClickToCallConfigurations(OnerxCacheManager.java:206) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.OnerxCacheManager$$FastClassBySpringCGLIB$$25b5f4dc.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.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:365) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:420) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:345) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) ~[spring-context-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) ~[spring-aop-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at com.myrx.onerx.service.component.OnerxCacheManager$$EnhancerBySpringCGLIB$$1adfb82f.getVendorClickToCallConfigurations(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.component.VendorComponent.getVendorClickToCallConfigs(VendorComponent.java:332) ~[classes!/:0.0.1-SNAPSHOT]
	at com.myrx.onerx.service.controller.VendorController.loadVendorDetails(VendorController.java:90) ~[classes!/:0.0.1-SNAPSHOT]
	at sun.reflect.GeneratedMethodAccessor1953.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_492]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_492]
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:879) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at com.myrx.onerx.service.filters.CorsFilter.doFilter(CorsFilter.java:71) ~[classes!/:0.0.1-SNAPSHOT]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.3.0.RELEASE.jar!/:2.3.0.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_492]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_492]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.35.jar!/:9.0.35]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_492]
2026-05-20 12:32:00.001 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:02:00.001Z
2026-05-20 12:32:00.008 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:02:00.008Z
2026-05-20 12:32:03.000 [INFO ] [http-nio-10000-exec-4]  UserService - Searching users.(searchUserRequest=SearchUserRequest(email=, mobile=, name=, roleName=))
2026-05-20 12:32:03.089 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 3.7.244.84
2026-05-20 12:32:03.091 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=2e50d2a7-10d8-4e8e-aeee-627d6f76434f, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779260523091, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=null, customer=Customer(name=vishal), patients=null, medicines=[OrderedMedicine(id=4ff11a17-9d48-4010-9ef5-38c94c284417, name=Chrome Mesh Dust Bin (Medium), composition=, type=, quantity=2, preference=, dosage=, days=0, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:32:03.092 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Invalid patient alternate mobile number. Supported format is xxxxxxxxxx. order id 2e50d2a7-10d8-4e8e-aeee-627d6f76434f
2026-05-20 12:32:03.101 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Processing create a draft prescription request. (patientId=4fbdfb12-053b-43d6-ba77-12f675baaa46, orderId =2e50d2a7-10d8-4e8e-aeee-627d6f76434f)
2026-05-20 12:32:03.121 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = zepto prescriptionId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, doctroIds = [ca7f8201-2e4c-4c92-b49f-9556d34fb902] 
2026-05-20 12:32:03.121 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [ca7f8201-2e4c-4c92-b49f-9556d34fb902] for prescriptionId
2026-05-20 12:32:03.123 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - allow rx validation is set false for vendor zepto 
2026-05-20 12:32:03.123 [INFO ] [SimpleAsyncTaskExecutor-5335]  Msg91Repository - send whatsapp contact list is empty for orderId 2e50d2a7-10d8-4e8e-aeee-627d6f76434f 
2026-05-20 12:32:03.130 [INFO ] [SimpleAsyncTaskExecutor-5336]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Chrome Mesh Dust Bin (Medium)]
2026-05-20 12:32:11.193 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:32:31.194 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[2dff0756-a61d-4c12-bb4e-8cbbfa041fa4]
2026-05-20 12:32:35.280 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:32:35.283 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=f08ba486-b3a1-453c-97b1-bf949bb662fa, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:32:41.190 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:33:01.194 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[7d0708a3-e9ae-468e-97c9-952c1a68d682]
2026-05-20 12:33:11.191 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:33:31.192 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[8cb34fa9-4103-4b6e-802d-7d6f0e7c86b3]
2026-05-20 12:33:41.191 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:34:01.194 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[d27b3ae1-e773-4b12-8df8-005a71cd442a]
2026-05-20 12:34:11.190 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:34:20.240 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 3.7.244.84
2026-05-20 12:34:20.244 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received cancel request for order 2e50d2a7-10d8-4e8e-aeee-627d6f76434f
2026-05-20 12:34:20.262 [ERROR] [http-nio-10000-exec-8]  SchedulerServiceRespository - Error while releasing doctor after prescription reviewed. doctorId = null, vendor = zepto prescriptionId =c3c6dfe3-f43f-4517-b840-fb6a8a70765b, message
2026-05-20 12:34:20.278 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - No Authorization server configuration found for vendor zepto
2026-05-20 12:34:20.278 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Sending order status webhook for rx with id c3c6dfe3-f43f-4517-b840-fb6a8a70765b for vendor zepto
2026-05-20 12:34:20.279 [INFO ] [SimpleAsyncTaskExecutor-5364]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=zepto, url=https://pharmacy-qa.zeptonow.dev/api/v1/webhooks/myrx/update-consultation, order signature=80RTlDLIqhzbKHFGmc+DBnD1sCZUnVjruqg2fzHhcVo=)
2026-05-20 12:34:31.192 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[d2d1ff56-9611-48e7-8adf-8d491e9856ea]
2026-05-20 12:34:31.194 [INFO ] [SimpleAsyncTaskExecutor-5365]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:34:41.188 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = 2733eece-26d6-4c9e-8dc8-c098ab7dc474
2026-05-20 12:34:41.214 [INFO ] [SimpleAsyncTaskExecutor-5366]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-05-20 12:34:41.216 [INFO ] [SimpleAsyncTaskExecutor-5368]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=iQcHef+hpga1NDQa7NWIUJ6aPasjQWei0lo/KtJ8xSQ=)
2026-05-20 12:35:01.196 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[8503b947-f391-42e4-a1aa-9bf6ef49e82c]
2026-05-20 12:35:01.199 [INFO ] [SimpleAsyncTaskExecutor-5369]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:35:31.193 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[0297c829-b5b4-40db-93f1-e8ce04cb816c]
2026-05-20 12:35:31.197 [INFO ] [SimpleAsyncTaskExecutor-5370]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:35:37.488 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:35:37.491 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=34bb2870-5aad-4a0a-8c57-6f37e17c8010, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:36:01.193 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[e7d776bd-88ef-4408-8403-f543e16410b3]
2026-05-20 12:36:01.196 [INFO ] [SimpleAsyncTaskExecutor-5371]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:36:31.192 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[b2c0fdc5-4984-4c5c-9b92-d782016b2ee1]
2026-05-20 12:36:31.195 [INFO ] [SimpleAsyncTaskExecutor-5372]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:37:00.000 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:07:00Z
2026-05-20 12:37:00.009 [INFO ] [MessageBroker-1]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:07:00.009Z
2026-05-20 12:37:01.193 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b, vendor=null, doctors=[ca7f8201-2e4c-4c92-b49f-9556d34fb902]
2026-05-20 12:37:01.197 [INFO ] [SimpleAsyncTaskExecutor-5373]  PrescriptionComponent - Prescription cannot be assigned to doctor as prescription is already closed. Prescription Status is Canceled
2026-05-20 12:37:31.189 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = c3c6dfe3-f43f-4517-b840-fb6a8a70765b
2026-05-20 12:37:31.196 [INFO ] [SimpleAsyncTaskExecutor-5374]  PrescriptionComponent - Prescription cannot be cancelled. Prescription Status is Canceled
2026-05-20 12:37:31.196 [INFO ] [SimpleAsyncTaskExecutor-5374]  VendorComponent - Fetching vendor details. (vendor=zepto)
2026-05-20 12:38:40.195 [INFO ] [http-nio-10000-exec-7]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:38:40.202 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=5b38a0ee-ba96-49d5-8365-e85ae440107a, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:38:40.202 [INFO ] [http-nio-10000-exec-7]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-05-20 12:38:45.762 [DEBUG] [http-nio-10000-exec-10]  LoggingWebSocketHandlerDecorator - WebSocketServerSockJsSession[id=ilk1v4g3] closed with CloseStatus[code=1000, reason=null]
2026-05-20 12:38:45.763 [DEBUG] [http-nio-10000-exec-10]  SubProtocolWebSocketHandler - Clearing session ilk1v4g3
2026-05-20 12:38:45.763 [INFO ] [http-nio-10000-exec-10]  WebSocketConfig - Doctor with username e7d776bd-88ef-4408-8403-f543e16410b3 disconnected
2026-05-20 12:38:45.763 [DEBUG] [clientOutboundChannel-430]  StompSubProtocolHandler - Failed to send WebSocket message to client in session ilk1v4g3
java.lang.IllegalStateException: Cannot send a message when session is closed
	at org.springframework.util.Assert.state(Assert.java:73) ~[spring-core-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.sendMessage(AbstractSockJsSession.java:168) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.tryFlushMessageBuffer(ConcurrentWebSocketSessionDecorator.java:171) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.sendMessage(ConcurrentWebSocketSessionDecorator.java:144) ~[spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.sendToClient(StompSubProtocolHandler.java:477) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.StompSubProtocolHandler.handleMessageToClient(StompSubProtocolHandler.java:464) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.handleMessage(SubProtocolWebSocketHandler.java:366) [spring-websocket-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at org.springframework.messaging.support.ExecutorSubscribableChannel$SendTask.run(ExecutorSubscribableChannel.java:144) [spring-messaging-5.2.6.RELEASE.jar!/:5.2.6.RELEASE]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_492]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_492]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_492]
2026-05-20 12:38:45.764 [DEBUG] [clientOutboundChannel-431]  SubProtocolWebSocketHandler - No session for GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT_ACK, simpDisconnectMessage=GenericMessage [payload=byte[0], headers={simpMessageType=DISCONNECT, stompCommand=DISCONNECT, simpSessionAttributes={org.springframework.messaging.simp.SimpAttributes.COMPLETED=true}, simpUser=e7d776bd-88ef-4408-8403-f543e16410b3, simpSessionId=ilk1v4g3}], simpUser=e7d776bd-88ef-4408-8403-f543e16410b3, simpSessionId=ilk1v4g3}]
2026-05-20 12:38:45.900 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Remove doctor to pool is successful. doctorId = e7d776bd-88ef-4408-8403-f543e16410b3, vendor = zepto with message = Doctor e7d776bd-88ef-4408-8403-f543e16410b3 removed from vendor zepto's pool.
2026-05-20 12:38:55.141 [DEBUG] [MessageBroker-3]  DefaultSockJsService - Closed 1 sessions: [ilk1v4g3]
2026-05-20 12:39:15.412 [INFO ] [http-nio-10000-exec-1]  UserComponent - Processing create a user request. (email=pillup+admin@myrx.in)
2026-05-20 12:39:15.417 [INFO ] [http-nio-10000-exec-1]  UserComponent - Processing create user. (userName=pillup+admin@myrx.in)
2026-05-20 12:39:15.565 [INFO ] [http-nio-10000-exec-1]  VendorComponent - Fetching vendor details. (vendor=Pillup)
2026-05-20 12:39:15.689 [INFO ] [http-nio-10000-exec-2]  UserService - Searching users.(searchUserRequest=SearchUserRequest(email=, mobile=, name=, roleName=))
2026-05-20 12:41:42.395 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:41:42.400 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=6d5b068c-6f98-4c34-9138-e3cae35bb66b, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:42:00.000 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:12:00Z
2026-05-20 12:42:00.006 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:12:00.006Z
2026-05-20 12:44:43.477 [INFO ] [http-nio-10000-exec-9]  DoctorComponent - Processing create doctor. (doctor=Doctor, doctor+pillup@gmail.com)
2026-05-20 12:44:44.543 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:44:44.546 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=df278b88-cf9e-4c08-b1ff-a324e9a87ba0, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:47:00.000 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:17:00Z
2026-05-20 12:47:00.006 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:17:00.006Z
2026-05-20 12:47:46.768 [INFO ] [http-nio-10000-exec-10]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:47:46.775 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=57b33a1e-5a14-4ba7-9327-8bb379ccb8fe, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:50:49.977 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:50:49.983 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=3b4207cb-1b7c-4a99-9357-4bdd397c4596, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:51:40.437 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:51:40.443 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received prioritize request for order E-88199-1
2026-05-20 12:51:40.447 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=platinumrx)
2026-05-20 12:51:40.464 [INFO ] [http-nio-10000-exec-4]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = f4a170f9-94a8-4e05-991e-f29eb0709acc, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:51:40.464 [INFO ] [http-nio-10000-exec-4]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:51:40.470 [INFO ] [SimpleAsyncTaskExecutor-5378]  Msg91Repository - send whatsapp contact list is empty for orderId E-88199-1 
2026-05-20 12:51:40.471 [INFO ] [SimpleAsyncTaskExecutor-5379]  Msg91Repository - send whatsapp contact list is empty for orderId E-88199-1 
2026-05-20 12:52:00.000 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:22:00Z
2026-05-20 12:52:00.002 [INFO ] [MessageBroker-3]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:22:00.002Z
2026-05-20 12:52:11.193 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:52:41.191 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:53:11.191 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:53:41.192 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:53:52.217 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:53:52.226 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=c3932e0a-0609-44f1-93d9-8a269f0dffba, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:53:52.227 [INFO ] [http-nio-10000-exec-4]  VendorComponent - Fetching vendor details. (vendor=amazon)
2026-05-20 12:54:11.191 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:54:41.192 [INFO ] [http-nio-10000-exec-6]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:55:11.194 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:55:41.191 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:56:11.192 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:56:31.423 [INFO ] [http-nio-10000-exec-9]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:56:31.426 [INFO ] [http-nio-10000-exec-9]  OrderComponent - Received prioritize request for order E-88157-1
2026-05-20 12:56:31.441 [INFO ] [http-nio-10000-exec-9]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:56:31.441 [INFO ] [http-nio-10000-exec-9]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:56:31.443 [INFO ] [SimpleAsyncTaskExecutor-5408]  Msg91Repository - send whatsapp contact list is empty for orderId E-88157-1 
2026-05-20 12:56:31.443 [INFO ] [SimpleAsyncTaskExecutor-5409]  Msg91Repository - send whatsapp contact list is empty for orderId E-88157-1 
2026-05-20 12:56:41.194 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:56:54.381 [INFO ] [http-nio-10000-exec-2]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:56:54.384 [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, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=e40bc9d2-169f-454e-9168-c71f4293ab59, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:57:00.001 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob Start Time 2026-05-20T07:27:00.001Z
2026-05-20 12:57:00.003 [INFO ] [MessageBroker-4]  RxSchedulerJob - RxSchedulerJob End Time 2026-05-20T07:27:00.003Z
2026-05-20 12:57:01.193 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:57:11.192 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:57:11.992 [INFO ] [http-nio-10000-exec-8]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:57:11.996 [INFO ] [http-nio-10000-exec-8]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=E-88254-1, shipmentCode=null, pharmacyId=null, orderTimeMillis=1779262031995, 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, procedures=null, id=null)], medicines=[OrderedMedicine(id=1110806, name=Paracip 250mg Oral Syrup 60ml, composition=Paracetamol (Acetaminophen) 250mg, type=Syrup, quantity=5, preference=, dosage=, days=null, frequency=, comments=null, uuid=null, url=null, pharmacyRejectionReason=null, category=null), 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)], uploadFileType=pdf, customAttributes=[CustomAttrbute(key=DoctorRemarks, value=)], preferredConsultationTime=null, videoConsultationUrl=null))
2026-05-20 12:57:12.012 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Processing create a draft prescription request. (patientId=08a96c8f-5496-4ed9-84a2-4368e140588b, orderId =E-88254-1)
2026-05-20 12:57:12.039 [INFO ] [http-nio-10000-exec-8]  SchedulerServiceRespository - Get All available doctor present in the pool for vendor = platinumrx prescriptionId = 8726abc8-14b7-4630-a641-8a8d82b695e9, doctroIds = [b8417a03-c0f5-4307-aa33-9fa7ee275226] 
2026-05-20 12:57:12.039 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - Available doctorIds [b8417a03-c0f5-4307-aa33-9fa7ee275226] for prescriptionId
2026-05-20 12:57:12.041 [INFO ] [http-nio-10000-exec-8]  PrescriptionComponent - allow rx validation is set false for vendor platinumrx 
2026-05-20 12:57:12.041 [INFO ] [SimpleAsyncTaskExecutor-5420]  Msg91Repository - send whatsapp contact list is empty for orderId E-88254-1 
2026-05-20 12:57:12.048 [INFO ] [SimpleAsyncTaskExecutor-5421]  MedicineServiceRepository - Medicine prefetch dispatched. medications = [Nicowin 10mg Tablet 20s, Paracip 250mg Oral Syrup 60ml]
2026-05-20 12:57:12.099 [INFO ] [http-nio-10000-exec-4]  AuthorizationRequestFilter - request received from ipaddres 15.207.36.143
2026-05-20 12:57:12.104 [INFO ] [http-nio-10000-exec-4]  OrderComponent - Received cancel request for order 88254
2026-05-20 12:57:31.192 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:57:41.195 [INFO ] [http-nio-10000-exec-2]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 8726abc8-14b7-4630-a641-8a8d82b695e9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:57:41.205 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:57:43.192 [INFO ] [MessageBroker-3]  WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 110 total, 0 closed abnormally (0 connect failure, 0 send limit, 29 transport error)], stompSubProtocol[processed CONNECT(106)-CONNECTED(106)-DISCONNECT(35)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1173], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 437], sockJsScheduler[pool size = 6, active threads = 1, queued tasks = 6, completed tasks = 23479]
2026-05-20 12:58:01.194 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:58:11.194 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 8726abc8-14b7-4630-a641-8a8d82b695e9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:58:11.204 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:58:31.174 [INFO ] [http-nio-10000-exec-5]  OnerxCacheManager - Cache cleared. Cache name WEBHOOK_CACHE, key Pillup
2026-05-20 12:58:31.195 [INFO ] [http-nio-10000-exec-3]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:58:41.191 [INFO ] [http-nio-10000-exec-10]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 8726abc8-14b7-4630-a641-8a8d82b695e9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:58:41.196 [INFO ] [http-nio-10000-exec-4]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:59:01.191 [INFO ] [http-nio-10000-exec-1]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:59:11.192 [INFO ] [http-nio-10000-exec-5]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 8726abc8-14b7-4630-a641-8a8d82b695e9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:59:11.196 [INFO ] [http-nio-10000-exec-7]  SchedulerEngineService - Cancel rx request received from Scheduler engine. rxId = f4a170f9-94a8-4e05-991e-f29eb0709acc
2026-05-20 12:59:11.220 [INFO ] [SimpleAsyncTaskExecutor-5454]  PrescriptionComponent - No Authorization server configuration found for vendor platinumrx
2026-05-20 12:59:11.222 [INFO ] [SimpleAsyncTaskExecutor-5457]  WebhookAdapter - sendPrescriptionWebhookWithRetries: Webhook event fired. (webhook=platinumrx, url=https://backendstaging.platinumrx.in/myRx/order/update, order signature=ueWj8kDNwigLmzylIRzi09XInHxwROzhPlJn/4gwtGY=)
2026-05-20 12:59:31.193 [INFO ] [http-nio-10000-exec-8]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 4886c56c-9428-4673-a51a-fcc3c99b96f9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:59:41.193 [INFO ] [http-nio-10000-exec-9]  SchedulerEngineService - Assign rx request received from Scheduler engine. rxId = 8726abc8-14b7-4630-a641-8a8d82b695e9, vendor=null, doctors=[b8417a03-c0f5-4307-aa33-9fa7ee275226]
2026-05-20 12:59:56.547 [INFO ] [http-nio-10000-exec-6]  AuthorizationRequestFilter - request received from ipaddres 0:0:0:0:0:0:0:1
2026-05-20 12:59:56.550 [INFO ] [http-nio-10000-exec-6]  OrderComponent - Received order to create prescription. (order =OrderRequest(pharmacyOrderId=404-7623963-2495509, shipmentCode=3bcecd65-9d61-4016-94ea-5413d08e3e2c, pharmacyId=621b9c54-2666-4023-bf71-093897942880, orderTimeMillis=1761731998081, type=POST_ORDER, subType=null, member=null, customerDisplayName=null, languagePreference=English, customer=Customer(name=Confirm on call), patients=[Patient(name=Confirm on call, gender=UNSPECIFIED, age=0, complains=null, procedures=null, id=null)], medicines=[OrderedMedicine(id=ATOCOR_ATORVASTATIN#20.0#MILLIGRAMS###1_TABLETS, name=Atocor 20Mg - Strip of 15 Tablets, composition=, type=TABLETS, quantity=15, preference=, dosage=1-0-0, days=10, frequency=DAILY, comments=null, uuid=3691006a-a37d-4ada-b8cf-fdafbcc12f3c, url=https://www.amazon.in/dp/B08C39ZLGF, pharmacyRejectionReason=null, category=null)], uploadFileType=pdf, customAttributes=null, preferredConsultationTime=null, videoConsultationUrl=null))
